section.navigation {
    width: 100%;
    z-index: 100;
}

html {
  scroll-behavior: smooth;
  scroll-margin-top: -120px;
}

html, body {
    overflow-x: hidden;
    position: relative;
}

div.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

.utility {
	background: #DF1C2F;
    font-size: 14px;
}

.primary-nav {
	background: #fefefe;
}

.utility a.announcement {
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fefefe;
	font-size: 14px;
	line-height: 14px;
}

.utility a.announcement:hover {
	text-decoration: none;
}

img.logo {
    max-width: 125px;
    padding: 12px 0;
}

.navigation ul.nav li.nav-item a.nav-link {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.nav li.nav-item a.nav-link {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}



@media (max-width: 930px) {
	.navigation ul.nav li.nav-item a.nav-link {
		font-size: 14px;
	}
}

@media (max-width: 840px) {
	.navigation ul.nav li.nav-item a.nav-link {
		font-size: 12px;
	}
}

.hero {
    color: #fefefe;
    background-image: url(../img/hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    z-index: 0;
    height: 100vh;
    background-color: #000;
}

.hero:before {
	content: '';
	z-index: 0;
	background: transparent linear-gradient(180deg, #0000002F 0%, #00000012 26%, #00000064 71%, #00000000 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.hero .row {
	position: relative;
	z-index: 1;
    padding-top: 140px;
}

.hero h1, .header h1, h1 {
    font-family: roboto, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 72px;
    line-height: 80px;
    text-shadow: 0px 3px 6px #00000029;
}

@media (max-width: 840px) {
    .hero {
        background-image: url('../img/hero-mobile.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #000;
    }

    .hero h1, .header h1, h1 {
        font-size: 48px;
        line-height: 60px;
    }
}

.hero h2, .header h2 {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    text-shadow: 0px 3px 6px #00000029;
}

.normal-pad {
	padding: 80px 0;
}

p.lead {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
}

p.lead.small {
    font-size: 14px;
}

h2 {
	font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 34px;
}

p {
	font-family: roboto, sans-serif;
    font-weight: 300;
}

b, strong {
    font-weight: 600;
}

a.bold-link {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
}

a.bold-link i {
	color: #DF1C2F;
}

.grey-text {
	color: #505050;
}

.light {
	font-weight: 300;
    color: #505050;
}

.footer .light {
    color: #fefefe;
}

.owning-a-gym-container {
    background: url(../img/owning-a-gym-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.owning-a-gym-01, .owning-a-gym-02 {
	position: absolute;
}

.owning-a-gym-01 {
    left: -50px;
    top: -50px;
}

.owning-a-gym-02 {
    left: 320px;
    top: -100px;
}

.owning-a-gym-01 img {
	max-width: 325px;
}

.owning-a-gym-02 img {
	max-width: 325px;
}

.owning-a-gym-02 {
    left: 300px;
    top: -100px;
}

.owning-a-gym-cta a {
    position: absolute;
    font-family: brandon-grotesque, sans-serif;
    bottom: 82px;
    left: 230px;
    padding: 25px 30px;
    background: #DF1C2F;
    color: #fefefe !important;
    text-transform: uppercase;
    text-decoration: none !important;
}

.owning-a-gym-content {
    padding-left: 100px;
}

@media screen and (max-width: 1360px) {
    .owning-a-gym-content {
        padding-left: 75px;
    }
}

@media screen and (max-width: 1060px) {
    .owning-a-gym-content {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1071px) and (min-width: 992px) {

    .owning-a-gym-container {
        max-height: 400px;
    }

    .owning-a-gym-content {
        width: 100%;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }

    .owning-a-gym-01 img {
        max-width: 300px;
    }

    .owning-a-gym-02 {
        left: 300px;
        top: -100px;
    }

    .owning-a-gym-02 img {
        max-width: 280px;
    }

    .owning-a-gym-cta a {
        bottom: 168px;
        left: 230px;
    }

}

@media (max-width: 991px) {
    .owning-a-gym-02 {
        left: unset;
        top: unset;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-bottom: -50px;
        margin-top: 50px;
    }

    .owning-a-gym-container {
        padding-top: 1px;
    }

    .owning-a-gym-content {
        width: 80%;
        max-width: 600px !important;
        margin-left: auto;
        margin-right: auto;
        padding-top: 80px;
        padding-left: 0;
    }
}


.marquee h1 {
    font-family: roboto, sans-serif;
    font-size: 100px;
    color: #4F4F4F;
    text-shadow: none;
    line-height: normal;
    font-weight: 800;
    background: transparent;
}

.marquee {
    width: 100%;
    overflow: hidden;
}

.sypls-image {
	position: relative;
}

.sypls-image:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 300px;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent linear-gradient(180deg, #F7F7F7 0%, #F4F4F4 52%, #F2F2F2 100%) 0% 0% no-repeat padding-box;
}

.sypls-image.apparel img {
    height: 440px;
    width: auto;
}

.sypls-image.accessories img {
    height: 355px;
    width: auto;
}

.sypls-container a.text {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
}

.sypls-container a i {
	color: #DF1C2F;
}

@media (max-width: 767px) {

    .sypls-image:after {
        height: 250px;
    }

    .sypls-image.apparel a img {
        height: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .sypls-image.accessories a img {
        height: auto;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

}

.grey-bg {
	background: #F7F7F7;
}

.social-buzz {
    width: 70%;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0;
}

.footer {
	background: #3B4558;
	color: #fefefe !important;
	padding: 50px 0 25px;
}

.footer h3 {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 16px;
}

.footer .menu a {
	font-family: brandon-grotesque, sans-serif;
    font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	color: #fefefe;
}

.footer a {
	color: #fefefe;
}

.footer .credits p {
    font-size: 12px;
}

.header {
    padding: 200px 0;
    color: #fefefe;
    position: relative;
    z-index: 0;
}

.header:before {
    content: '';
    z-index: 0;
    background: transparent linear-gradient(180deg, #0000002F 0%, #00000012 26%, #00000072 71%, #0000005D 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.header.own-a-gym {
    background: url('../img/own-a-gym.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;

}

.header.own-a-gym-post {
    background: url('../img/own-gym-post.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;
}

.header.gym-services {
    background: url('../img/gym-services-header.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #000;
}

.header.single-location {
    background: url('../img/location-header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #000;
}

.header.become-a-member {
    background: url('../img/become-a-member-header.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
}

.header.contact {
    background: url('../img/contact-header.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
}

.header.shop-gear {
    background: url('../img/shop-gear-header.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
}

.header.about {
    background: url('../img/about-us-header.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
}

h2.own-a-gym-stats {
    font-family: roboto, sans-serif;
    font-size: 72px;
    letter-spacing: 0;
    color: #000;
    font-weight: 700;
}

.red-text {
    color: #DF1C2F !important;
}

.testimonials-container {
    margin-top: 200px;
}

.testimonial-img {
    margin-top: -100px;
}

h2.testimonial {
    font-size: 32px;
    margin-bottom: 50px;
    padding-top: 75px;
    line-height: 50px;
}

img.own-gym-icon {
    max-width: 70px;
}

.dark-bg {
    background: #3B4558;
    color: #fefefe;
}

.accordion .card {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.accordion .card-header {
    background-color: transparent;
    border-bottom: none;
}

.accordion .card-header h2 .btn {
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 34px;
    color: #fefefe;
    padding-right: 10%;
}

.accordion.grey-text .card-header h2 .btn {
    color: #505050;
    font-size: 26px;
}

.accordion>.card {
    border-top: 1px solid #fefefe;
}

.accordion.grey-text>.card {
    border-top: none;
}

.accordion>.card:first-of-type {
    border-top: none;
}

.accordion .fal {
    position: absolute;
    right: 14px;
    top: calc( 50% - 17px);
}

.accordion .card-body {
    padding-bottom: 30px;
}

.form-control {
    border-radius: 0;
}

.radio {
    display: inline;
    padding-right: 10px;
}

input[type="radio"] {
    margin-right: 5px;
}

.wpcf7-form.init .wpcf7-response-output {
    display: none;
}

.btn-primary {
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #DF1C2F !important;
    border-color: #DF1C2F !important;
    border-radius: 0;
    padding: 1rem 50px;
}

.btn-secondary {
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    color: #DF1C2F;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
    padding: 1rem 50px;
}

.accordion .btn-link:hover, .accordion .btn-link:focus {
    color: #0056b3;
    text-decoration: none;
}

.accordion.grey-text .btn-link:hover, .accordion.grey-text .btn-link:focus {
    color: #505050;
    text-decoration: none;
}

.badge {
    padding: 8px 18px;
    font-size: 16px;
    color: #505050;
    font-weight: 300;
    margin-bottom: 10px;
}

.badge-hollow {
    border: 1px solid #D0D0D0;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
    z-index: 5;
    font-size: 2.5em;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #B7B7B7;
    position: absolute;
    top: 50%;
    text-align: center;
    color: #016daa;
    opacity: 1;
    transition: opacity .25s;
    cursor: pointer;
}
.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  opacity: .65;
}
.slick-slider .slick-prev {
    left: 5px;
}
.slick-slider .slick-next {
    right: 5px;
}

#detail .product-images {
    width: 100%;
    margin: 0 auto;
    border: none;
    background: none;
}
#detail .product-images li, #detail .product-images figure, #detail .product-images a, #detail .product-images img {
  display: block;
  outline: none;
  border: none;
}
#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
#detail .product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#detail .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#detail .product-images .thumb-nav {
  margin: 0 auto;
  padding:20px 10px;
  max-width: 600px;
  max-height: 140px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev, #detail .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}
#detail .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}
#detail .product-images .thumb-nav li {
  display: block;
  padding: 0 1.5rem;
  cursor: pointer;
}
#detail .product-images .thumb-nav li img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color .25s;
  -ms-transition: border-color .25s;
  -moz-transition: border-color .25s;
  transition: border-color .25s;
}
#detail .product-images .thumb-nav li:hover, #detail .product-images .thumb-nav li:focus {
  border-color: #999;
}
#detail .product-images .thumb-nav li.slick-current img {
  border-color: #d12f81;
}

#detail .thumb-nav .slick-slide img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100% !important;
    height: 6rem;
}

#detail .thumb-nav .slick-slide.slick-current img {
    border: 2px solid #df212e;
}

.main_container {
    height: 400px;
    width: 100%;
    background: none;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

img.main {
    margin: auto;
    object-fit: cover;
    max-height: 400px;
    width: 100%;
}

.slick-slide {
  max-height: 400px;
  height: unset !important
}

.slick-list {
  max-height: 400px !important;
}

.slick-prev:before, .slick-next:before {
    content: '' !important;
}

@media (max-width: 767px) {
  .main_container {
    height: 300px;
  }

  .slick-slide {
    max-height: 300px;
    height: unset !important
  }

  .slick-list {
    max-height: 300px !important;
  }

  img.main {
    max-height: 300px;
  }
}

a {
    color: #3b4558;
}

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

p.lg {
    font-size: 20px;
    line-height: 26px;
}

.input-group-text {
    position: relative;
    z-index: 1;
    color: #df212e;
    background-color: rgb(247 247 247 / 85%);
    border: none;
    border-radius: 0;
}

.hero .form-control {
    position: relative;
    z-index: 1;
    color: #495057;
    background-color: rgb(247 247 247 / 85%);
    border: none;
    border-radius: 0;
    transition: none;
    padding: 25px .75rem;
}

.hero .input-group-append .btn, .hero  .input-group-prepend .btn {
    position: relative;
    z-index: 2;
    border-radius: 0;
    background-color: #000000;
    border: none;
    padding: .375rem 20px;
}

.hero .input-group {
    z-index: 3 !important;
}

.about-slider-content {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel.about-us .owl-stage-outer {
    position: relative;
    overflow: visible;
    -webkit-transform: translateZ(0);
}

.owl-theme #abtNav {
    margin-top: -70px !important;
}

.owl-theme #abtNav {
    text-align: right;
    padding-right: 50px;
}

.owl-theme.about-us-controls .owl-controls {
    position: relative !important;
    z-index: 10 !important;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #df212e;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    border: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #df212e;
    text-decoration: none;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.owl-theme.testimonials .owl-nav {
    top: calc(50% - 22px);
    position: absolute;
    width: 100%;
}

.owl-theme.testimonials .owl-nav button.owl-prev {
    left: -90px;
    position: absolute;
}

.owl-theme.testimonials .owl-nav button.owl-next {
    right: -90px;
    position: absolute;
}

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

    h2.testimonial {
        font-size: 28px;
        margin-bottom: 50px;
        padding-top: 75px;
        line-height: 40px;
    }

}

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


    .owl-theme.testimonials .owl-nav button.owl-prev {
        left: -50px;
    }

    .owl-theme.testimonials .owl-nav button.owl-next {
        right: -50px;
    }

}

h2 {
    position: relative;
}

h2 span {
    overflow: hidden;
    background: #fefefe;
    padding-right: 10px;
}

h2 span:after {
    content: '';
    width: 100%;
    border-bottom: 1.5px solid #CCCCCC;
    top: 53%;
    position: absolute;
    z-index: -1;
    left: 0;
}

.variations select, .variations input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 1rem;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #DF1C2F;
    border-color: #DF1C2F;
}

#sidebar {
    display: none;
}


h2.woocommerce-loop-product__title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    font-size: 18px;
    margin-top: 12px;
    color: #000;
    margin-bottom: 5px;
}

.products .button.product_type_variable, .products .button.add_to_cart_button {
    display: none;
}

.products .woocommerce-Price-amount.amount {
    font-weight: 300;
    color: #505050;
    font-size: 14px;
}

.product-thumb {
    height: 300px;
    width: 100%;
    border: 1px solid #CCCCCC;
    display: flex;
}

.product-thumb img {
    object-fit: contain;
    object-position: center;
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.shop-nav button {
    background: #ffffff;
    border: none;
}

.shop-nav .input-group-text {
    color: #3B4558;
    background-color: #fff;
}

.product h1 {
    font-weight: 300;
}

#mobile_menu nav {
    opacity: 0;
    pointer-events: none;
    transition: all 0.75s ease-in-out;
}

#mobile_menu.active nav {
    position: relative;
    opacity: 1;
    top: 40%;
    height: 55%;
    font-size: 2.5rem;
    margin-right: auto;
    margin-left: auto;
    pointer-events: auto;
}

.mobilemenu ul.site-links {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: auto;
    position: relative;

}

.mobilemenu ul.site-links li {
    display: block;
    padding: 0 0 35px;
}

.mobilemenu ul.site-links li a {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  display: block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1;
  text-align: center;
}

.mobilemenu ul.site-links li a:hover, .mobilemenu ul.site-links li a:focus {
    color: #DF1C2F;
    text-decoration: none;
}

#mobile_menu {
    height: 0;
    background: #fff;
    color: #000;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    transition: all 0.5s ease-in;
    opacity: 0;
    pointer-events: none;
}

#mobile_menu.active {
    height: 100vh;
    position: fixed;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.25s ease-in;
}

@media only screen and (max-width: 500px) {
    #mobile_menu.active {
        height: 100vh;
        position: fixed;
        transition: all 0.25s ease-in;
    }
}

#mobile_menu.active a i {
    transition: opacity 0.25s ease-in;
    font-size: 18px;
}

#mobile_menu.active h3, #mobile_menu.active .closenav  {
    opacity: 1;
    display: block;
    transition: opacity 1s ease-in;
}

