/*
 Theme Name:     Fitness Wings
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Template:       wp-bootstrap-starter
*/
/****************************************
*** Theme customization starts below ***
*****************************************/
.home #page {
  background-image: url(../../uploads/2020/10/gym-dark-scaled.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}
.home header#masthead {
  background: none;
  box-shadow: none;
  width: 100%;
  position: absolute;
  padding: 20px 50px;
  z-index: 1;
}
.home #page-sub-header {
  background: none;
  height: 100vh;
  display: flex;
  align-items: center;
}
.home #page-sub-header .container p {
  color: #c2c2c2;
}
.home #page-sub-header a.page-scroller {
  -webkit-animation: bounce-top 0.9s both;
          animation: bounce-top 0.9s both;
  color: #fff;
}
.home .container {
  max-width: inherit;
}
.home #content {
  background-color: #414141;
  color: #fff;
  padding-top: 0;
}
.home #content h2 {
  font-size: 3em;
}
.home #content.site-content {
  padding-bottom: 0;
}
.home header.entry-header {
  display: none;
}
.home #page-sub-header .container h1 {
  color: #fff;
}
.home section#primary {
  padding-left: 0;
  padding-right: 0;
}
.home #main .entry-content {
  margin-top: 0;
}
.home #main .entry-content .home-block-wrapper:nth-child(2) {
  background: url(../../uploads/2020/10/victor-freitas-hOuJYX2K5DA-unsplash-2048x1365.jpg);
  background-size: cover;
  background-position: right;
}
.home #main .entry-content .home-block-wrapper:nth-child(4) {
  background: url(../../uploads/2020/10/jelmer-assink-gzeTjGu3b_k-unsplash-scaled.jpg);
  background-position: right;
}
.home #main .entry-content .home-block-wrapper .wp-block-columns {
  padding: 10em 5em;
  display: flex;
  align-items: center;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
}
.home #main .entry-content .home-block-wrapper .wp-block-columns h2 {
  color: #ccd0ee;
}
.home #main .entry-content .home-block-wrapper .wp-block-columns p {
  font-size: 1.3em;
}
.home #main .entry-content .homepage-articles {
  padding: 5em;
}
.home #main .entry-content .homepage-articles h2 {
  text-align: center;
}
.home #main .entry-content .homepage-articles .wp-block-group__inner-container {
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
}
.home #main .entry-content .homepage-cta-top {
  padding: 10em;
  text-align: center;
  background-color: #bdc3f744;
}
.home #main .entry-content .homepage-cta-top p {
  font-size: 3em;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
.home #main .entry-content .homepage-more {
  padding: 5em;
  text-align: center;
  background: #bdc3f744;
}
.home #main .entry-content .homepage-more h2 {
  color: #ccd0ee;
  padding-bottom: 1em;
}
.home #main .entry-content .homepage-more p a {
  color: #fff;
}

.navbar-brand {
  max-width: 200px;
  padding: 20px;
}

body:not(.home) #content {
  padding-top: 0;
}
body:not(.home) #content .container {
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
}
body:not(.home) #content .img-float-left {
  float: left;
  padding: 30px 50px 30px 0px;
  max-width: 40%;
}
body:not(.home) #content .img-float-right {
  float: right;
  padding: 30px 0px 30px 50px;
  max-width: 40%;
}
body:not(.home) #main .entry-header h1 {
  display: none;
}
body:not(.home) #main .entry-content {
  margin-top: 0;
}
body:not(.home) #main .entry-content .wp-block-cover {
  min-height: 200px;
  margin: 50px 0px;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
}
body:not(.home) #main .entry-content .wp-block-cover h2 {
  font-size: 4em;
}
body:not(.home) #main .entry-content .wp-block-cover p {
  padding: 0;
}
body:not(.home) #main .entry-content .wp-block-cover:nth-child(1) {
  margin-top: 0;
  min-height: 600px;
  max-width: 100vw;
}
body:not(.home) #main .entry-content p,
body:not(.home) #main .entry-content ul,
body:not(.home) #main .entry-content h2,
body:not(.home) #main .entry-content h3 {
  line-height: 1.7em;
  max-width: 60vw;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
body:not(.home) #main .entry-content p,
body:not(.home) #main .entry-content ul {
  font-size: 1.3em;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #ccd0ee;
  font-size: 1em;
}

header#masthead {
  background-color: #636471;
}
header#masthead .container {
  max-width: inherit;
}

h1.entry-title {
  font-size: 4em;
}

.contact-us {
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #636471;
  padding: 30px;
  border-top: 10px solid #ccd0ee;
  margin-top: 5em;
  color: #fff;
  border-radius: 5px;
}
.contact-us h2 {
  color: #fff;
}

#footer-widget {
  padding: 5em 1em;
  text-align: center;
  background-color: #414141 !important;
}
#footer-widget .container {
  max-width: 60vw;
}
#footer-widget .container #search-4 label {
  width: 100%;
}
#footer-widget .container #text-3 {
  text-align: right;
  color: #ccd0ee;
}

footer {
  text-align: center;
}

@media all and (max-width: 768px) {
  .home header#masthead {
    padding: 0;
  }
  
  .home #main .entry-content .home-block-wrapper .wp-block-columns {
    max-width: 100vw;
  }

  .home #main .entry-content .homepage-cta-top p {
    font-size: 2em;
    max-width: inherit;
  }

  body:not(.home) #main .entry-content p, body:not(.home) #main .entry-content ul, body:not(.home) #main .entry-content h2, body:not(.home) #main .entry-content h3, body:not(.home) #main .entry-content .wp-block-cover, body:not(.home) #main .entry-content .contact-us {
    max-width: 90vw;
  }

  .navbar-toggler {
    background-color: #fff;
  }

  #footer-widget {
    text-align: center;
  }
  #footer-widget p {
    font-size: 1.5em;
    text-align: center;
  }
}
.bounce-top {
  -webkit-animation: bounce-top 0.9s both;
          animation: bounce-top 0.9s both;
}

@-webkit-keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */