
/* ------Site Styles -------*/

html, body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background-image: url('../img/lightpaperfibers.png');
  font-size: 18px;
}

.navbar-nav {
  margin-top: 15px;
}

.navbar-default .navbar-nav>li>a {
  color: #BF3F0A;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #BF3F0A;
  text-decoration: underline;
}

.navbar-default .navbar-nav>li>a:focus {
  color: #BF3F0A;
  text-decoration: underline;
}

.nav-contact {
  float:  right;
  padding-right: 10px;
  font-size: 18px;
  margin-top: 15px;
  margin-right: 15px;
}

a {
  color: #000000;
}

a:hover {
  color: #999F9B;
  text-decoration: underline;
}

a:focus {
  color: #999F9B;
  text-decoration: none;
}

h1 {
  font-size: 38px;
  font-family: "Junge", serif;
}

h2 {
  font-size: 32px;
  font-family: "Junge", serif;
}

h2 a {
  color: #483b5b;
}

h2 a:hover {
  color: #483b5b;
  text-decoration: none;
}

h2.orange-color a {
  color: #BF3F0A;
}

h2.orange-color a:hover {
  color: #BF3F0A;
  text-decoration: none;
}

h3 {
  font-size: 22px;
  font-family: "Junge", serif;
  font-weight: 800;
}

h4 {
  font-size: 20px;
  text-decoration: underline;
}

p {
  margin: 0 0 25px;
}

.black-color {
  color: #000000;
}

.purple-color {
  color: #BF3F0A;
}

.green-color {
  color: #93F201;
}

.orange-color {
  color: #BF3F0A;
}

a.orange-color:hover {
  color: #BF3F0A;
  text-decoration: underline;
}

.orange-alt {
  color: #F2500D;
}

a.large-link {
  font-size: 32px;
  font-family: "Junge", serif;
  color: #BF3F0A;
  display: block;
  margin-bottom: 25px;
}

.header-img {
  max-width: 100%;
}

.right-caret {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #000000;
  display: inline-block;
  height: 0;
  opacity: 0.3;
  vertical-align: middle;
  width: 0;
}

.left-caret {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #000000;
  display: inline-block;
  height: 0;
  opacity: 0.3;
  vertical-align: middle;
  width: 0;
}

.strong {
  font-weight: 600;
}