button.overlay-close {
    background: none;
    outline: none;
    border: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: 100%;
}

.woocommerce table.shop_table {
    border: none;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 300;
    border-top: 1px solid rgba(0,0,0,.1);
}

tr.cart-subtotal {
    font-weight: 300;
}

tr.order-total {
    font-weight: 600 !important;
}
.cart_totals {
    padding: 20px;
    background: #F7F7F7;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #3b4558;
    font-family: brandon-grotesque, sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px;
    width: 100%;
    text-align: center;
}

#locations-list h3 {
    font-size: 1.2rem;
    font-weight: bold;
}

.distance-text {
    margin-bottom: 0.5rem;
}

#locations-list > div {
    padding: 1rem;
}

#locations-list > div:hover {
    background: #F7F7F7 0 0 no-repeat padding-box;
}

#locations-list > div:not(:last-child) {
    border-bottom: 1px solid #DCDCDC;
}

#locations-list #show-more-locations a {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    font-weight: bold;
}

#locations-list #show-more-locations {
    display: flex;
}

.location-nav, .shop-nav {
    position: sticky;
    top: 108px;
    z-index: 5;
}

.location-nav ul.nav li.nav-item a.nav-link {
    font-size: 12px;
    cursor: pointer;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

input[type=checkbox] {
    margin-right: 7px;
}

.form-row {
    display: block;
}

select {
    padding: .375rem .75rem;
    border: 1px solid #dee2e6!important;
}

select {
  display: block;
  height: 50px;
  float: right;
  padding: 0px 10px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}

hr {
    border-top: 1px solid rgb(254 254 254);
}

.stickynav {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 3px 6px #0000001F;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.stickynav + section.hero {
  padding-top: 32px;
}


.stickynav ul.nav li.nav-item a.nav-link.red-text {
    color: #fefefe !important;
    background: #000;
    transition: all ease-in-out 0.5s;
}

ul.nav li.nav-item a.nav-link.red-text i {
    margin-left: 5px;
    margin-bottom: 3px;
}
.red-bg {
    padding: 8px 10px;
    background: #df212e;
}

.black-bg {
    padding: 8px 10px;
    background: #000;
}

.black-bg a {
    color: #fefefe !important;
}

.input-group-prepend {
    margin-right: 0px;
}

#map {
    height: 100vh;
}

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

    #map {
        height: 250px;
    }

    .footer .credits p {
        font-size: 11px;
    }

}

