/*
 Theme Name:     HealthFlex Child
 Description:    The Healthflex Child theme for Michigan Sports & Spine Center
 Author:         Spaceray Creative
 Author URI:     https://spaceraycreative.com
 Template:       healthflex
 Version:        1.0.0
------------------------------------------------------- */
@media (min-width: 1450px) {
  .header .container {
    width: 1400px !important; } }

@media screen and (max-width: 768px) {
  .header .topbar {
    position: fixed;
    background-color: #efefef !important;
    width: 100%; } }

.header .topbar .cta {
  text-transform: uppercase;
  color: #45aaff;
  font-size: 1.5rem;
  padding: 10px 0;
  font-weight: bold;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .header .topbar .cta {
      font-size: 1.8rem;
      text-align: center; } }
  .header .topbar .cta a {
    color: #45aaff; }

@media screen and (max-width: 768px) {
  .header .mainbar {
    padding-top: 50px; } }

@media screen and (max-width: 768px) {
  .logo a.brand img {
    max-height: 110px !important; } }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  border: 0;
  font-weight: bold;
  padding: 1rem 2rem;
  background-color: #28628e;
  color: #fff; }

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
  border: 0;
  font-weight: bold;
  padding: 1rem 2rem;
  background-color: #45aaff;
  color: #fff; }

li[class*="column-count-"] {
  width: 50%; }

.gform_wrapper ul {
  padding-left: 0;
  padding-right: 0; }

.gform_wrapper textarea {
  border-color: #cbcbcb; }

.mb-1 {
  margin-bottom: 10px !important; }

.mb-2 {
  margin-bottom: 15px !important; }

.mb-3 {
  margin-bottom: 20px !important; }

.mb-4 {
  margin-bottom: 25px !important; }

.mb-5 {
  margin-bottom: 30px !important; }

.pl-2 {
  padding-left: 15px !important; }

.pr-2 {
  padding-right: 15px !important; }

.pl-3 {
  padding-left: 20px !important; }

.pr-3 {
  padding-right: 20px !important; }

.text-on-light {
  color: #323232 !important; }

a.text-on-light:hover {
  color: #323232 !important; }

.text-on-dark {
  color: #fff !important; }

a.text-on-dark:hover {
  color: #fff !important; }

.text-primary {
  color: #45aaff; }

a.text-primary:hover {
  color: #28628e; }

.text-secondary {
  color: #28628e; }

.text-tertiary {
  color: #ff6600; }

a.text-tertiary:hover {
  color: #C65000; }

.flex-events .vc_pageable-slide-wrapper {
  display: flex; }

.flex-events .vc_grid-item {
  margin-left: auto;
  margin-right: auto; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 0; }

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  background-color: #ff6600;
  font-weight: bold;
  text-transform: uppercase; }

.vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  background-color: #C65000; }

.text-block {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  background-color: #28628e; }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes bounce {
  0%, 10%, 43%, 50%, 60% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  20%, 33% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  55% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  30% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite; }

.arrow-down {
  text-align: center; }
  .arrow-down a {
    color: #28628e;
    font-size: 5.5rem; }
    .arrow-down a:hover {
      color: #45aaff; }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@media screen and (max-width: 768px) {
  .head_panel {
    display: none; } }

@media screen and (max-width: 768px) {
  .social_links {
    display: none; } }

@media screen and (max-width: 768px) {
  .vc_custom_1507644928564 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
