@charset "utf-8";
/* CSS Document */
/* Header/Toolbar/Navigation Styles */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
a {
  color: #fec20e;
}
a:hover {
  color: #cccccc;
  text-decoration: none;
}
p {
  font-size: 16px;
}
.yellow {
  color: #fec20e;
}
.toolbar {
  position: fixed;
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 5px 0;
  font-size: 14px;
  top: 0;
  z-index: 20;
}
.toolbar .container-fluid {
  padding-right: 8%;
  padding-left: 8%;
}
.toolbar .locabar i {
  color: #fec20e;
}
.locabar p {
  font-size: 16px;
}
/*.locabar p {
  margin-bottom: 0;
}*/
.slogan {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  text-align: right;
  padding-right: 20px;
}
.social {
  float: right;
}
.social a {
  display: inline-block;
  color: #000;
  width: 26px;
  height: 26px;
  background-color: #fec20e;
  border-radius: 50px;
  text-align: center;
  padding: 2px;
  margin-right: 4px;
}
.social a:hover {
  color: #fff;
  background-color: #ff2421;
  transition: .6s;
}
.header {
  position: fixed;
  width: 100%;
  top: 36px;
  z-index: 33;
  background-color: #fff;
  box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
}
.header .container-fluid {
  padding-right: 8%;
  padding-left: 8%;
}
.navbar-brand img {
  width: 230px;
}
.mr-auto {
  margin-left: auto;
  margin-right: 0 !important;
}
.header .bg-dark {
  background-color: #fff !important;
}
.header .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fec20e !important;
}
.header .navbar-dark .navbar-nav .nav-link {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.header .navbar-dark .navbar-nav .nav-link:hover {
  color: #fec20e;
}
.navbar-dark .navbar-toggler-icon {
  background-image: none;
}
.navbar-dark .navbar-toggler {
  border-color: #fec20e;
  background-color: #000;
  padding: 0.25rem 0.55rem;
}
.navbar-toggler-icon i {
  margin-top: 1.5px;
  color: #fec20e;
}
/*Scrolling for Navigation Styles*/
.offset::before {
  content: "";
  display: block;
  height: 180px;
  margin-top: -180px;
  visibility: hidden;
}
/* Hero Styles */
#myIronCarousel {
  margin-top: 160px;
}
.hero-content .carousel-caption {
  top: 30%;
  text-align: left;
}
.hero-content h1 {
  color: #fec20e;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
}
.hero-content p {
  margin-bottom: 40px;
  font-size: 22px;
}
.formbutton {
  padding: 17px 45px;
  background-color: #fec20e;
  color: #000;
  border: 3px solid #fec20e;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
}
.formbutton:hover {
  background-color: #000000;
  color: #fec20e;
  border: 3px solid #fec20e;
}
/*HP Intro*/
.hp-intro {
  padding: 100px 0 0;
  background-color: #fff;
}
.intro-content {
  padding: 7% 15px 15px;
}
.intro-content h1 {
  color: red;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 700;
}
.intro-content h2 {
  font-weight: bold;
  font-size: 48px;
  color: #000;
  text-transform: uppercase;
}
.intro-content h4 {
  position: relative;
  margin-bottom: 35px;
}
.intro-content h5 {
  margin-bottom: 24px;
}
.intro-content h4:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: red;
  top: 45px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.intro-content p {
  font-size: 20px;
}
.slogan-font {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
}
/*Trainer Intro*/
.trainer-intro {
  padding: 100px 0 120px;
  background-color: #fff;
  background-image: url("../images/crossfit-gym.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.trainer-content {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.trainer-content h1 {
  color: red;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 700;
}
.trainer-content h2 {
  font-weight: bold;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
}
.intro-content h4 {
  position: relative;
  margin-bottom: 35px;
}
.trainer-content h5 {
  margin-bottom: 24px;
}
.trainer-content h4:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: red;
  top: 45px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.trainer-content p {
  font-size: 20px;
}
.slogan-font {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
}
.trainer-meet-me {
  display: flex;
  width: 100%;
}
.trainer-crad-wrapper {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.trainer-card {
  min-height: 330px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.trainer-content-wrapper {
  background-color: #fff;
  min-height: 405px;
}
#trainer1 {
  background-image: url("../images/tanner-headshot.jpg")
}
#trainer2 {
  background-image: url("../images/matt-headshot.jpg")
}
#trainer3 {
  background-image: url("../images/chantell-headshot.jpg")
}
#trainer4 {
  background-image: url("../images/chris-headshot.jpg")
}
#trainer5 {
  background-image: url("../images/jose-headshot.jpg")
}
#trainer6 {
  background-image: url("../images/paul-headshot.jpg")
}
#trainer7 {
  background-image: url("../images/no-name-headshot.jpg")
}
.trainer-card-title {
  padding: 5px 15px;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fec20e;
}
.trainer-about {
  padding: 15px 15px 0;
  background-color: #fff;
}
.trainer-social {
  padding: 10px 15px;
  background-color: #fff;
}
.trainer-social a {
  color: #000;
  font-size: 34px;
  margin-right: 10px;
}
.trainer-social a:hover {
  color: #fec20e;
}
.more-trainers {
  width: 100%;
  text-align: center;
  padding-top: 110px;
}
.more-trainers .formbutton:hover {
  background-color: transparent;
}
#trainers-two {
  background-image: none;
}
#trainers-two .trainer-crad-wrapper {
  margin-bottom: 40px;
}
#trainers-two .trainer-content h2 {
  color: #000;
}
.position {
  font-size: 16px;
  font-style: italic;
}
.certs {
  list-style: none;
  padding-left: 16px;
  margin-top: 11px;
  font-weight: 600;
}
/*HP CTA Section*/
.hp-ctas {
  background-image: url("../images/services-bkgnd.jpg");
  background-attachment: fixed;
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.services-title {
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 75px;
}
.cta {
  padding: 40px 15px;
  border: 2px solid #fff;
  margin-bottom: 20px;
  min-height: 165px;
  position: relative;
  color: #fff;
  background-color: rgb(0 0 0 / 40%);
}
.cta:hover {
  background-color: #000000;
  color: #fec20e;
  border-color: #ff2421;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.cta a {
  color: #fff;
}
.cta a:hover {
  color: #fec20e;
}
.cta h3 {
  position: absolute;
  font-size: 24px;
  width: 95%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  overflow-wrap: break-word;
}
.cta h3 i {
  font-size: 28px;
}
/*Classes Shedule Styles*/
.classes-shedules-out {
  padding: 100px 0;
}
.classes-title h2 {
  font-weight: bold;
  font-size: 48px;
  color: #000;
  text-transform: uppercase;
}
.classes-title {
  margin-bottom: 30px;
}
.classes-title p {
  font-size: 20px;
}
.schedule-content-wrapper {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding-bottom: 15px;
  color: #fff;
  background-color: #000;
  border-left: 10px solid #fec20e;
  margin-bottom: 20px;
  padding-top: 15px;
}
.schedule-card h3 {
  color: #000;
  margin-bottom: 15px;
  background-color: #fec20e;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.classes-content {
  padding-left: 15px;
  padding-right: 15px;
}
.classes-content i {
  color: #fec20e;
}
/*Contact Us Styles*/
.contact-us-out {
  padding: 100px 0;
}
.contact-us-out h2 {
  font-weight: bold;
  font-size: 48px;
  color: #000;
  text-transform: uppercase;
}
.hours {
  margin-bottom: 20px;
  width: 50%;
  float: left;
}
.hours a {
  color: #000;
}
.hours a:hover {
  color: #fec20e;
}
.addy {
  margin-bottom: 20px;
  width: 50%;
  float: left;
}
.contact-form input[type=submit] {
  background-color: #fec20e !important;
  color: #fff;
  padding: 17px 45px !important;
  border: 3px solid #fec20e !important;
  font-size: 16px !important;
}
.contact-form input[type=submit]:hover {
  background-color: #000 !important;
  color: #fec20e !important;
  border: 3px solid !important;
}
/*Image Grid Styles*/
.marrs-image-grid {
  background-color: #000;
  border-bottom: 8px solid;
}
.marrs-image-grid h2 {
  font-weight: bold;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
}
.marrs-image-grid .row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.marrs-image-grid .column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.marrs-image-grid .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
/*HP Map Are Section*/
.map-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/*Footer Styles*/
footer {
  background-color: #000;
  color: #fff;
  padding: 60px 0 0;
}
.footer-out ul {
  list-style: none;
  padding-left: 0;
}
.footer-out li {
  margin-bottom: 5px;
}
.footer-out h3 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 15px;
}
.foot-logo img {
  width: 200px;
}
footer .contact {
  margin-top: 20px;
}
.foot-social {
  font-size: 26px;
}
.foot-social a {
  color: #fec20e;
}
.foot-social a:hover {
  color: #ccc;
}
.links a {
  color: #fec20e;
}
.links a:hover {
  color: #ccc;
}
.copyright {
  padding-top: 60px;
}
.copyright p {
  font-size: 13px;
}
/*Services Page Styles*/
.marrs-services {
  padding: 60px 0;
}
.marrs-services ul {
  list-style: none;
  padding-left: 0;
}
.services-list li {
  margin-bottom: 10px;
  font-size: 24px;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 15px;
}
.services-list i {
  margin-right: 8px;
  color: #fec20e;
}
.services-list {
  margin-top: 20px;
}
/*End Services Page Styles*/
/*Contact Page Styles*/
.contact-form-out {
  padding: 60px 0;
}
.contact-list h3 {
  border-bottom: 2px solid #212529;
}
.contact-list a {
  color: #212529;
}
.contact-list a:hover {
  color: #ff2421;
}
.contact-form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
.contact-form input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.contact-form input[type=submit] {
  padding: 18px 45px;
  background-color: #ff2421;
  color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border: none;
}
.contact-form input[type=submit]:hover {
  background-color: #000;
  color: #ff2421;
}
/*End Contact Page Styles*/
/*Start Gallery Page Styles*/
.gallery-image-grid {
  margin: 60px 0;
  background-color: #f2f2f2;
  border-bottom: 8px solid #f2f2f2;
}
.gallery-image-grid .row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
.gallery-title {
  font-size: 36px;
  padding: 40px 15px 5px;
}
/* Create four equal columns that sits next to each other */
.gallery-image-grid .column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.gallery-image-grid .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
/*Subpage Header Styles*/
.iron-subheader {
  background-image: url("../images/crossfit-gym.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 160px;
  padding: 75px;
  color: #fff;
  text-shadow: 1px 2px 3px rgb(0 0 0 / 50%);
}
.subheader-title h1 {
  text-transform: uppercase;
}
@media (min-width: 1500px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1378px;
  }
}
/*End Gallery Page Styles*/
@media (min-width: 576px) {
  .gallery-image-grid .modal-dialog {
    max-width: 900px;
  }
}
@media (max-width: 1199px) {
  .bg {
    height: 85vh;
  }
  .toolbar .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-content .carousel-caption {
    top: 14%;
  }
}
@media (max-width: 991px) {
  .toolbar {
    position: inherit;
  }
  .header {
    position: inherit;
  }
  #myIronCarousel {
    margin-top: 0 !important;
  }
  .iron-subheader {
    margin-top: 0px;
  }
  .hero-content .carousel-caption {
    top: 10%;
    text-align: left;
  }
  .hero-content h1 {
    font-size: 42px;
  }
  .hero-content p {
    font-size: 18px;
  }
}
@media (max-width: 959px) {
  .bg {
    height: 65vh;
  }
  .hp-ctas .col-sm-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-out .col-sm-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-out .col-sm-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-out .col-sm-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .map {
    margin-top: 20px;
  }
  .links {
    margin-top: 20px;
  }
  .hours {
    margin-top: 20px;
  }
}
@media (max-width: 852px) {}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .marrs-image-grid .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
  .gallery-image-grid .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .locabar p {
    font-size: 14px;
  }
  .slogan {
    font-size: 15px;
  }
  .hero-content .carousel-caption {
    top: 12%;
    text-align: center;
  }
  .hero-content h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .hero-content p {
    display: none;
  }
  .intro-content {
    text-align: center;
  }
  .intro-content h1 {
    font-size: 44px;
  }
  .hp-ctas .col-sm-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .intro-crad-wrapper {
    margin-bottom: 40px;
  }
  .intro-we-do {
    flex-direction: column;
  }
  .intro-we-do .col-4 {
    max-width: 100%;
  }
  .intro-image {
    display: none;
  }
  .hp-intro {
    padding: 30px 0 40px;
  }
  .hp-intro .col-sm-7 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .trainer-content {
    text-align: center;
  }
  .trainer-crad-wrapper {
    margin-bottom: 20px;
  }
  .trainer-meet-me {
    flex-wrap: wrap;
  }
  .trainer-content-wrapper {
    min-height: auto;
  }
  .classes-title {
    text-align: center;
  }
  .contact-us-out {
    text-align: center;
  }
  .contact-us-out .col-sm-5 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .contact-us-out .col-sm-7 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .hours {
    margin-bottom: 20px;
    width: 100%;
    float: none;
    text-align: center;
  }
  .addy {
    margin-bottom: 20px;
    width: 100%;
    float: none;
    text-align: center;
  }
  .contact-us-out .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-out {
    text-align: center;
  }
  .footer-out .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-out .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-out .col-sm-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fb-footer-feed {
    margin-top: 15px;
  }
  .contact {
    margin: 30px 0;
  }
  .links {
    margin-top: 0;
  }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .marrs-image-grid .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .gallery-image-grid .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .locabar {
    text-align: center;
  }
  .slogan {
    text-align: center;
    padding-right: initial;
  }
  #fb-feed {
    margin-bottom: 30px;
  }
  .contact-list {
    margin-top: 45px;
  }
}
@media (max-width: 460px) {
  .hero-content h1 {
    display: none;
  }
  .hero-content .carousel-caption {
    top: 27%;
  }
}