#attributions {
    display: inline-block;
    margin-left: 5px;
}

#attributions img {
    max-width: 100px;
}

body.no-scroll {
    overflow: hidden;
}

.footer .nav li.nav-item a.nav-link {
    font-size: 25px;
    color: #fefefe;
    padding-left: 0;
}

#mobile_menu.active ul.nav.social li.nav-item a.nav-link i {
    font-size: 28px;
}

.form-control {
    height: calc(1.5em + .75rem + 14px);
}

label {
    color: #495057;
    width: 100%;
}

.radio label {
    color: #6c757d;
}

select:invalid {
   color: #6c757d;
}

select:valid {
   color: #495057;
}

.nav-link.cart {
    border-left: 1px solid #CCCCCC;
    margin-left: 40px;
    padding-left: 0;
}

.footer .btn-primary {
    height: calc(1.5em + .75rem + 14px);
}

.single-location p.small, .single-location p.lead {
    font-size: 15px;
}

.horizontal-line {
    height: 1px;
    width: 100%;
    background: #D0D0D0;
}

#map.map-only {
    max-height: 450px;
    margin-bottom: 25px;
}

#map.single-location {
    max-height: 200px;
    margin-bottom: 25px;
}

@media (max-width: 840px) {
    h2.own-a-gym-stats {
        font-size: 50px;
    }

    #map h3 {
        font-size: 1rem;
    }
}

legend {
    font-size: 1rem;;
    color: #495057 !important;
}

.services h3 {
    font-size: 1.17em;
}

.testimonials.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.testimonials.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    transition: all 0.5s ease-in-ease-out;
}

.testimonials.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}