/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.fl-content-slider .fl-slide-bg-photo {
  background-size: auto !important;
}

.nav-register {
  color: white;
}
#replicated-header {
  display: none;
  margin-bottom: 10px;
  font-weight: bold;
}

div#replicated-header {
    margin: 0px !important;
    margin-left: 10px !important;
}

div#replicated-header .new-link span {
    color: #fff !important;
    font-family: 'Barlow'!important;
    font-weight: 500!important;
}

.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.blue {
  color: #23adef;
}
.bg-blue {
  background-color: #23adef;
}
.bold {
  font-weight: bold;
}
.hero-h1 {
  font-family: "lato", sans-serif;
  font-weight: 800;
  color: white;
  text-align: center;
  font-size: 50px;
}
.hero-h2 {
  font-family: "lato", sans-serif;
  font-weight: 800;
  color: white;
  text-align: center;
  font-size: 40px;
}
.fl-logo-img {
  width: 125px;
}

.uppercase {
  text-transform: uppercase;
}
#footer {
  background-color: #ffffff;
  position: relative;
  z-index: 80;
}
#footer-nav {
  text-align: center;
}
#footer-nav li {
  display: inline-block;
  margin: 0 15px;
  font-weight: bold;
}

div.fl-page-header-logo img {
  width: 200px;
}

#header-social {
  font-size: 14px;
  color: #3a3a3a;
  font-style: italic;
  display: inline-block;
  border-bottom: solid 1px #e4e4e4;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
#header-social i {
  color: #23adef;
  font-size: 20px;
  margin: 0 2px;
}
#menu-topbar {
  float: left !important;
}
#menu-topbar > li:last-child {
  background-color: #23adef;
  padding-right: 10px !important;
}

.menu-item-133 {
  color: white;
  background-color: #23adef;
  position: absolute;
  right: 0;
}
.menu-item-133 span {
  color: white !important;
}

@media (min-width: 768px) {
  .menu-item-1843,
  .menu-item-1844,
  .menu-item-2214 {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .menu-item-1843,
  .menu-item-1844,
  .menu-item-2214 {
    display: block !important;
  }
}

header.fl-page-header-fixed div.fl-page-header-container {
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 15px !important;
}

.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a,
.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a {
  padding: 10px 10px;
}

.side-bar-fixed .side-bar-item {
  color: #23adef;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 22px;
}
.side-bar-fixed .side-bar-item a {
  color: #23adef;
}

.b3-logo {
  font-weight: bold;
  position: relative;
  margin-right: 8px;
}
.b3-logo_superscript {
  position: absolute;
  top: -4px;
  font-size: 12px;
  color: #23adef;
}

#research-gallery a.fl-post-gallery-link {
  margin: 15px;
}

#research-gallery a .fl-post-gallery-text-wrap {
  opacity: 2;
}
#research-gallery .fl-post-gallery-post {
  margin-bottom: 15px;
}
#research-gallery a .fl-post-gallery-text-wrap:hover {
  opacity: 0;
}

#research-gallery a div .fl-post-gallery-text {
  padding: 15px;
}

.modal-content {
  margin-top: 100px;
}

.img-responsive,
.img-responsive img {
  width: 100%;
}

.cta-subscribe input.email {
  border-radius: 0;
  width: 80%;
  display: inline-block;
  height: 48px;
  font-size: 20px;
  vertical-align: middle;
}

.cta-subscribe input.send {
  background-color: #23adef;
  border-radius: 0;
  display: inline-block;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  width: 20%;
  margin-left: -5px;
}

/* .cta-subscribe input.email::-webkit-input-placeholder {
    color: #7d7d7d;
} */

.cta-subscribe input.email::-webkit-input-placeholder,
.cta-subscribe input.email::-moz-placeholder,
.cta-subscribe input.email:-ms-input-placeholder {
  color: #7d7d7d;
}

.modal-show {
  display: block;
  opacity: 1;
  background-color: rgba(34, 34, 34, 0.6);
}

/* Newsletter */
#header-newsletter {
  margin-top: 10px;
}
#header-newsletter:hover {
  cursor: pointer;
}
#header-newsletter:hover .header-newsletter_title {
  padding: 0 40px 0 10px;
  transition: all 0.3s;
}
.header-newsletter_container {
  display: inline-block;
}
.header-newsletter_title {
  transition: all 0.3s;
  border: solid 1px #efefef;
  border-radius: 10px;
  font-size: 16px;
  background-color: white;
  -webkit-box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.32);
  box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.32);
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 10px;
  display: inline-block;
}
.header-newsletter_icon {
  -webkit-box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.32);
  box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  background-color: #23adef;
  /*   padding: 10px !important; */
  color: white !important;
  vertical-align: middle;
  display: inline-block;
  margin-left: -20px;
}
.header-newsletter_icon i {
  padding: 12px !important;
  color: white !important;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

.disclaimer {
  border: solid 1px #ccc;
}
#mobile-sub-nav {
  display: none;
  background-color: white;
  padding: 0 15px;
  margin-top: -15px;
}
#join-mobile {
  background-color: #23adef;
  color: white;
  padding: 15px;
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
  display: none;
}

#shop-mobile {
  background-color: #23adef;
  color: white;
  padding: 15px;
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
  display: none;
}