.strong-alt {
  font-size: 25px;
  font-family: "Junge", serif;
  font-weight: 800;
  color: #BF3F0A;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

hr {
  border-top: 2px solid #7BA201;
  width: 200px;
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.hr-left {
  float: left;
}

.hr-white {
  border-top: 2px solid #ffffff;
}

.main {
  overflow: hidden;
}


.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.flex-row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.green-container {
  background-color: #7BA201;
  color: #ffffff;
  padding-right: 0px;
  max-width: 100%;
  padding-right: 15px;
}

.purple-container {
  background-color: #483b5b;
  color: #ffffff;
  padding-right: 0px;
}

.box-text {
  padding-top: 15px;
  max-width: 80%;
  padding-bottom: 30px;
  line-height: 1.9;
}

.interior-photo {
	padding-right: 16px;
  float: left;
  max-width: 100%;
  margin-bottom: 15px;
}

/*------- Navigation -------*/

.navbar-default {
  background-color: transparent;
  border: none;
}

.navbar {
  margin-bottom: 0px;
  z-index: 100;
}

.navbar-nav {
  float: right;
}

.navbar-nav li a {
  color: #7BA201;
}

.navbar-brand {
  height: auto;
}

.nav-contact-mobile {
  display: none;
}

/*------- Homepage -------*/

.jumbotron {
  background-repeat: no-repeat;
  min-height: 100vh;
  margin-top: -50px;
}

.jumbotron h1 {
  font-size: 36px;
  color: #483b5b;
}

.header {
  max-height: 100vh;
  overflow: hidden;
}


.header-text-container {
  max-height: 100%;
}

.header-text {
  max-width: 50%;
  position: absolute;
  top: 130px;
  left: 50px;
  background-color: rgba(255,255,255,.5);
}

.header-text p {
  max-width: 80%;
}

.about-row {
  border-top: 2px solid #7BA201;
  border-bottom: 2px solid #7BA201;
}

.about-row a {
  color: #000000;
  text-decoration: underline;
}

.about-photo {
  position: relative;
  padding: 0px;
  background-image: url('../img/about-bg.jpg');
  background-size: cover;
}

.about-photo-text {
  position: absolute;
  top: 15px;
  left: 50px;
  color: #7BA201;
}

.free-consult {
  text-align: center;
  padding-bottom: 10px;
}

.acupuncture-works {
  font-size: 36px;
  font-weight: 600;
}

.map {
  max-height: 300px;
}

.map-row {
  border-top: 2px solid #483b5b;
  border-bottom: 2px solid #483b5b;
}

.ampersand {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.cta {
  background-color: #483b5b;
  color: #ffffff;
}

.cta h2 a {
  color: #ffffff;
}

.cta a {
  color: #93F201;
}

.cta .hr-cta {
  border-color: #ffffff;
}
/*------- Interior Styles -------*/

.container-interior {
  border-bottom: 1px solid #d0d0d0;
}

.header-interior {
  text-align: center;
}

.header-interior h1 {
  color: #BF3F0A;
  margin-bottom: 25px;
}

.header-interior p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  float: right;
  font-weight: 600;
}

.btn-green {
  border: 0px;
  border-radius: 0px;
  color: #7BA201;
  background-color: #ffffff;
}

.btn-purple {
  border: 0px;
  border-radius: 0px;
  color: #483b5b;
  background-color: #ffffff;
}

.inline-list {
  display: inline-block;
}

.list-box {
  display: inline-block;
  padding: 15px;
  margin-bottom: 25px;
}

/*------- About Acupuncture Page -------*/

.common-conditions {
  text-align: center;
  border-top: 1px solid #BF3F0A;
  border-bottom: 1px solid #BF3F0A;
  margin-bottom: 25px;
}

.common-conditions a {
  color: #93F201;
}

.other-conditions {
  text-align: center;
  border-bottom: 1px solid #7BA201;
  margin-bottom: 25px;
}

.margin-bottom {
  margin-bottom: 25px;
}

.about-img {
  margin: 0px 25px 0px 0px;
  float: left;
  max-width: 100%;
}

.about-box {
  display: block;
  padding: 15px;
  margin-bottom: 25px;
}

.answer {
  font-size: 20px;
  font-family: "Junge", serif;
  display: inline-block;
}

.contact-page {
  text-align: center;
  font-size: 19px;
}

.contact-head {
  margin-bottom: 0px;
  text-align: center;
  color: #BF3F0A;
}

.contact-subhead {
  font-size: 22px;
  font-family: "Junge", serif;
  font-weight: 800;
  text-align: center;
}

.testimonial {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 800;
  font-style: italic;
}

.quote {
  padding: 0px 5px;
}

hr.light-green {
  border-top: 2px solid #93F201;
}

/*------- Specialties Page -------*/

.specialties-menu-container {
  width: 100%;
}

.number-img {
  float: left;
  margin: 0px 15px 0px 0px;
}

.specialties-menu {
  list-style: none;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
}

.specialties-menu li {
  float: left;
  margin: 10px 25px;
}

.specialties-menu a {
  color: #BF3F0A;
}

.green-container .box-text {
  padding-left: 15px;
}

.sports-photo {
  position: relative;
  padding: 0px;
  background-image: url('../img/sp-sports.jpg');
}

.emotional-photo {
  position: relative;
  padding: 0px;
  background-image: url('../img/sp-emotional.jpg');
}

.womens-photo {
  position: relative;
  padding: 0px;
  background-image: url('../img/sp-womens.jpg');
}

.facial-photo {
  position: relative;
  padding: 0px;
  background-image: url('../img/sp-facial.jpg');
}

.supportive-photo {
  position: relative;
  padding: 0px;
  background-image: url('../img/sp-supportive.jpg');
}

.box-photo {
  background-size: cover;
}

/*------- Footer -------*/

.newsletter {
  float: right;
  text-align: center;
}

.newsletter-signup a {
  font-size: 25px;
  font-family: "Junge", serif;
  font-weight: 800;
  color: #BF3F0A;
}


footer {
  padding-top:25px;
  padding-bottom: 25px;
}

.footer-left {
  margin-top: 200px;
}

.footer-center {
  text-align: center;
  font-weight: 600;
}

.copyright {
  font-size: 15px;
  margin-bottom: 5px;
}

.credit {
  font-size: 12px;
}

/*------- Responsive Video -------*/

.video {
  max-width: 580px;
  margin: 50px auto 50px auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------- Articles Widget -------*/

.node-title > a {
  font-family: "Junge", serif;
  color: #BF3F0A !important;
}

.node-body-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px !important;
}

.node-body-text > a {
  font-family: "Junge", serif;
  color: #BF3F0A !important;
  font-size: 18px !important;
}

.widget-footer-lvsce2260ad2-text > a {
  font-family: "Junge", serif;
  color: #BF3F0A !important;
  font-size: 22px !important;
}


/*------- Responsive -------*/


@media screen and (max-width: 991px) {


  .box-photo {
    display: none;
  }

  .about-text-container {
    margin-top: -1px;
  }

  .about-text {
    padding-left: 15px;
  }

  .about-img {
    display: block;
  }

  .specialties-text {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .box-text {
    max-width: 100%;
  }

  .purple-container .box-text {
    padding-left: 15px;
  }

  .footer-left {
    margin-top: 0px;
    text-align: center;
  }

  .footer-right .newsletter {
    float: none;
  }
}


@media screen and (max-width: 770px) {
  .header-p {
    display: none;
  }

  .consultation-block-header {
    display: none;
  }

  // h1.welcome-text {
  //   font-size: 24px;
  // }
}

@media screen and (max-width: 600px) {
  .about-box {
    display: inline-block;
  }

  .about-img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 553px) {
  .header-text {
    top: 200px;
  }

  h1 {
    font-size: 30px;
  }
}

// @media (min-width: 768px) and (max-width: 770px) {
//   #bs-example-navbar-collapse-1 {
//     margin-top: 167px;
//   }
// }

@media (min-width: 768px) and (max-width: 1051px) {
  #bs-example-navbar-collapse-1 {
    margin-top: 185px;
    overflow-y: inherit;
  }
}

@media screen and (max-width: 900px) {
  .nav-contact-mobile {
    float: left;
    display: block;
  }

  .header-text {
    top: 198px;
  }
}

@media (min-width: 1019px) and (max-width: 1208px) {
  .nav-contact {
    margin-top: 15px;
  } 

  #bs-example-navbar-collapse-1 {
    margin-top: 133px;
  }
}

@media (min-width: 901px) and (max-width: 1208px) {
  .nav-helper {
    float: right;
  }

  .nav-contact-mobile {
    float: none;
    display: inline-block;
  }

  .header-text {
    top: 165px;
  }
}


@media screen and (max-width: 1208px) {

    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid;
        border-bottom: 1px solid;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        background-color: white;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in{
        display:block !important;
    }

    .nav-contact-desktop {
      display: none;
    }
}

@media (min-width: 468px) and (max-width: 767px) {
  #bs-example-navbar-collapse-1 {
    overflow-y: inherit;
    margin-top: 28px;
  }
}

@media screen and (max-width: 457px) {
  .consultation-block {
    display: block;
    padding-left: 15px;
  }

  .consultation-block-header {
    display: none;
  }

  #bs-example-navbar-collapse-1 {
    overflow-y: inherit;
    margin-top: 62px;
  }

  .header-img {
    margin-top: 60px;
  }

  .header-text {
    top: 210px;
    background-color: transparent;
  }

  .welcome-text {
    font-size: 25px;
  }

  .header-block {
    display: block;
  }
}

footer .credit {
  margin-bottom: 0;
}