#founder-mobile {
  border: solid 2px #29b55c;
  background-color: #29b55c;
  font-weight: bold;
  color: white;
  padding: 15px;
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
  display: none;
}
.mobile-only {
  display: none;
}
.mobile-nav {
  color: black !important;
  font-weight: bold;
}

.img-resp {
  height: auto;
  width: 100%;
}
.m-c {
  margin: 0 auto !important;
}
.t-c {
  text-align: center;
}
.mt-15 {
  margin-top: 15px;
}
#footer-new {
  background-color: white;
  border-top: solid 4px #03aeef;
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}
#footer-new .nav-list .title {
  color: black;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#footer-new .nav-list .link {
  font-size: 14px;
  margin: 0 0 5px 0;
}
#footer-new .nav-list .link a {
  color: black;
}
#footer-new .social {
  margin-top: 10px;
}
#footer-new .social .item {
  font-size: 35px;
  display: inline-block;
  width: 24%;
  text-align: center;
}
#footer-new .social .item a {
  color: #03aeef;
}
#footer-new .sub-footer {
  font-size: 14px;
  background-color: #03aeef;
  color: white;
  margin-top: 30px;
  padding: 30px 15px;
}
#footer-new .sub-footer .link {
  font-size: 14px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
#footer-new .sub-footer .link a {
  color: white;
}
#footer-new .disclaimer {
  background-color: #353535;
  color: #ccc;
  font-size: 10px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
header.fl-page-header {
  background-color: white;
  position: relative;
  z-index: 1;
}

#bfr-comp-video {
  text-align: center;
}
#bfr-comp-video iframe {
  height: 580px;
  width: 900px;
}

#header-bands-count {
  text-align: center;
  flex-grow: 1;
}

#header-bands-count .title {
  color: #23adef;
  font-weight: bold;
  font-size: 26px;
}

#header-bands-count .sub-title {
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 1300px) {
  #header-bands-count {
    left: 80px;
  }
}

@media (max-width: 1120px) {
  #header-bands-count {
    left: 40px;
  }
}

@media (max-width: 992px) {
  #bfr-comp-video iframe {
    height: 420px;
    width: 740px;
  }

  #header-bands-count {
    left: 0px;
  }
}
@media (max-width: 768px) {
  #header-bands-count {
    position: absolute;
    right: -200px;
    top: 50px;
  }
  .mobile-only {
    display: block;
  }
  .no-mobile {
    display: none !important;
  }
  .home-responsive h1 {
    font-size: 32px;
  }
  #menu-topbar-1 > li:last-child {
    position: relative;
    background-color: white;
    color: black;
  }
  #menu-topbar-1 > li:last-child > a > span {
    color: black;
    background-color: white;
  }
  .side-bar-fixed {
    top: 0 !important;
    position: relative !important;
  }
  #footer .footer-column,
  #footer .footer-column .fl-heading-text h3 {
    text-align: center !important;
  }
  .hero-heading,
  .hero-heading h2 {
    font-size: 22px !important;
  }
  .cta-subscribe input.email {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .cta-subscribe input.send {
    display: block;
    margin: 0 auto;
    width: auto;
  }
  #join-mobile,
  #shop-mobile,
  #founder-mobile,
  #mobile-sub-nav {
    display: block;
  }
  #bfr-comp-video iframe {
    height: 300px;
    width: 500px;
  }
}

@media (min-width: 992px) {
  .menu-item > a > .nav-register {
    color: white;
  }
}

#bfr-coach-directory {
  color: #404040;
}

#bfr-coach-directory .page-title {
  text-align: center;
  font-weight: bold;
  margin: 3rem 0;
}

#bfr-coach-directory .coach {
  margin-bottom: 3rem;
}

#bfr-coach-directory .coach .img {
  height: 190px;
  width: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
}

#bfr-coach-directory .coach .name {
  font-size: 2rem;
  margin-bottom: 2px;
  font-weight: bold;
}

#bfr-coach-directory .coach .location {
  font-size: 1.5rem;
  margin: 0 0 12px 0;
}

#bfr-coach-directory .coach .description {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .mb-1-mobile {
    margin-bottom: 2rem !important;
  }
  .text-center-mobile {
    text-align: center;
  }
}






div#replicated-header .new-link {
    flex-direction: row !important;
    color: #fff !important;
    margin-bottom: 4px;
    font-family: 'Barlow';
    font-weight: 500;
}

div#replicated-header .new-link .namedr {
    margin-left: 3px !important;
}

div#replicated-header .new-link span {
    margin-left: 5px !important;
}


@media (min-width: 300px) and (max-width: 767.98px){
	
		div#replicated-header {
    margin: 0px !important;
    margin-left: -33px !important;
    display: flex !important;
    align-items: flex-end !important;
    flex-direction: column !important;
}
	
	
	.fl-page-bar .scnd-col div {
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: center  !important;
}
	
	.fl-page-bar .scnd-col #replicated-header .new-link {
    display: block !important;
}
	
	.fl-page-bar .scnd-col div .no-mobile {
    display: none !important;
}
	
	.fl-page-bar .scnd-col div#header-social {
    display: flex;
    flex-direction: row !important;
}
	

	
	
}

