/* --> Brazilian Jiu Jitsu */

html {
  scroll-behavior: smooth;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 10000;
  padding: 10px 14px;
  color: #111;
  background: #fff;
  border-radius: 4px;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #f5c542 !important;
  outline-offset: 3px !important;
}

.bjj-menu-toggle,
.menu-close,
.btn-login {
  font: inherit;
}

.bjj-menu-toggle,
.menu-close {
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

button.btn-login { border: 0; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  /* width: 1440px; */
  background: #1c2026;
  color: #ffffff;
  font-family: Roboto, sans-serif;
}
.container {
  max-width: 1440px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}
p {
  line-height: 1.5;
}

/* Go on top button  */
#goTop {
  position: fixed;
  bottom: 20px;
  right: 11px;
  z-index: 99;
  cursor: pointer;
  background: unset;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#goTop:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#goTop img {
  width: 85px;
}
/* --> Header style*/
.header-container {
  display: flex;
  margin: 23px 0 0 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  max-width: 1440px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.header-holder {
  display: flex;
}
.brand-logo-holder {
  display: flex;
  flex-direction: column;
}
.brand-logo {
  display: flex;
  align-items: center;
}
.brand-logo a {
  display: flex;
  align-items: center;
}
.brand-logo-img {
  margin-right: 20px;
}
.menu-bar {
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-bar-item {
  list-style: none;

  font-style: normal;
  font-weight: bold;
  font-size: 18px;
}
.menu-bar-item a {
  text-decoration: none;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-right: 40px;
  text-transform: uppercase;
}
li.active-page a,
.menu-bar-item a:hover {
  color: #1489de;
}

.menu-bar-item a {
  font-weight: 500;
}
/* --> Drop down menu */
.dropbtn {
  background-color: #4caf50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown:hover::before {
  content: "";
  position: absolute;
  border-top: 15px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #ffffff;
  border-left: 10px solid transparent;
  top: 19px;
  left: 47px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  z-index: 1;
  left: -24px;
  top: 49px;
  background: #ffffff;
  border-radius: 4px;
  font-weight: 500;
}

.dropdown-content a {
  color: #484848;
  padding: 12px 24px;
  margin: 0;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Login btn */
.btn-holder {
  display: flex;
  position: relative;
  justify-content: center;
}
.btn-login {
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: -o-linear-gradient(1.38deg, #36d1dc -44.22%, #5b86e5 98.83%);
  background: linear-gradient(88.62deg, #36d1dc -44.22%, #5b86e5 98.83%);
  border-radius: 4px;
  padding: 12px 55px;
}
.btn-login p {
  margin: 0;
  line-height: 1;
}
.btn-login:hover {
  background: -o-linear-gradient(1.38deg, #36d1dc -44.22%, #80a8ff 98.83%);
  background: linear-gradient(88.62deg, #36d1dc -44.22%, #80a8ff 98.83%);
}
/* --> Brazilian Jiu Jitsu Headline */
.hero-heading {
  font-weight: 900;
  font-size: 58px;
  margin: 0;
  line-height: 64px;
}
.headline-text-c {
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: 150px;
  max-width: 1440px;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.headline-text {
  display: flex;
  flex-direction: column;
  padding-left: 135px;
}
/* --> Slider image styles */
.mySlides {
  display: none;
  width: 100%;
}
.hero-img {
  vertical-align: middle;
  width: 100%;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}
/* The dots/bullets/indicators */
.dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  background: rgba(182, 182, 182, 0.72);
}

.active {
  border: 1px solid rgba(20, 137, 222, 0.34);
  border-radius: 50%;
  background: #1489de;
  -webkit-box-shadow: 0px 0px 3px 4px rgba(20, 137, 222, 0.34);
  box-shadow: 0px 0px 3px 4px rgba(20, 137, 222, 0.34);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* The Modal (background) */
.modal {
  display: none;
  position: absolute;
  z-index: 1;
  padding-top: 60px;
  right: 110%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  width: 350px;
  background: #ffffff;
  border-radius: 4px;
  position: fixed;
}
.modal-content::before {
  content: "";
  position: absolute;
  border-top: 15px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #ffffff;
  border-left: 10px solid transparent;
  top: -30px;
  left: 267px;
}

/* Sign up and Sign in forms */
.sign-form {
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
}
label.sign-form-label.sign-in-label {
  border-top-left-radius: 4px;
}
.sign-form-input {
  display: none;
}
.sign-form-input:checked + .sign-form-label {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.close.sign-up-close {
  left: 10px;
  position: absolute;
  color: #000;
  font-size: 25px;
  cursor: pointer;
}

button.close.sign-up-close {
  padding: 0;
  background: transparent;
  border: 0;
}



.close.sign-up-close:hover {
  color: #1489de;
}

.sign-form-label {
  color: #1489de !important;
  padding: 12px 0;
  display: inline-block;
  width: 50%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background: rgba(233, 233, 233, 0.32);
  -webkit-box-shadow: inset 2px -3px 10px -1px rgba(77, 162, 226, 0.24);
  box-shadow: inset 2px -3px 10px -1px rgba(77, 162, 226, 0.24);
  border-radius: 0px 4px 0px 0px;
  cursor: pointer;
}
.service {
  display: none;
  background-color: #ffffff;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: -webkit-fill-available;
  width: -moz-available;
  color: #5a5a5a;
  margin: 23px 17px 15px 21px;
}
input:checked + label + .service {
  display: block;
}
label.credentials-label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5a5a5a;
}
input.credentials-input, select.credentials-input {
  display: block;
  width: 312px;
  height: 34px;
  left: 860px;
  top: 634px;
  background: #ffffff;
  border: 0.5px solid #1489de;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  margin: 2px 0 7px;
}
textarea.credentials-input {
  width: 100%;
  display: block;
  left: 860px;
  top: 634px;
  background: #ffffff;
  border: 0.5px solid #1489de;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  margin: 2px 0 7px;
}
input.credentials-input:focus {
  outline: none;
}
.password1 {
  position: relative;
}
#togglePassword {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgba(0, 0, 0, 0.29);
  cursor: pointer;
}
.password2 {
  position: relative;
}
#togglePassword2 {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgba(0, 0, 0, 0.29);
  cursor: pointer;
}
#togglePassword:hover,
#togglePassword2:hover {
  color: rgba(0, 0, 0, 0.5);
}

.hide {
  background-image: url(../svg/hide-pwd.png) !important;
}
.credentials-botom {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
#credentials-bottom-signup {
  justify-content: flex-end;
}
.forgot-pwd {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #1489de;
  text-decoration: none;
}
.sign-btn {
  width: 116px;
  height: 34px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background: -o-linear-gradient(1.38deg, #36d1dc -44.22%, #5b86e5 98.83%);
  background: linear-gradient(88.62deg, #36d1dc -44.22%, #5b86e5 98.83%);
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.sign-btn:hover {
  background: -o-linear-gradient(1.38deg, #36d1dc -44.22%, #80a8ff 98.83%);
  background: linear-gradient(88.62deg, #36d1dc -44.22%, #80a8ff 98.83%);
}

/* The Close Button */
/* .close {
  display: none;
} */

/* --> Video Section */
button.splide__arrow.splide__arrow--prev.video-prev {
  display: none;
}

.mobile-arrow-right {
  display: none;
}

.video-search-holder,
.gyms-search-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 20px 0;
}

.video-search-svg,
.gyms-search-svg {
  width: 17px;
  position: absolute;
  padding: 9px;
}
.video-search-input,
.gyms-search-input {
  width: 460px;
  height: 34px;
  display: block;
  background: rgba(196, 196, 196, 0.29);
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
  padding: 0px 40px;
  border: none;
}
.video-search-btn,
.gyms-search-btn {
  height: 34px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: -o-linear-gradient(1.38deg, #36d1dc -44.22%, #5b86e5 98.83%);
  background: linear-gradient(88.62deg, #36d1dc -44.22%, #5b86e5 98.83%);
  color: #ffffff;
  border: none;
  border-radius: 4px;
  margin-left: 15px;
  cursor: pointer;
  padding: 10px 45px;
}
.video-search-btn:hover,
.gyms-search-btn:hover {
  background: -o-linear-gradient(1.38deg, #36d1dc -44.22%, #80a8ff 98.83%);
  background: linear-gradient(88.62deg, #36d1dc -44.22%, #80a8ff 98.83%);
}
.video-search-input:focus,
.video-search-btn:focus,
.gyms-search-input:focus,
.gyms-search-btn:focus {
  outline: none;
}
.tab .tablinks {
  cursor: pointer;
}
.gym-top-filter {
  display: flex;
  justify-content: center;
  margin: 45px 0 35px;
}
.gym-top-btn {
  display: flex;
  padding: 0 78px 0;
}
.gym-top-btn a {
  font-size: 23px;
  line-height: 25px;
  color: #ffffff;
  text-decoration: none;
}
.gym-top-selected {
  border-bottom: 3px solid #1489de;
  font-weight: 600;
}

.video-text-holder {
  margin: 0px 0px 30px 0px;
  position: relative;
}
.video-text-img {
  margin-right: 60px;
  width: 120px;
}
.video-ellipse-one::before,
.video-ellipse-two::before {
  content: "";
  position: absolute;
  background-image: url(../images/svg/ellipse.svg);
  width: 10px;
  height: 10px;
  top: 14px;
  left: 150px;
  background-size: cover;
}
.video-ellipse-two::before {
  left: 340px;
}
.see-all-videos-holder {
  position: relative;
}
.see-all-videos {
  z-index: 10;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #1489de;
  cursor: pointer;
  text-decoration: none;
}
/* .see-all-videos::before {
  content: "";
  position: absolute;
  background-image: url(assets/svg/arrow-small.svg);
  width: 15px;
  height: 15px;
  top: 3px;
  left: 119px;
  background-size: cover;
} */
.see-all-videos:hover {
  color: #4e9de2;
}
.video-carousel {
  height: 640px;
}
.video-carousel,
.gyms-carousel {
  width: auto;
}
.gyms-carousel {
  margin-left: 135px;
}
.slick-slide {
  margin: 10px;
  width: 320px;
  height: 806px;
  position: relative;
}
.slick-slide img {
  width: 96%;
  height: 96%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slick-slide iframe {
  width: 307px;
  height: 614px;
}
.slick-next {
  right: -35px;
  top: 300px;
}
.slick-prev {
  left: -4px;
  top: 300px;
}
.card {
  border: 2px solid #fff;
  -webkit-box-shadow: 1px 1px 15px #ccc;
  box-shadow: 1px 1px 15px #ccc;
}
.card-body {
  background: #fff;
  width: 100%;
  vertical-align: top;
}
.card-content {
  text-align: left;
  color: #333;
  padding: 15px;
}
.card-text {
  font-size: 14px;
  font-weight: 300;
}
.control-c {
  width: 85px;
  height: 85px;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.control-c:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.gyms-headline {
  position: absolute;
  display: flex;
  align-items: center;
  width: 240px;
  height: 119px;
  left: 40px;
  top: 428px;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.gyms-city-state {
  position: absolute;
  text-align: center;
  top: 572px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  width: 100%;
  color: #ffffff;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}
.current {
  height: 105px;
  margin-top: 40px;
}

/* Categories Section */

.categories-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.categories-title {
  text-align: center;
}
.categories-card-holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.categories-card {
  width: 32%;
  background: rgba(0, 0, 0, 0.66);
  border-radius: 9px;
  position: relative;
  border: double 3px transparent;
  border-radius: 10px;
  background-image: -o-linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)),
    -o-linear-gradient(left, #36d1dc, #5b86e5);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgb(0, 0, 0)),
      to(rgb(0, 0, 0))
    ),
    -webkit-gradient(linear, left top, right top, from(#36d1dc), to(#5b86e5));
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)),
    linear-gradient(to right, #36d1dc, #5b86e5);
  background-origin: border-box;
  background-clip: content-box, border-box;
  margin-right: 30px;
}
.categories-card:hover {
  background-image: -o-linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)),
    -o-linear-gradient(left, #5b86e5, #36d1dc);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgb(0, 0, 0)),
      to(rgb(0, 0, 0))
    ),
    -webkit-gradient(linear, left top, right top, from(#5b86e5), to(#36d1dc));
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)),
    linear-gradient(to right, #5b86e5, #36d1dc);
}
.categories-card img {
  background-color: #000000;
  border: none;
  border-radius: 5px;
  opacity: 0.6;
  width: 100%;
}
.categories-card-p {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.075em;
  color: #ffffff;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  margin: 0;
  top: 0;
}

/* Articles Section */
.articles-container {
  display: flex;
  margin: 65px 0 0 135px;
}
.articles-holder {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-articles-holder {
  display: flex;
  margin: 0 90px 55px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: 50px;
}
.single-articles-holder:nth-of-type(4) {
  border-bottom: 0;
}
.articles-img-c {
  width: 255px;
  height: 146px;
}
.articles-img {
  width: 255px;
  height: 146px;
  float: left;
}
.articles-text-c h2 {
  margin-top: 0;
}

section.articles-section {
  margin-top: 100px;
}
.articles-gym-list {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.articles-gym-list-title {
  width: max-content;
  color: #1489de;
  cursor: pointer;
}
.articles-gym-list-c a {
  display: flex;
  font-size: 16px;
  margin-bottom: 18px;
  color: #ffffff;
  text-decoration: none;
}
.caret-icon-menu {
  display: none;
}
/* --> Footer */
footer {
  border-bottom: 8px solid #1489de;
  background: #485465;
  padding-bottom: 15px;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 15px;
}
.footer-social-holder {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-social-icons {
  margin-right: 50px;
  cursor: pointer;
}
#facebook {
  background-image: url(../images/svg/facebook.svg);
  width: 13px;
  height: 26px;
  background-size: cover;
  display: block;
}
#twitter {
  background-image: url(../images/svg/twitter.svg);
  width: 29px;
  height: 25px;
  background-size: cover;
  display: block;
}
#youtube {
  background-image: url(../images/svg/youtube.svg);
  width: 35px;
  height: 25px;
  background-size: cover;
  display: block;
}
#instagram {
  background-image: url(../images/svg/instagram.svg);
  width: 26px;
  height: 26px;
  background-size: cover;
  display: block;
}
#facebook:hover {
  background-image: url(../images/svg/facebook-hover.svg);
}
#twitter:hover {
  background-image: url(../images/svg/twitter-hover.svg);
}
#youtube:hover {
  background-image: url(../images/svg/youtube-hover.svg);
}
#instagram:hover {
  background-image: url(../images/svg/instagram-hover.svg);
}
.footer-copyrights {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.menu-bar-item.dropdown {
  cursor: pointer;
}
.logo-mobile {
  cursor: pointer;
}

@media only screen and (max-width: 796px) {
  /* Mobile menu hamburger */
  .container 
  .menu-mobile {
    display: flex;
    position: absolute;
    z-index: 1;
    width: -webkit-fill-available;
    width: -moz-available;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 21px;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
  }
  .logo-mobile {
    display: flex;
    width: 100px;
    padding-right: 10px;
  }
  .hamburger {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fa-bars {
    color: #ffffff;
  }
  .fa-times {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    font-size: 25px;
  }
  /* Modal */
  .modal {
    overflow: hidden;
  }
  form.sign-form {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .modal-content::before {
    display: none;
  }
  .sign-form-label {
    color: #ffffff;
    padding: 12px 0;
    display: inline-block;
    width: 90%;
    margin: 0 21px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    background: #1c2026;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 3px 2px cyan;
    box-shadow: 0px 0px 3px 2px cyan;
  }
  .sign-form-input:checked + .sign-form-label {
    background: -o-linear-gradient(left, #36d1dc, #5b86e5);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#36d1dc),
      to(#5b86e5)
    );
    background: linear-gradient(to right, #36d1dc, #5b86e5);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
    -webkit-box-shadow: 0px 0px 3px 2px cyan;
    box-shadow: 0px 0px 3px 2px cyan;
  }
  .modal-content {
    left: 0;
    top: 320px;
    height: 70vh;
    width: 100vw;
    display: block;
    background: #1c2026;
    text-align: center;
  }
  .service {
    margin: 23px 17px 15px 21px;
    background-color: unset;
  }
  .credentials-label {
    color: #ffffff !important ;
  }
  #togglePassword {
    top: 10px;
    left: 284px;
  }
  #togglePassword2 {
    top: 10px;
    left: 284px;
  }
  #credentials-bottom-signup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .relative {
    position: relative;
    margin: 5px 0;
  }
  .caret-icon-menu {
    display: inline-block;
  }
  /* Hover dropdown disable */
  .dropdown:hover::before {
    display: none;
  }
  .dropdown-content {
    position: unset;

    background-color: unset;
  }
  .dropdown-content a {
    padding-bottom: 10px;
  }
  .item-drop-mobile {
    display: none;
  }
  .li.active-page a {
    text-align: center;
    display: block;
  }
  li.active-page a,
  .menu-bar-item a:hover {
    color: #ffffff;
  }
  .dropdown-content a:hover {
    background-color: unset;
  }
  .menu-bar-item {
    text-align: center;
  }
  #drop-item-mobile a {
    color: #1489de;
    cursor: pointer;
  }
  /* Header menu */
  .header-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-container {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    background: #1c2026;
    z-index: 2;
    display: none;
    padding: 0;
    width: 100%;
  }
  .header {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    height: auto;
  }
  .brand-logo {
    background: -o-linear-gradient(347.8deg, #5a89e5 9.08%, #44b5df 98.46%);
    background: linear-gradient(102.2deg, #5a89e5 9.08%, #44b5df 98.46%);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 10px 10px;
    padding: 0 40px;
  }
  .menu-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5vh 0;
  }
  .menu-bar-item {
    padding: 10px 0;
  }
  .menu-bar-item a {
    margin: 0;
  }
  .btn-holder {
    padding: 0;
  }
  /* Hero image mobile */
  .m-hero-img-1 {
    content: url(../images/mobile/1.jpg);
  }
  .m-hero-img-2 {
    content: url(../images/mobile/2.jpg);
  }
  .m-hero-img-3 {
    content: url(../images/mobile/3.jpg);
  }
  /* Headline text */
  .headline-text-c {
    margin: 0;
    width: 100%;
  }
  .headline-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 21px;
  }
  .hero-heading {
    font-size: 36px;
    line-height: 40px;
  }
  .headline-text p {
    font-size: 15px;
    line-height: 16px;
  }
  /* .hero-img {
    height: 60vh;
  } */

  /* Video */
  .video-container {
    margin: 0;
  }
  .video-text-holder {
    margin: 0 21px 30px;
  }
  .video-text-img {
    margin: 0 20px 0 0;
    width: 85px;
  }
  .video-ellipse-one::before {
    top: 8px;
    left: 94px;
  }
  .video-ellipse-two::before {
    top: 8px;
    left: 204px;
  }
  .video-search-holder {
    margin: 20px 21px;
  }
  .video-search-input,
  .gyms-search-input {
    width: 151px;
  }
  .video-search-btn,
  .gyms-search-btn {
    font-size: 15px;
  }
  /* Video carousel */
  .video-carousel,
  .gyms-carousel {
    width: auto;
    margin: 0 21px;
  }
  .slick-slide {
    width: 158px;
    height: 650px;
  }
  .slick-slide iframe {
    width: 151px;
    height: 300px;
  }
  .see-all-videos::before {
    display: none;
  }
  .slick-prev {
    width: 16px;
    top: 645px;
    left: 220px;
  }
  .slick-next::before {
    content: "Back";
  }
  .slick-next {
    width: 150px;
    object-fit: contain;
    right: -70px;
    top: 450px;
  }

  /* Gyms carousel */
  .gyms-img-holder {
    height: 300px;
    display: inline-block;
  }
  
  .gyms-no-holder {
    width: 100%;
    display: inline-block;
    width: 25px;
    height: 100px;
  }
  .gyms-headline {
    z-index: 1;
    font-size: 15px;
    line-height: 18px;
    top: 183px;
    left: 0;
    width: auto;
    height: auto;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  }
  .gyms-city-state {
    z-index: 1;
    font-size: 15px;
    line-height: 17px;
    left: 0px;
    top: 230px;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  }
  .current {
    margin: 0;
    width: 25px;
    height: 39px;
  }
  .see-all-videos-holder {
    margin: 30px 21px;
  }
  /* Categories */
  .categories-container {
    margin: 0 21px;
  }
  .categories-card-holder {
    gap: 10px;
  }
  .categories-card {
    height: 83px;
    width: 100%;
  }
  .categories-card img {
    height: 83px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .categories-card-p {
    font-size: 18px;
  }
  /* gyms search input */
  .gym-top-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: double 3px transparent;
    border-radius: 10px;
    background-image: -o-linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)),
      -o-linear-gradient(left, #36d1dc, #5b86e5);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgb(0, 0, 0)),
        to(rgb(0, 0, 0))
      ),
      -webkit-gradient(linear, left top, right top, from(#36d1dc), to(#5b86e5));
    background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)),
      linear-gradient(to right, #36d1dc, #5b86e5);
    background-origin: border-box;
    background-clip: content-box, border-box;
  }
  .gym-top-selected {
    border: 0;
    background: -o-linear-gradient(left, #36d1dc, #5b86e5);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#36d1dc),
      to(#5b86e5)
    );
    background: linear-gradient(to right, #36d1dc, #5b86e5);
  }
  .gym-top-btn {
    padding: 0;
    text-align: center;
  }
  .gym-top-btn a {
    padding: 15px;
    width: -webkit-fill-available;
    width: -moz-available;
  }
  /* Articles Section */
  .articles-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 42px 21px;
  }
  .articles-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-articles-holder {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .articles-img-c {
    margin: 30px 0;
  }
  .articles-text-c h2 {
    text-align: center;
  }
  .articles-text-c {
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .articles-img {
    float: none;
    margin: 0px 0px 30px 0px;
  }
  /* Dropdown State List */
  .articles-gym-list-h {
    display: none;
    margin-bottom: 35px;
  }
  
  .articles-gym-list-c a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* .caret-icon {
    display: inline;
  } */

  /* Footer */
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }
  .footer-social-holder {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 15px;
    gap: 10px;
  }
  .footer-social-icons {
    margin: 0;
  }
  .footer-copyrights {
    margin: 0 21px;
  }
  .footer-copyrights p {
    font-size: 16px;
  }
  #goTop img {
    display: none;
  }
  .caret-icon {
    right: 65px;
  }
}
@media screen and (min-width: 796px) {
  .menu-mobile {
    display: none;
  }
  .fa-times {
    display: none !important;
  }
  i.fa.fa-bars {
    display: none !important  ;
  }
  .logo-mobile {
    display: none !important;
  }
}
/* @media only screen and (max-width: 1024) and (min-width: 475px) {
  .hero-img {
    height: 60vh;
  }
} */
/* .header-container
} */
@media only screen and (min-width: 800px) {
  .gyms-img-holder {
    height: 640px;
  }
  .gyms-no-holder {
    width: 70px;
    margin: auto;
  }
  .current {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  #no-1, #no-2-1 {
    content: url(../images/img/1.svg);
  }
  #no-2, #no-2-2 {
    content: url(../images/img/2.svg);
  }
  #no-3, #no-2-3 {
    content: url(../images/img/3.svg);
  }
  #no-4, #no-2-4 {
    content: url(../images/img/4.svg);
  }
  #no-5, #no-2-5 {
    content: url(../images/img/5.svg);
  }
  #no-6, #no-2-6 {
    content: url(../images/img/6.svg);
  }
  /* img.current {
    width: auto;
    height: 100px;
  } */
}
.categories-card-para {
  text-align: center;
  margin-top: 50px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:600px) {
  .hero-image-1 {
    content: url(../images/mobile/hero.png);
  }
  .hero-image-2 {
    content: url(../images/mobile/hero2.png);
  }
  .hero-image-3 {
    content: url(../images/mobile/hero3.png);
  }
  .hero-image-4 {
    content: url(../images/mobile/hero4.jpg);
  }
}

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

  .close.sign-up-close {
    left: 15px;
    color: #FFF;
    top: -5px;
  }

  .photo-title {
    margin-top: 30px !important;
  }

  .gym-form-n-review-section {
    margin-top: 30px !important;
  }

  .modal.sign-up-modal .modal-content {
    top: 350px;
    height: auto;
 }

  .popup1slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .add-more a {
    width: 100%;
    height: 100%;
  }
  
  .categories-card-para {
    width: 100%;
  }
  .a-right.control-c.next.slick-next.slick-arrow {
    width: 0;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu-mobile {
    display: flex;
    justify-content: space-between;
    padding-right: 25px;
  }
  .video-text-holder {
    margin: 0;
  }
  .video-text-img {
    width: 65px;
    margin-right: 15px;
  }
  .video-ellipse-one::before {
    top: 5px;
    left: 70px;
}
  .video-ellipse-two::before {
    top: 5px;
    left: 158px;
}
.categories-card {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.video-search-input, .gyms-search-input {
  width: 115px;
}
.footer-copyrights {
  margin: 0;
}
.articles-gym-list-title {
  width: 100%;
}
/* Categories */
.categories-container {
  margin: 0 21px;
}
.categories-card-holder {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.categories-card {
  margin: 10px 0;
  height: 95px;
  width: 100%;
}
.categories-card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.categories-card-p {
  font-size: 18px;
}
}

@media screen and (min-width:768px) and (max-width:991px) {
  .popup {
    width: 50% !important;
  }

  
  .popup1slider .splide__slide img {
    width: 100%;
  }
  .container.all-comment-container {
    margin-bottom: 50px;
  }
  .footer-copyrights {
    display: flex;
    justify-content: center;
  }
  .menu-mobile {
    display: flex;
    justify-content: space-between;
    padding-right: 25px;
  }
  .video-text-holder {
    margin: 0;
  }
  .video-text-img {
    width: 65px;
    margin-right: 15px;
  }
  .video-ellipse-one::before {
    top: 5px;
    left: 70px;
}
  .video-ellipse-two::before {
    top: 5px;
    left: 158px;
}
.categories-card {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.categories-card-para {
  margin-left: 10px;
  margin-right: 10px;
}
.video-search-input, .gyms-search-input {
  width: 115px;
}
.footer-copyrights {
  margin: 0;
}
.articles-gym-list-title {
  
}

}
.arrows--mobile {
  display: none;
}

/* ABOUT PAGE #################################  */
/* .claim-businee-section {
  padding-top: 150px;
} */
.claim-business-section-inner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  gap: 20px;
}
.claim-btn a {
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  background: -o-linear-gradient(1.38deg, #36d1dc -44.22%, #5b86e5 98.83%);
  background: linear-gradient(88.62deg, #36d1dc -44.22%, #5b86e5 98.83%);
  border-radius: 4px;
  padding: 10px 50px;
  text-decoration: none;
  color: white;
  margin-right: 15px;
}

/* lionheart  */
.lionheart-details {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.lionhearts-content-left {
  display: flex;
  gap: 50px;
  align-items: start;
}
.blue-txt {
  color: #1489de;
}
.lionheart-name a {
  text-decoration: none;
  color: #1489de;
}
.lionhearts-content-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: end;
}
.lionheart-name {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.contact-details-desktop {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.share-btn, .review-btn {
  display: flex;
  gap: 0;
  border: 2px solid #1489de;
  width: max-content;
  padding: 0 15px;
  border-radius: 4px;
  align-items: center;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
/* map-n-video-content  */
.map-n-video-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin-top: 80px;
}
.map-title, .video-title, .business-hour-title {
  height: 70px;
  margin: 0;
}
.map-n-video-content-left {
  display: flex;
  gap: 30px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.map-n-video-content-left .map, .map-n-video-content-left .video {
  width: 100%;
  height: 300px;
} 

.map-n-video-content-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-content-wrap {
  width: 100%;
}

.video-content-wrap {
  width: 100%;
}

.map-n-video-content-right {
  width: 350px;
  max-width: 100%;
}
.video, .map {
  border-radius: 4px;
  border: 2px solid #1489de;
}
.time-txt {
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
  height: 300px;
  border-radius: 4px;
}
.time-txt h4, .time-txt p {
  margin: 0;
}
.time-txt-top {
  background: -o-linear-gradient(1.38deg, #36d1dc -44.22%, #5b86e5 98.83%);
  background: linear-gradient(88.62deg, #36d1dc -44.22%, #5b86e5 98.83%);
}
.time-txt-top {
  padding: 15px;
  height: 25px;
  border-radius: 4px 4px 0 0;
}
.time-txt-bottom {
  padding: 0px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 244px;
  border-radius: 0 0 4px 4px;
  border: 2px solid #1489de;
  border-top: none;
}

.time-txt-bottom p {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.section-divide {
  margin-top: 50px;
  opacity: .5;
  width: 100%;
  height: 1px;
  background: #333;
  z-index: 1;
}
.hero-slide-img-wrap{
  background: rgb(28,32,38);
  background: linear-gradient(360deg, rgba(28,32,38,1) 0%, rgba(28,32,38,0) 100%);
}

/* photo slider  */
.photo-title {
  margin-top: 80px;
  font-size: 30px;
}
.map-title, .video-title {
  font-size: 30px;
}
.photo-slider-img-wrap img {
  width: 100%;
}
.photo-slider-desktop .splide__pagination {
  bottom: -1.5em;
  padding: 0 1em;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
.photo-slider-desktop .splide__pagination__page {
  background: white;
}
.photo-slider-desktop .splide__pagination__page.is-active {
  background: #1489de;
  outline: 1px solid #1489de;
  transform: scale(1);
  box-shadow: 2px 2px 5px #1489de;
}
.photo-slider .splide__arrow--prev {
  display: none;
}
.photo-slider .splide__arrow--next {
  right: -1em;
  font-size: 20px;
}
.photo-slider .splide__arrow.splide__arrow--next {
  color: white;
  background: -o-linear-gradient(1.38deg, #36d1dc -44.22%, #5b86e5 98.83%);
  background: linear-gradient(88.62deg, #36d1dc -44.22%, #5b86e5 98.83%);
  opacity: 1;
}
.add-photo-content {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 2px solid #1489de;
  border-radius: 4px;
  width: max-content;
  padding: 10px 20px;
  margin-top: 10px;
}
.add-photo-content p {
  margin: 0;
}

/* gym-details content  */
.gym-details-content a {
  text-decoration: none;
  color: #1489de;
}
.gym-details-content h3 {
  font-size: 30px;
}

/* form-content  */
.gym-form-n-review-section {
  margin-top: 80px;
}
.sub-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 45px;
}
.gym-form-n-review-section h3 {
  margin: 0;
  margin-bottom: 25px;
  font-size: 30px;
}
.sub-title h4{
  margin: 0;
  font-size: 24px;
}
.review-content p {
  margin: 0;
}
.feedback-content {
  margin-bottom: 15px;
  margin-top: 8px;
}
.form-content-section {
  display: flex;
  justify-content: space-between;
}
.form-content-submit-btn {
  cursor: pointer;
}
.form-control {
  color: white;
}
.form-content .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.form-content .form-group label{
  margin-bottom: 10px;
}
.form-content .form-group input, .form-content .form-group textarea, .form-content .form-group select{
  background: #999;
  border: 1px solid #1489de;
  border-radius: 4px;
  padding: 5px 15px;
}
.form-content-submit-btn {
  color: white;
  background: -o-linear-gradient(1.38deg, #36d1dc -44.22%, #5b86e5 98.83%);
  background: linear-gradient(88.62deg, #36d1dc -44.22%, #5b86e5 98.83%);
  border: none;
  padding: 10px 30px;
  border-radius: 4px;
}
.small-photo-content {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
.add-more {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  border-radius: 4px;
  background: #333;
  height: 100px;
}
.add-more p {
  margin: 0;
}
.add-more a {
  font-size: 20px;
  color: white;
}
.all-comment-content {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 50px;
  font-size: 30px;
  margin-bottom: -50px;
}


/* .feedback {
  width: 100%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 4px 30px rgba(0,0,0,.05);
} */
/* .rating1, .rating2, .rating3, .rating4, .rating5 {
  display: flex;
  width: 100%;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 25px;
  position: relative;
  justify-content: left;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating1 > input, .rating2 > input, .rating3 > input, .rating4 > input,.rating5 > input {
  display: none;
}

.rating1 > label, .rating2 > label, .rating3 > label, .rating4 > label, .rating5 > label{
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: .3s;
}
.rating1 > input:checked ~ label, .rating2 > input:checked ~ label ~ label, .rating3 > input:checked ~ label ~ label, .rating4 > input:checked ~ label ~ label, .rating5 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
.rating1 > input:not(:checked) ~ label:hover, .rating2 > input:not(:checked) ~ label:hover, .rating3 > input:not(:checked) ~ label:hover, .rating4 > input:not(:checked) ~ label:hover, .rating5 > input:not(:checked) ~ label:hover
.rating1 > input:not(:checked) ~ label:hover ~ label, .rating2 > input:not(:checked) ~ label:hover ~ label, .rating3 > input:not(:checked) ~ label:hover ~ label, .rating4 > input:not(:checked) ~ label:hover ~ label ,.rating5 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
} */

.feedback-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.feedback-text {
  width: 30%;
}
.feedback {
  width: 70%;
}

/* all-comments-section  */
.all-comments-section {
  display: flex;
  width: 100%;
  gap: 50px;
  justify-content: space-between;
}
.comment-content .comment-para {
  width: 80%;
}
.comment-content {
  width: 60%;
}   
.rating-content {
  width: 40%;
}
.overall-rating {
  display: flex;
  align-items: center;
  gap: 20px;
}
.overall-star i {
  font-size: 20px;
  color: #fcd93a;
}


.like-wrapper{
  display: flex;
  gap: 50px;
}

.likes i, .secondLikes i, .thirdLikes i{
  background-color: green;
  fill: black;
  color: black;
  font-size: 25px;
  border-radius: 4px;
  margin-right: 10px;
  padding: 5px;
}
.likes-counter {
  display: flex;
  align-items: center;
  gap: 5px;
}
#first-l-counter, #second-l-counter, #third-l-counter {
  font-size: 20px;
  color: green;
}
.dislikes i, .secondDislikes i, .thirdDislikes i{
  background-color: red;
  fill: black;
  color: black;
  font-size: 25px;
  border-radius: 4px;
  margin-right: 10px;
  padding: 5px;
}
.dislikes-counter {
  display: flex;
  align-items: center;
  gap: 5px;
}
#first-d-counter, #second-d-counter, #third-d-counter {
  font-size: 20px;
  color: red;
}

.rating-content-inner-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.rating-content-inner-wrapper .review-content-txt {
  width: 35%;
}
.rating-content-img {
  width: 65px;
}
.add-photo-content {
  cursor: pointer;
}
.share-btn p, .review-btn p{
  margin: 0;
  padding: 5px 10px;
  cursor: pointer;
}
.rating-content .share-btn {
  margin-top: 25px;
}
.lionhearts-content-right p {
  margin: 0;
}
.likes-counter, .dislikes-counter {
  cursor: pointer;
}
.all-comment-container {
  padding-bottom: 50px;
}
.hero-search-wrap {
  margin: 45px 0;
}


.search-wrapper{
  display: flex;
  align-items: center;
  overflow: hidden;
  /* margin: 45px auto 30px; */
  gap: 10px;
  justify-content: center;
  height: 50px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  }
  
.search-wrapper-icon {
  display: flex;
  align-items: center;
  background: #333;
  border-radius: 4px;
}
.search-wrapper .search-wrapper-icon {
  width: 60%;
}
.search-wrapper .search-wrapper-btn {
  width: 40%;
  width: max-content;
}

.search{
  border:none;
  width:450px;
  font-size: 15px;
  background: #333; 
}
.search:focus{
  outline: none;
}
.search-icon{
  margin: 10px;
  color: grey;
}
.search-button{
    border:none;
    cursor: pointer;
    color: white;
    background: -o-linear-gradient(1.38deg, #36d1dc -44.22%, #5b86e5 98.83%);
    background: linear-gradient(88.62deg, #36d1dc -44.22%, #5b86e5 98.83%);
    padding:10px 45px;
    font-size: 16px;
    border-radius: 4px;
  }
.claim-business-section-inner-wrap {
  border-left: 5px solid #1489de;
  background: rgb(196,196,196);
  background: linear-gradient(90deg, rgba(196,196,196,0) 5%, rgba(196,196,196,0.06) 100%);
  border-radius: 4px;
}
.add-more, .add-more-img, .add-more-img-2 {
  flex: 1;
}

.contact-details-mobile {
  display: none;
}
.lionheart-btn-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: end;
}


@media screen and (max-width:400px) {
  .search-button {
    padding: 6px 25px;
  }
}


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

  .search{
    width:100%;
  }
  .claim-business-section-inner-wrap {
    flex-direction: column;
    text-align: left;
  }
  .lionheart-details {
    margin-top: 50px;
    flex-direction: column;
  }
  .lionhearts-content-left {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
  .map-n-video-content {
    flex-direction: column;
    margin-top: 30px;
  }
  .form-content-section {
    flex-direction: column;
  }
  .sub-title h4 {
    font-size: 17px;
  }
  .gym-form-n-review-section h3 {
    font-size: 22px;
    line-height: 1.5;
  }
  .ask-question-btn {
    font-size: 22px;
  }
  .all-comments-section {
    flex-direction: column;
  }
  .comment-content, .rating-content {
    width: 100%;
  }
  .rating-content-inner-wrapper .review-content-txt {
    width: 40%;
  }
  .all-comment-container {
    margin-bottom: 100px;
  }
  a {
    word-wrap: break-word;
  }
  .footer-copyrights p {
    font-size: 14px;
    text-align: center;
  }
  .footer-copyrights {
    margin: 5px 10px;
  }
  .photo-slider .splide__pagination {
    display: none;
  }
  .contact-details-mobile {
    display: block;
  }
  .contact-details-desktop {
    display: none;
  }
  .lionhearts-content-right {
    align-items: start;
  }
  .lionheart-btn-section {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  
  /* .share-btn, .review-btn {
    padding: 0 10px;
  } */
  .lionheart-name h1,
  .lionheart-name h3 {
    font-size: 20px;
  }
  .map-n-video-content {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .map-n-video-content-left {
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }
  .map-n-video-content-right {
    width: 100%;
  }
  .splide__arrows.splide__arrows--mobile {
    position: relative;
  }
  .photo-slider .splide__arrow.splide__arrow--next-mobile {
    position: absolute;
    top: 30px;
    right: 10px;
    color: #1489de;
    background: transparent;
    font-size: 20px;
  }
  .photo-slider .splide__arrow.splide__arrow--prev-mobile {
    position: absolute;
    top: 30px;
    right: 70px;
    color: #1489de;
    background: transparent;
    font-size: 20px;
  }
  .arrows--mobile {
    position: relative;
  }
  .arrow--next-mobile {
    position: absolute;
    top: -60px;
    right: 10px;
    color: #1489de;
    background: transparent;
    font-size: 20px;
    border: none;
  }
  .arrow--prev-mobile {
    position: absolute;
    top: -60px;
    right: 70px;
    color: #1489de;
    background: transparent;
    font-size: 20px;
    border: none;
  }
  
  .claim-btn a {
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px;
  }
  .claim-business-section-inner-wrap {
    align-items: start;
    padding: 15px;
  }
  .splide__pagination.splide__pagination--mobile {
    height: 45px;
  }
  .photo-slider .splide__arrow.splide__arrow--next {
    display: none;
  }
  .map, .video {
    width: 100%;
  }
  .all-comment-content h3, .all-comment-content i {
    font-size: 25px;
  }
  .section-title h2.black-title {
    font-size: 26px;
  }
  .section-title h3 {
    font-size: 20px;
  }
  .time-txt-bottom {
    height: 180px;
  }
  .time-txt-bottom p {
    max-width: 80%;
  }
}

#breadcrumb {
  list-style: none;
  display: inline-block;
}
#breadcrumb .fa {
  font-size: 14px;
}
#breadcrumb {
  display: flex;
  gap: 10px;
  padding-left: 0;
}
#breadcrumb li a {
  color: #2980b9;
  display: block;
  text-decoration: none;
  position: relative;
  height: 25px;
  line-height: 1;
  text-align: left;
  margin-top: 5px;
}
#breadcrumb li span{
  display: block;
  margin-top: 5px;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: transparent;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: transparent;
}
#breadcrumb li:first-child a {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #3498db;
}
#breadcrumb li a:hover {
  color: white;
}
#breadcrumb li a:active {
  color: blue;
}
.breadcrumb-nav {
  padding-top: 100px;
  text-align: left;
  padding-left: 0;
}

.special-container {
  padding-left: 30px;
}

.tab {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 45px 0 35px;
}
.tablinks {
  display: flex;
  padding: 0 78px 0;
}
.tablinks {
  font-size: 23px;
  line-height: 25px;
  color: #ffffff;
  text-decoration: none;
  background: transparent;
  border: 3px solid transparent;
}
.tablinks.active {
  border-bottom: 3px solid #1489de;
  font-weight: 600;
  border-radius: 0;
  box-shadow: none;
}

@media screen and (max-width:767px) {
  .all-comment-container {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
   /* gyms search input */
  .tab {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    border: 2px solid #1489de;
    border-radius: 4px;
  }
  .tablinks.active {
    border: 0;
    background: -o-linear-gradient(left, #36d1dc, #5b86e5);
    background: linear-gradient(to right, #36d1dc, #5b86e5);
  }
  .tablinks {
    padding: 0;
    text-align: center;
  }
  .tablinks {
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .search-wrapper-icon i {
    font-size: 11px;
  }
  .search::placeholder {
    font-size: 14px; /* Adjust the font size as needed */
  }
  #breadcrumb li a {
    padding-left: 0;
  }
  .splide__arrow--next-mobile a, .splide__arrow--prev-mobile a {
    font-size: 14px;
    text-decoration: none;
    color: #1489de;
    padding: 0 5px;
  }
  .arrow--next-mobile a, .arrow--prev-mobile a {
    font-size: 14px;
    text-decoration: none;
    color: #1489de;
    padding: 0 5px;
  }
}

.slick-list.draggable .slick-track {
  width: 100%;
}

.single-articles-holder {
  display: flex;
  gap: 50px;
}
.article-n-gyms-section {
  display: flex;
  width: 100%;
  gap: 25px;
}
.articles-holder {
  width: 70%;
}
.articles-gym-list {
  width: 30%;
  background: #333;
}
.articles-gym-list-h {
  padding-left: 25px;
}
.articles-gym-list-title h4 {
  margin: 0;
}
.article-gym-list-title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 25px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.article-gym-list-title-wrap i {
  color: #1489de;
}

.modal-content input {
  padding: 10px;
}
.search-wrapper input {
  color: white;
}
.hero-slider-container {
  position: relative;
}
.headline-title-wrap {
  position: absolute;
  bottom: 350px;
}
.headline-title-wrap h1 {
  font-weight: 900;
  font-size: 60px;
  line-height: 1.2;
  margin: 0;
}
.headline-title-wrap h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  margin-top: 15px;
}
/* .hero-slider {
  height: 750px;
} */
.hero-slider .splide__pagination  {
  bottom: -2em;
}
.hero-slider .splide__pagination__page.is-active {
  background: #1489de;
  box-shadow: 0px 2px 4px #1489de;
}

/* video-slider  */
.video-contain-slider {

}
.see-all-videos-holder {
  margin-top: 30px;
}
.gyms-no-holder {
  width: 73px;
  object-fit: contain;
}


@media screen and (min-width:796px) {
  .fa-caret-down:before {
    display: none;
  }
}
@media screen and (max-width:385px) {
  .search::placeholder {
    font-size: 10px; /* Adjust the font size as needed */
  }
}
@media screen and (min-width:991px) and (max-width:1300px) {
  .headline-title-wrap {
    bottom: 120px;
  }
}
@media screen and (min-width:768px) and (max-width:990px) {
  .headline-title-wrap {
    bottom: 80px;
  }
  .headline-title-wrap h1 {
    font-size: 35px;
  }
}
@media screen and (min-width:380px) {
  .lionheart-btn-section .share-btn, .lionheart-btn-section .review-btn {
    padding: 0 25px;
  }
}
@media screen and (max-width:379px) {
  .lionheart-btn-section .share-btn, .lionheart-btn-section .review-btn {
    padding: 0 10px;
  }
}


.gym-content-usa-slider .mobile-arrow-left, .gym-content-usa-slider .mobile-arrow-right, .gym-content-europe-slider .mobile-arrow-left, .gym-content-europe-slider .mobile-arrow-right, .gym-content-usa-slider .splide__arrow--prev, .gym-content-europe-slider .splide__arrow--prev {
  display: none;
}
.desktop-arrow-right i {
  color: white;
  font-size: 25px;
  background: -o-linear-gradient(left, #36d1dc, #5b86e5);
  background: linear-gradient(to right, #36d1dc, #5b86e5);
  border-radius: 50%;
  padding: 15px;
  opacity: 1;
}
.splide__arrow {
  opacity: 1;
}
.gym-content-usa-slider, .gym-content-europe-slider {
  display: flex;
}
.gyms-img-holder {
  position: relative;
}

.gyms-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gym-content-usa-slider .splide__arrow--next, .gym-content-europe-slider .splide__arrow--next {
  position: absolute;
  top: 40%;
  transform: translateY(-60%)
}
.gym-tab-content-section {
  overflow: hidden;
}
#USA {
  overflow: hidden;
}
/* iframe {
  height: 600px;
} */
.relative .video-headline {
  font-size: 35px;
  padding: 8px;
  text-shadow: 2px 2px 2px black;
}
.relative .video-date {
  font-size: 16px;
  margin: 0 8px;
}
.relative {
  position: relative;
}
.relative .video-caption {
  position: absolute;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-caption p {
  margin: 0;
  line-height: 1;
  text-align: center;
}
.video-headline {
  font-weight: 600;
}

.photo-slider-mobile {
  display: none;
}


/* question section */

.question-wrapper {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.single-question {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  padding: 20px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid #575555;
}

.single-question .question {
  display: flex;
  gap: 10px;
  color: #1489de;
}

.single-question .question p:first-child {
  color: var(--main-color);
  font-weight: 700;
}

.single-question .answer {
  display: flex;
  gap: 10px;
}

.single-question .answer p:first-child {
  color: var(--main-color);
  font-weight: 700;
}

.single-question .reply {
  display: flex;
  gap: 15px;
  align-items: center;
}

.reply-date span {
  font-weight: 400;
  font-size: 0.9rem;
  color: #1489de;
}

.ask-question-btn {
  margin: 50px 0;
  text-align: center;
}

.section-title h2.black-title {
  font-size: 30px;
}
/* .section-title h3 {
  font-size: 24px;
} */

.ask-question-btn a {
  display: inline-block;
  padding: 10px 40px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--black-color);
  border-radius: var(--button-border-raduis);
  color: var(--white-color);
  background-color: var(--black-color);
  cursor: pointer;
  letter-spacing: 1px;
  background: -o-linear-gradient(1.38deg, #36d1dc -44.22%, #5b86e5 98.83%);
  background: linear-gradient(88.62deg, #36d1dc -44.22%, #5b86e5 98.83%);
  border-radius: 4px;
}

.ask-question-btn h2:hover {
  background: #1489de;
}

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

  .ask-question-btn {
    margin: 30px 0;
}
  
  /* video container mobile  */
  .relative .video-headline {
    font-size: 18px;
  }
  .relative .video-date {
    font-size: 14px;
  }
  .video-contain-slider-mobile .splide__slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .video-contain-slider-desktop {
    display: none;
  }
  iframe {
    height: 300px;
  }
  iframe title {
    font-size: 22px;
  }
  .headline-title-wrap {
    bottom: 20px;
  }
  .headline-title-wrap h1 {
    font-size: 25px;
  }
  .article-n-gyms-section {
    flex-direction: column;
  }
  .articles-gym-list {
    width: 100%;
  }
  .articles-holder {
    width: 100%;
  }
  .single-articles-holder {
    gap: 25px;
  }
  .articles-gym-list-title {
    width: 70%;
  }
  .footer-content {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .footer-copyrights {
    background: transparent;
  }
  .footer-social-holder {
    margin-left: -15px;
    margin-right: -15px;
    background: #485465;
  }
 
  footer {
    background: transparent;
    border-bottom: 5px solid #1489de;
  }
  .article-gym-list-title-wrap {
    gap: 10px;
  }
  .article-gym-list-title-wrap h4 {
    width: 100%;
  }
  .article-gym-list-title-wrap i {
    display: flex;
    justify-content: center;
    padding-right: 15px;
    font-size: 20px;
  }
  .article-gym-list-title-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .single-articles-holder {
    flex-direction: column;
  }
}

.hero-slide-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-container {
  margin-bottom: 40px;
}
.single-articles-holder p {
  margin: 0;
}
.contact-details-desktop h5 a {
  text-decoration: none;
  color: #1489de;
}
.claim-btn a:hover, .form-content-submit-btn:hover, .btn-login:hover, .search-button:hover, .video-search-btn:hover, .gyms-search-btn:hover {
  background: #1489de;
  color: white;
}
.share-btn:hover, .review-btn:hover, .add-photo-content:hover {
  background: #1489de;
  color: white;
}
.likes i:hover, .secondLikes i:hover, .thirdLikes i:hover {
  background: #333;
  color: green;
}
.dislikes i:hover, .secondDislikes i:hover, .thirdDislikes i:hover {
  background: #333;
  color: red;
}

.lionheart-name h1, .lionheart-name h3, .lionheart-name h4, .lionheart-name h5 {
  margin: 0;
  margin-bottom: 15px;
}
.lionheart-name .bottom-txt {
  margin-bottom: 0;
}
.gyms-search-holder .search-wrapper  {
  width: 70%;
}
.gyms-search-holder .search-wrapper .search-wrapper-icon {
  height: 34px;
  width: 100%;
}
.gyms-search-holder .gyms-search-btn {
  padding: 6px 15px;
  margin-left: 0;
  width: 30%;
}


@media screen and (min-width:1300px) and (max-width:1880px) {
  .headline-title-wrap {
    bottom: 200px;
  }
}
@media screen and (min-width:935px) and (max-width:1130px) {
  .headline-title-wrap {
    bottom: 100px;
  }
  .headline-title-wrap h1 {
    font-size: 50px;
  }
}
@media screen and (min-width:768px) and (max-width:934px) {
  .headline-title-wrap {
    bottom: 80px;
  }
  .headline-title-wrap h1 {
    font-size: 45px;
  }
}
@media screen and (max-width:790px) {
  
  .gyms-no-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 5px;
  }
}



@media screen and (min-width:501px) {
  .gym-content-mobile, .gym-content-usa-slider-mobile, .gym-content-europe-slider-mobile {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .video-contain-slider-mobile {
    display: none;
  }
}

@media screen and (max-width:500px) {
  
.desktop-arrow-left, .desktop-arrow-right {
    display: none;
  }
  .small-photo-slider .desktop-arrow-left, .small-photo-slider  .desktop-arrow-right {
    display: block;
  }
 
  .mobile-arrow-left, .mobile-arrow-right, .gym-content-usa-slider .splide__arrow--prev, 
   .splide__arrow--prev {
    display: block;
  }

  .gym-content-usa-slider-mobile .splide__arrows.splide__arrows--ltr, .gym-content-europe-slider-mobile .splide__arrows.splide__arrows--ltr {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .gym-content-usa-slider-mobile .mobile-arrow-left, .gym-content-usa-slider-mobile .mobile-arrow-right, .gym-content-europe-slider-mobile .mobile-arrow-left, .gym-content-europe-slider-mobile .mobile-arrow-right {
    display: flex;
    gap: 3px;
  }
  .splide__arrow.splide__arrow--next, .splide__arrow.splide__arrow--prev {
    background: transparent;
    color: #1489de;
    font-size: 16px;
  }
  .gym-content.desktop, #Europe .gym-content.desktop {
    display: none;
  }
  .gym-content-mobile {
    display: block;
  }
  .gym-content-usa-slider-mobile .splide__slide, .gym-content-europe-slider-mobile .splide__slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .gyms-img-holder {
    position: relative;
    width: 100%;
  }
  .gyms-no-holder {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 40px;
    height: 50px;
  }
  .gym-content.mobile {
    padding-bottom: 40px;
  }
  .gym-content-usa-slider-mobile .splide__arrows.splide__arrows--ltr, .gym-content-europe-slider-mobile .splide__arrows.splide__arrows--ltr {
    bottom: -30px;
  }

}
.gyms-search-holder {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.claim-businee-section {
  padding-top: 30px;
}


@media screen and (max-width:767px) {
  
.claim-businee-section p {
  margin-top: 0;
  margin-bottom: 0;
}

.claim-businee-section h3 {
  margin-bottom: 0;
}
  header.header.container {
    width: calc(100% - 30px);
    height: 350px;
  }
  .special-container {
    padding-left: 15px;
    padding-right: 15px;
}
  .business-hour-title {
    display: none;
  }
  .breadcrumb-nav {
    padding-top: 100px;
  }
  .form-content-submit-btn {
    margin-top: 30px;
  }
  .article-gym-list-title-wrap {
    background: -o-linear-gradient(358.03deg, #5a88e5 18.69%, #42b8df 101.31%);
    background: linear-gradient(91.97deg, #5a88e5 18.69%, #42b8df 101.31%);
    border-radius: 4px;
    padding: 15px;
    color: #ffffff;
    width: auto;
    font-size: 18px;
  }
  .articles-gym-list-h {
    margin-top: 15px;
    padding-left: 0;
  }
  .article-gym-list-title-wrap h4 {
    margin: 0;
  }
  .articles-gym-list-title {
    color: white;
  }
  .article-gym-list-title-wrap i {
    color: white;
  }

  .articles-text-c h2 {
    text-align: left;
    font-size: 20px;
  }
  .search-wrapper {
    width: 100%;
    justify-content: space-between;
  }
  .gyms-search-holder {
    width: 100%;
  }
  #breadcrumb {
    display: flex;
    flex-wrap: wrap;
  }
  .video-contain-slider-mobile {
    position: relative;
  }
  .video-contain-slider-mobile .splide__arrow.splide__arrow--next, .video-contain-slider-mobile .splide__arrow.splide__arrow--prev {
    position: absolute;
    bottom: 0;
  }
  .photo-slider-mobile .splide__arrow.splide__arrow--next {
    right: -45px;
  }
  .photo-slider-mobile .splide__arrow.splide__arrow--prev {
    left: -50px;
  }
  .video-contain-slider-mobile .splide__arrow.splide__arrow--next {
    right: -45px;
  }
  .video-contain-slider-mobile .splide__arrow.splide__arrow--prev {
    left: -50px;
  }
  .gym-content-usa-slider-mobile .splide__arrow.splide__arrow--next, .gym-content-europe-slider-mobile .splide__arrow.splide__arrow--next {
    right: -45px;
  }
  .gym-content-usa-slider-mobile .splide__arrow.splide__arrow--prev, .gym-content-europe-slider-mobile .splide__arrow.splide__arrow--prev {
    left: -50px;
  }
  .video-contain-slider-mobile .mobile-arrow-left, .video-contain-slider-mobile .mobile-arrow-right {
    display: flex;
    gap: 3px;
  }
  .video-contain-slider-mobile .splide__arrows {
    position: absolute;
    bottom: -20px;
    right: 50px;
  }
  .see-all-videos-holder {
    margin-top: 10px;
  }
  .video-contain-slider-mobile .splide__arrows.splide__arrows--ltr {
    display: block !important;
}

/* about page photo slider  */
.photo-slider-mobile .splide__slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.photo-slider-desktop {
  display: none;
}
.photo-slider-mobile {
  display: block;
}

.photo-slider-mobile {
  position: relative;
}
.photo-slider-mobile .splide__arrow.splide__arrow--next, .photo-slider-mobile .splide__arrow.splide__arrow--prev {
  position: absolute;
  bottom: 0;
}
.photo-slider-mobile .mobile-arrow-left, .photo-slider-mobile .mobile-arrow-right {
  display: flex;
  gap: 3px;
}
.photo-slider-mobile .splide__arrows {
  position: absolute;
  bottom: -35px;
  right: 55px;
}
.lionhearts-content-right .overall-star, .lionhearts-content-right .based-on {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.lionhearts-content-right .based-on {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
}

@media screen and (min-width:768px) and (max-width:991px) {
  header.header.container {
    height: 450px;
  }
  .modal.sign-up-modal .modal-content {
    top: 400px;
  }
  .close.sign-up-close {
    left: 20%;
    color: #fff;
  }
  .map-n-video-content, .map-n-video-content-left {
    gap: 30px;
  }
  .map-n-video-content {
    justify-content: center;
  }
  .time-txt-bottom {
    padding: 15px;
  }
  .claim-btn a {
    white-space: nowrap;
    padding: 10px 30px;
  }
}
.breadcrumb-divide p {
  color: #1489de;
  margin: 0;
  margin-top: 2px;
}


@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
.rating { 
  border: none;
  display: flex;
  flex-direction: row-reverse;
  gap: 0;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin-top: 2px;
  padding:0px 5px 0px 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
	color: #fff; 
	margin:4px 1px 0px 0px;
	border-radius:15px;
  height:25px;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { 
	color :yellow !important;
  cursor:pointer;
} /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { 
	color:yellow !important;
  cursor:pointer;
} 


.add-more-img-1, .add-more-img-2 {
  border: 2px solid white;
}

/* bottom modal  */
/* The Modal (background) */
.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#myBtn1 {
  border: none;
  padding: 0;
  background: transparent;
}
#myBtn1 img {
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.close1, .close2 {
  cursor: pointer;
    display: block;
    z-index: 1000;
    position: relative;
}


/* Modal Content */
.modal-content1 {
  margin: auto;
  border: 2px solid white;
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* The Close Button */
.close1 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}




/* top modal  */
/* The Modal (background) */
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content2 {
  margin: auto;
  border: 2px solid white;
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* The Close Button */
.close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.small-photo-slider2 .splide__arrow.splide__arrow--next i, .small-photo-slider2 .splide__arrow.splide__arrow--prev i {
  background: white;
  font-size: 25px;
  color: black;
  border-radius: 4px;
  padding: 10px;
}
.small-photo-slider2 {
  position: relative;
  padding: 50px;
}
.small-photo-slider2 .splide__arrows.splide__arrows--ltr.video-arrows {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.small-photo-slider2 .splide__arrow.splide__arrow--next {
  left: 25px;
}
.small-photo-slider2 .splide__arrow.splide__arrow--prev {
  left: -25px;
}


.box {
  background-clip: padding-box;
  text-align: center;
  height: 100%;
  width: 100%;
}

.add-more-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button {
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

/* .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.popup {
  padding: 20px;
  background: #333;
  border-radius: 5px;
  width: 30%;
  margin: auto;
  margin-top: 70px;
  position: relative;
  transition: all 2s ease-in-out;
  z-index: 100000;
 
} */



.popup h2 {
  margin-top: 0;
  color: #fff;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}
.popup .close:hover {
  cursor: pointer;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
  margin-top: 30px;
}

.splidepopup2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.splidepopup2 .splide__arrows.splide__arrows--ltr, .popup1slider .splide__arrows.splide__arrows--ltr {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



.splidepopup2 .splide__arrow, .popup1slider .splide__arrow {
  transform: unset;
}

.splidepopup2 .splide__arrows.splide__arrows--ltr .splide__arrow--prev, .popup1slider .splide__arrows.splide__arrows--ltr .splide__arrow--prev {
  position: relative;
  top: 0;
  left: -5px;
}


.splidepopup2 .splide__arrows.splide__arrows--ltr .splide__arrow--next, .popup1slider .splide__arrows.splide__arrows--ltr .splide__arrow--next  {
  position: relative;
  top: 0;
  right: -5px;
}

.popup1slider, .splidepopup2 {
  padding-bottom: 40px;
}

.splidepopup2 {
  bottom: 0;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
@media screen and (min-width: 991px){
  .form-content {
    width: 30%;
  }
  .popup {
    width: 50%;
  }
}
@media screen and (min-width: 501px){
  .photo-slider-mobile .mobile-arrow-left, .photo-slider-mobile .splide__arrow.splide__arrow--prev {
    display: none;
  }
}
@media screen and (max-width: 767px){
  .map-title, .video-title, .photo-title {
    text-align: center;
  }
  .gym-details-content h3 {
    text-align: center;
  }
  .claim-btn a {
    display: flex;
    justify-content: flex-end;
  }
  .claim-btn {
    display: flex;
    justify-content: flex-end;
  }
  .special-container.artical {
    padding: 0 15px;
  }
  .question-wrapper {
    grid-template-columns: 1fr;
  }
}

/* .small-photo-slider .splide__slide {
  visibility: visible;
} */
.small-photo-slider .splide__arrow.splide__arrow--next i, .small-photo-slider .splide__arrow.splide__arrow--prev i {
  background: white;
  font-size: 25px;
  color: black;
  border-radius: 4px;
  padding: 10px;
}
.small-photo-slider {
  position: relative;
  padding: 50px;
}
.small-photo-slider .splide__arrows.splide__arrows--ltr.video-arrows {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.small-photo-slider .splide__arrow.splide__arrow--next {
  left: 25px;
}
.small-photo-slider .splide__arrow.splide__arrow--prev {
  left: -25px;
}
/* 
.splide.small-photo-slider {
  visibility: visible;
} */




/**************************/

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	/*height: 58px;*/
   	background-color: #F5F5F5;
	width: 100%;
}
.main-navigation.translucent {
	position: absolute;
	z-index: 99999;
}

.main-navigation.border-bottom {
	border-bottom: 2px solid #FFFFFF;
}
.main-menu-container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 22px;
	position: relative;
}

.nav-load {
	height: 58px;
	overflow: hidden;
	visibility: hidden;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.main-navigation ul.nav-menu {
    
}

.main-navigation li {
	position: relative;
	display: block;
    float: left;
}
.main-navigation ul.nav-menu > li {
    float: left;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 19px 22px 16px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
    
    -webkit-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
     -moz-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
      -ms-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
       -o-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
          transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
}
.main-navigation a:hover {
    color: #FFF;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.95);
	border-top: 2px solid #FFFFFF;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	border-top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	text-transform: none;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
	white-space: nowrap;
	text-align: left;
	width: auto;
	padding: 15px 32px 15px 20px;
	min-width: 190px;
}

.main-navigation ul ul li {
	width: 100%;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.hover > ul {
	left: 100%;
}

.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-parent > a,
.main-navigation li.current_page_parent > a,
.main-navigation li.current-menu-ancestor > a,
.main-navigation li.current_page_ancestor > a {
    color: #FFF;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.main-navigation a:hover,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-parent > a,
.main-navigation li.current_page_parent > a,
.main-navigation li.current-menu-ancestor > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation button {
	background-color: rgba(255, 255, 255, 0.3);
}

/* ---- Mobile Menu ---- */

.header-menu-button,
.main-menu-close {
    display: none;
}

.menu-dropdown-btn {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 14px;
	padding: 6px 11px 5px 14px;
	height: 33px;
	line-height: 15px;
	text-align: center;
	font-size: 28px;
	z-index: 9;
	cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
     -moz-transition: all 0.2s ease 0s;
      -ms-transition: all 0.2s ease 0s;
       -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}
.menu-dropdown-btn:hover .otb-fa {
	font-weight: 700 !important;
	
}
.main-navigation li.current-menu-item > .menu-dropdown-btn,
.main-navigation li.current_page_item > .menu-dropdown-btn,
.main-navigation li.current-menu-parent > .menu-dropdown-btn,
.main-navigation li.current_page_parent > .menu-dropdown-btn,
.main-navigation li.current-menu-ancestor > .menu-dropdown-btn,
.main-navigation li.current_page_ancestor > .menu-dropdown-btn {
	color: #FFFFFF;
}

.main-navigation ul ul .menu-dropdown-btn {
	padding: 2px 11px 5px 14px;
}

/* Small menu */
.menu-toggle {
	display: none;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
8.1 Panoramic Univeral Styling
--------------------------------------------------------------*/
.clearboth {
	clear: both;
}
.border-bottom {
	border-bottom: 1px solid #e0e0e0;
}
.border-top {
    border-bottom: 1px solid #e0e0e0;
}
ul.no-indent {
	margin-left: 0;
}
ul.no-bullets {
	list-style: none;
}

/*--------------------------------------------------------------
8.2 Panoramic Content Layout Styling
--------------------------------------------------------------*/

.content-area {
	width: 75%;
	float: left;
	padding: 0 2% 0 0;
}

.widget-area {
	width: 25%;
	float: left;
	padding: 15px 0 0 2%;
}

.page-template-template-full-width-php .content-area,
.content-area.full-width,
body.full-width #container,
body.full-width .content-area,
body.error404 .content-area {
	width: 100% !important;
	padding: 0 !important;
}
body.full-width .widget-area {
	display: none;
}

.home .widget-area {
    padding-top: 22px !important;
}
.woocommerce .widget-area,
.woocommerce-page .widget-area {
    padding-top: 45px !important;
}
.woocommerce-cart .widget-area,
.woocommerce-checkout .widget-area,
.woocommerce-account .widget-area,
.single-product.woocommerce .widget-area,
.single-product.woocommerce-page .widget-area {
    padding-top: 15px !important;
}
.blog .widget-area {
    padding-top: 15px !important;
}

.page-template-template-full-width-no-bottom-margin.page .hentry {
	margin-bottom: 0;
}
.page-template-template-full-width-no-bottom-margin .site-footer {
	margin-top: 0;
}

.page-template-template-left-sidebar .content-area {
	width: 75%;
	float: left;
	padding: 0 0 0 2%;
}

.page-template-template-left-sidebar .widget-area {
	width: 25%;
	float: left;
	padding: 15px 2% 0 0;
}

.page-template-template-full-width .content-area,
.page-template-template-full-width-no-bottom-margin .content-area {
	float: none;
	width: 100%;
	padding: 0;
}

.page-template-template-full-width .content-area,
.page-template-template-full-width .widget-area,
.page-template-template-full-width-no-bottom-margin .content-area,
.page-template-template-full-width-no-bottom-margin .widget-area {
    box-shadow: none;
}

/* Gutenberg  */

.page-template-template-gutenberg .site-content.site-container {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.page-template-template-gutenberg .entry-content > *,
.page-template-template-gutenberg .page-titlebar,
.page-template-template-gutenberg .breadcrumbs,
.page-template-template-gutenberg .entry-header,
.page-template-template-gutenberg .page-header,
.page-template-template-gutenberg .entry-footer,
.page-template-template-gutenberg .post-thumbnail
{
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 22px;
	padding-right: 22px;
}

.alignwide,
.page-template-template-gutenberg .alignwide {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.alignfull,
.page-template-template-gutenberg .alignfull {
    max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.page-template-template-gutenberg img {
    width: 100%;
    height: auto;
}

/* image block */

.wp-block-image {
	margin-bottom: 0;
}

.wp-block-image .aligncenter,
.wp-block-image.alignwide,
.wp-block-image.alignfull {
	margin-bottom: 1em;
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
	margin-bottom: 0;
}

.wp-block-image img {
	vertical-align: top;
}

/* media & text block */

.wp-block-media-text .wp-block-media-text__content {
	padding-right: 0;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding-left: 0;
}

/*--------------------------------------------------------------
8.3 Panoramic Theme Styling
--------------------------------------------------------------*/

h1.centered {
	text-align: center;
}
h1.top-padded {
	margin-top: 20px;
}

h1.page-not-found {
	color: #000000;
	font-size: 100px;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
}

p.centered {
	text-align: center;
}

#page {
    position: relative;
    right: 0;
    
    -webkit-transition: right 0.4s ease 0s;
     -moz-transition: right 0.4s ease 0s;
      -ms-transition: right 0.4s ease 0s;
       -o-transition: right 0.4s ease 0s;
          transition: right 0.4s ease 0s;
}

.site-content.top-padded {
	margin-top: 70px; 	
}

.site-container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 22px;
	position: relative;
}

.site-header {
	background-color: #FFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.015);
	margin: 0 0 25px;
}
.site-header.border-bottom {
}
.home .site-header {
    margin: 0;
}
.site-top-bar {
	z-index: 10;
	background-color: #FFF;
}
.site-top-bar .site-container {
    position: relative;
}

.site-top-bar ul {
    margin: 0;
    padding: 0;
}
.site-top-bar ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}
.site-top-bar ul li a {
    display: block;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    color: #777;
    padding: 0 7px;
}

.search-block {
    position: absolute;
	visibility: hidden;
    top: -55px;
    right: 20px;
	width: 316px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    padding: 13px 5px 6px 6px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 0;
    height: auto;
    background-color: #ffffff;
    z-index: 96;
}
.search-block .search-field {
    margin: 0;
    padding: 2px 8px;
    height: 33px;
    width: 270px;
    color: #898989;
    outline: none;
	vertical-align: top;
	box-sizing: border-box; 
    float: left;
    width: 89%;
}
.search-block .search-submit {
	margin: 0 0 0 -1px;
    width: 11.3%;
    padding: 0;
    height: 33px;
    position: relative;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}

.search-block .search-submit .otb-fa {
	font-size: 16px;
	line-height: 33px;
	color: #FFFFFF;
	vertical-align: top;
}

.info-text em {
	font-style: normal;
}

.site-header .branding {
	padding: 27px 0 23px 0;
}
.site-header .branding .title {
	font-size: 44px;
	line-height: 40px;
	text-decoration: none;
}
.site-header .branding .description {
	font-size: 15px;
	font-weight: 300;
}

.header-image {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}
.header-image.loading { 
    overflow: hidden;
    background: url(library/images/loader.gif) center center no-repeat;
}
.header-image.loading img,
.header-image.loading .overlay {
	visibility: hidden;
}
.header-image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.header-image .overlay {
    letter-spacing: 1px;
    margin: 0 0 0;
	padding: 0;
    position: absolute;
    text-align: center;
    top: 28%;
    width: 100%;
    z-index: 8;
	line-height: 1.2em;
	word-wrap: break-word;
}
.header-image .overlay.top-padded {
	padding-top: 1.3%;
}
.header-image .overlay .opacity {
	background-color: rgba(255, 255, 255, 0.6);
    padding: 3.5% 3.5% 3.5% 3.5%;
	margin: 0 auto;
	position: relative;
	display: block;
	width: 60%;
}
.header-image .overlay .opacity h2 {
    font-size: 37px;
	line-height: 43px;
	font-weight: 500;
	margin: 3px 0 17px 0;
    text-transform: uppercase;
}
.header-image .overlay .opacity p {
	font-weight: 300;
	font-size: 18px;
	margin: 8px 0 8px 0;
	padding: 0 4% 0 4%;
	line-height: 22px;
}
.header-image .overlay a {
    color: #fff;
}

.blog .entry-header.site-container {
    margin: 0 0 25px;
}

span.wpcf7-not-valid-tip {
	color: #ad2727;
}
div.wpcf7-validation-errors {
	border: 2px solid #ad2727;	
}

#googlemap {
	height: 400px;
	width: 100%;
	margin-bottom: 50px;
}

.woocommerce h1.page-title,
.woocommerce-page h1.page-title {
    margin: 0 0 9px;
    padding: 0;
}

/* -------- Breadcrumbs Styling -------- */
.breadcrumbs {
    line-height: 15px;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.page-template-template-left-sidebar .breadcrumbs {
	margin: 0 0 20px 27%;
}
.page-template-template-left-sidebar .site-content.no-sidebar .breadcrumbs {
	margin: 0 0 20px 0;
}


/* -------- Home Slider Styling -------- */

.panoramic-slider-container {
    width: 100%;
}

.panoramic-slider-container.default {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    margin: 0 0 20px;
}
.panoramic-slider-container.default.loading { 
    overflow: hidden;
    background: url(library/images/loader.gif) center center no-repeat;
}
.panoramic-slider-container.default.loading .slider { 
    visibility: hidden;
}
.panoramic-slider-container.default .slider { 
    padding: 0;
	margin: 0;
	list-style: none;
}
.panoramic-slider-container.default .slider .slide {
    float: left;
    position: relative;
}
.panoramic-slider-container.default .slider .slide .overlay {
    letter-spacing: 1px;
    margin: 0 0 0;
	padding: 0;
    position: absolute;
    text-align: center;
    top: 28%;
    width: 100%;
    z-index: 8;
	line-height: 1.2em;
	word-wrap: break-word;
}
.panoramic-slider-container.default .slider .slide .overlay.top-padded {
	padding-top: 1.3%;
}

.panoramic-slider-container.default .slider .slide .overlay .opacity {
	background-color: rgba(255, 255, 255, 0.6);
    padding: 3.5% 3.5% 3.5% 3.5%;
	margin: 0 auto;
	position: relative;
	display: block;
	width: 60%;
}
.panoramic-slider-container.default .slider .slide .overlay .opacity h2 {
    font-size: 37px;
	line-height: 43px;
	font-weight: 500;
	margin: 3px 0 17px 0;
    text-transform: uppercase;
}
.panoramic-slider-container.default .slider .slide .overlay .opacity p {
	font-weight: 300;
	font-size: 18px;
	margin: 8px 0 8px 0;
	padding: 0 4% 0 4%;
	line-height: 22px;
}
.panoramic-slider-container.default .slider .slide .overlay a {
    color: #fff;
}
.panoramic-slider-container.default .slider .slide img {
    display: block;
    width: 100%;
    height: auto;
}
.panoramic-slider-container.default .pagination {
    bottom: 0;
    height: 30px;
    position: absolute;
    text-align: center;
	width: 100%;
}
.panoramic-slider-container.default .pagination a.selected span {
    background-color: #ffffff;
    position: relative;
}
.panoramic-slider-container.default .pagination a {
    display: inline-block;
    vertical-align: middle;
	line-height: 0;
    padding: 3px 3px;
}
.panoramic-slider-container.default .pagination span {
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 8px;
    display: inline-block;
    height: 15px;
    line-height: 0;
    overflow: hidden;
    text-indent: -100px;
    width: 15px;
	font-size: 0px;
}

.panoramic-slider-container.default .prev,
.panoramic-slider-container.default .next {
    position: absolute;
    top: 50%;
	height: 49px;
    width: 49px;
    margin: -26px 0 0;
    text-align: center;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
    transform: scale(0.7);
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
    
    -webkit-transition: all 0.2s ease 0s;
     -moz-transition: all 0.2s ease 0s;
      -ms-transition: all 0.2s ease 0s;
       -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}
.panoramic-slider-container.default .prev.top-padded,
.panoramic-slider-container.default .next.top-padded {
	margin-top: 0.3%;
}

.panoramic-slider-container.default .prev .otb-fa,
.panoramic-slider-container.default .next .otb-fa {
    font-size: 37px;
	line-height: 47px !important;
}

.panoramic-slider-container.default .prev {
    left: 20px;
}
.panoramic-slider-container.default .next {
    right: 20px;
}
.panoramic-slider-container.default .prev:hover,
.panoramic-slider-container.default .next:hover {
    background-color: rgba(255, 255, 255, 0.65);
}

.panoramic-slider-container.default:hover .prev,
.panoramic-slider-container.default:hover .next {
    opacity: 1;
    transform: scale(1);
}
.panoramic-slider-container.default:hover .prev.disabled,
.panoramic-slider-container.default:hover .next.disabled {
    opacity: 0.4;
    cursor: default;
}

.slider-placeholder {
	margin: 0 0 83px 0;
}


/* -------- Social Links Styling -------- */
.search-btn {
    cursor: pointer;
}

.social-links {
    float: right;
	margin: 0;
	padding: 0;
	list-style: none;	
}
.social-links li {
    font-size: 19px;
	float: left;
    padding: 1px 0 0 13px;
}
.social-links li:first-child {
    padding-left: 0;
}
.social-skype,
.social-tumblr,
.social-flickr,
.social-email,
.search-btn {
	color: #969696;
}

/* -------- Footer Styling -------- */
.site-footer {
	margin: 25px 0 0;
}

.site-footer-widgets {
    padding: 50px 0 15px;
	font-size: 14px;
}
.site-footer-widgets .notice {
	text-align: center;
	margin: 0 0 30px 0;
}

.site-footer-widgets .site-container ul li {
    display: block;
}
.site-footer-widgets .site-container > ul {
    margin: 0;
    padding: 0;
	
	width: 100%;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.site-footer-widgets .site-container > ul:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.site-footer-widgets .site-container > ul > li {
    margin: 0;
	text-align: left;

	/*
    padding: 10px 18px 20px;
    */

	list-style-type: none;

	/*
    display: block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    */
	
	width: 22.5%;
	padding: 10px 0 20px 0;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;	
}
/*
.site-footer-widgets ul li:first-child {
	padding: 10px 18px 20px 0;
}
.site-footer-widgets ul li:last-child {
	padding: 10px 0 20px 18px;
}
*/

.site-footer-widgets ul li h2.widgettitle {
	padding: 0 0 6px;
	margin: 0 0 10px 0;
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 600;
}


.site-footer-widgets .widget ul {
    margin: 0;
    padding: 0;
}
.site-footer-widgets .widget ul li {
    margin: 0 0 2px;
    padding: 0;
    display: block;
    float: none;
}
.site-footer-widgets .widget ul li a {
    
}
/*
.site-footer-widgets .widget .search-field {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 8px;
}
*/
.site-footer-widgets .widget article .entry-title {
    font-size: 16px;
}

.site-footer-bottom-bar {
	color: #FFFFFF;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	padding: 41px 0 41px;
	font-size: 13px;
	font-weight: 300;
}
.site-footer-bottom-bar a {
    text-transform: none;
    color: #FFFFFF;
}
.site-footer-bottom-bar a:hover {
	color: inherit;
    text-decoration: underline;
}
.site-footer-bottom-bar-left {
    float: left;
}
.site-footer-bottom-bar-right {
    float: right;
    text-align: right;
}
.site-footer-bottom-bar-right ul {
    margin: 0;
    padding: 0;
}
.site-footer-bottom-bar-right ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08);
}
.site-footer-bottom-bar-right a {
    display: block;
    line-height: 13px;
	font-size: 13px;
    text-transform: none;
    color: #FFFFFF;
    padding: 0 7px;
}
.site-footer-bottom-bar-right ul li:last-child {
    box-shadow: none;
}
.site-footer-bottom-bar-right ul li:last-child a {
    padding: 0 0 0 7px;
    
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget-area .widget {
    margin: 0 0 25px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

aside select {
	width: 100%;
}

/* Make sure select elements fit in widgets */
.widget select {
	/*
	max-width: 100%;
	width: 89.5%;
	height: 33px;
	box-sizing: border-box;
	vertical-align: top;
	padding: 2px 8px;
	margin: 3px 0 0 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	*/
}
.widget-area .widget .search-field,
.site-footer-widgets .widget .search-field {
    width: 100%;
	height: 33px;
	width: 77%;
    box-sizing: border-box;
    padding: 2px 8px;
	vertical-align: top;
}

/* Search widget and Product Search widget */
.widget_search .search-submit,
.widget_product_search .search-submit {
	display: inline-block;
	width: 34px;
    right: 6px;
    padding: 0;
    height: 33px;
    position: relative;
	cursor: pointer;
	text-align: center;
}

.widget_search .search-submit .otb-fa,
.widget_product_search .search-submit .otb-fa {
	font-size: 16px;
	line-height: 33px;
	color: #FFFFFF;
	vertical-align: top;
}


.widget-area .widget h2 {
    padding: 0 0 6px;
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
	border-bottom: 1px solid #e0e0e0;
}

.widget-area .widget ul {
    margin: 0;
    padding: 0;
}
.widget-area .widget ul li {
    margin: 0 0 2px;
    padding: 0;
    list-style-type: none;
}
.widget-area .widget ul li a {
}

.widget-area .widget ul ul {
    margin: 3px 0 3px 15px;
}
.widget-area .widget ul ul li {
    margin: 0;
}
.widget-area .widget ul ul ul {
    margin: 3px 0 3px 30px;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.sticky {
}

.hentry,
.search-results article {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 30px;
	padding: 0 0 30px;
}
.page .hentry {
    border: 0;
    margin: 0 0 25px;
    padding: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content {
	margin-top: 25px; 	
}

.page-content,
.entry-content,
.entry-summary,
.archive-container {
	margin: 1.5em 0 0;
}
.page-content img,
.entry-content img,
.entry-summary img {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

figure img {
	margin-bottom: 0 !important;
}

.entry-content .wp-block-image figcaption {
	padding: 0.5em 0 0.5em 0;
}

.entry-content .read-more.below {
	display: block;
	margin-top: 1em;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.wp-caption img {
    box-shadow: none;
}

/* Blog Featured Image */

.featured-image-container {
	position: relative;
}

.blog-post-side-layout .featured-image-container {
    width: 30%;
    float: left;
    overflow: hidden;
	position: relative;
}

.blog-post-top-layout.centered .featured-image-container {
	text-align: center;
}

.blog-post-top-layout.right-aligned .featured-image-container,
.blog-post-side-layout.right-aligned .featured-image-container {
	float: right;
}

.featured-image-container.square,
.featured-image-container.round,
.featured-image-container.tall,
.featured-image-container.medium,
.featured-image-container.short {
	background-position: center center;
}

.featured-image-container.round {
	border-radius: 50%;
}

.featured-image-container.full.full-width a,
.featured-image-container.full.full-width img.featured-image {
	width: 100%;
}

.featured-image-container.tall,
.featured-image-container.medium,
.featured-image-container.short {
	background-size: cover;
}

.featured-image-container.tall {
	height: 440px;
}
.featured-image-container.medium {
	height: 340px;
}
.featured-image-container.short {
	height: 240px;
}

.featured-image-container a {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}

.blog-post-top-layout .featured-image-container a {
	width: auto;
}

.featured-image-container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
	display: inline-block;
	vertical-align: top;
	
	/*
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    */
}

.featured-image-container img.featured-image {
    -webkit-transition: opacity 0.2s ease 0s;
     -moz-transition: opacity 0.2s ease 0s;
      -ms-transition: opacity 0.2s ease 0s;
       -o-transition: opacity 0.2s ease 0s;
          transition: opacity 0.2s ease 0s;
}

.featured-image-container img.placeholder {
	width: 100%;
}

/*
.blog-post-side-layout.right-aligned .featured-image-container {
	float: right;
}
*/

.featured-image-container.loading {
	background: url(library/images/loader.gif) center center no-repeat;
	background-size: auto !important;
	/*
    height: 220px;
    overflow: hidden;
    */
}

.featured-image-container.round img.featured-image,
.featured-image-container.square img.featured-image,
.featured-image-container.tall img.featured-image,
.featured-image-container.medium img.featured-image,
.featured-image-container.short img.featured-image {
	display: none;
}

.featured-image-container:not(.round):not(.square).loading img {
	opacity: 0;
}

.blog-post-top-layout .featured-image-container {
	margin: 0 0 21px;
}

.blog-post-side-layout .post-loop-content {
    width: 67.5%;
    padding: 0 0 8px 0;
    float: right;
}
.blog-post-side-layout.post-no-img .post-loop-content {
    width: 100%;
    padding: 0 0 8px 0;
    float: none;
}

/* Blog list content */
.blog-post-side-layout .post-loop-content {
    width: 70%;
    padding: 0 0 0 2.7%;
    float: left;
}

.blog-post-side-layout.right-aligned .post-loop-content {
	float: left;
	padding: 0 2.7% 0 0;
}

.blog-post-side-layout.no-featured-image .post-loop-content {
    width: 100%;
    padding: 0;
    float: none;
}

.archive-container {
	margin-top: 2.1em;
}

.single .entry-thumbnail {
    margin: 20px 0;
    text-align: center;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

article .entry-title {
    margin: 0 0 8px;
}
article .entry-meta {
    font-size: 0.95em;
    font-style: italic;
}
article .cat-links {
    margin: 0 10px 0 0;
}
article .tags-links {
    margin: 0;
}
article .entry-footer {
    font-size: 0.95em;
    font-style: italic;
}
article .comments-link {
	display: block;
}


/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.bypostauthor {
	display: block;
}


/* NEW COMMENT STYLES */

.post-password-required input {
    max-width: 280px;
    margin: 0 5px;
}

/*--------------------------------------------------------------
11.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
11.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
	background-color: #FCFCFC;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
	border-radius: 0 0 3px 3px;
}

.wp-caption .wp-caption-text {
	margin: 0;
	padding: 6px 10px;
}

/*--------------------------------------------------------------
11.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2),
.gallery-columns-3 .gallery-item:nth-of-type(3n+3),
.gallery-columns-4 .gallery-item:nth-of-type(4n+4),
.gallery-columns-5 .gallery-item:nth-of-type(5n+5),
.gallery-columns-6 .gallery-item:nth-of-type(6n+6),
.gallery-columns-7 .gallery-item:nth-of-type(7n+7),
.gallery-columns-8 .gallery-item:nth-of-type(8n+8),
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
	margin-right: 0;
}

.gallery-item:last-of-type {
    padding-right: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-3 .gallery-item {
    max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-item {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item > div > a {
    display: block;
    line-height: 0;
    box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a > img {
	margin-bottom: 0;
}

.gallery-caption {
	display: block;
	box-shadow: none;
	line-height: 1.6;
	margin: 0;
	padding: 0.5em;
}

/* Jetpack */

/* Jetpack - Infinite Scroll */

#infinite-handle {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

html #infinite-handle span {
	background: transparent;
	padding: 0;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Jetpack - Related Posts */

html #jp-relatedposts {
	padding-top: 0;
	margin: -0.5em 0 0 0;
}

html #jp-relatedposts h3.jp-relatedposts-headline {
	padding: 0;
}

html #jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: 400;
}

html #jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none;
}

html #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: 1;
}

html #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
html #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: none;
}

html .jp-relatedposts:after {
	display: none;
}

/* Jetpack - Slideshow Block */

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	min-width: auto;
	outline: 0;
}

/* Custom classes for the page builder layouts */

/* Used in the "Our Team" section of the homepage */

.profile-list .panel-grid-cell {
	margin-bottom: 0 !important;
}

.profile-list .panel-grid-cell .widget_sow-image {
	margin-bottom: 15px !important;
}

.widget_sow-image .circular img {
	border-radius: 100%;
	margin-bottom: 0;
}

/* Layout Slider widget when combined with the SiteOrigin Testimonials widget */

.testimonials .otb-sow-slide-nav-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-bottom: 25px;
}

.testimonials .sow-testimonial-wrapper.sow-layout-text-above .sow-testimonial-text {
	text-align: center;
}

.testimonials .sow-testimonial-text {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.testimonials .sow-testimonial-text,
.testimonials .sow-testimonial-text p {
	text-shadow: none !important;
	font-style: italic;
	font-size: 24px !important;
	font-weight: 300;
}

.testimonials .sow-testimonial-text p:first-child {
	margin-top: 0 !important;
}

.testimonials .sow-testimonial-text p:last-of-type {
	margin-bottom: 0 !important;
}

.testimonials .sow-testimonial-user {
	text-align: center !important;
}

/* Next and Prev buttons */
.testimonials .sow-slider-base .sow-slide-nav {
	top: 0 !important;
	margin-top: 0;
	width: 42px;
	height: 42px;
	line-height: 42px;
	right: 0 !important;
	opacity: 1 !important;
	display: inline-block !important;
	transform: translateY(0);
	
    -webkit-transition: background-color 0.2s ease 0s;
     -moz-transition: background-color 0.2s ease 0s;
      -ms-transition: background-color 0.2s ease 0s;
       -o-transition: background-color 0.2s ease 0s;
          transition: background-color 0.2s ease 0s;
}

.testimonials .sow-slider-base .sow-slide-nav a {
	padding: 0;
}

.testimonials .sow-slider-base .sow-slide-nav a em {
	line-height: 43px;
}

.testimonials .sow-slide-nav.sow-slide-nav-next {
	position: relative;
	left: 51% !important;
	left: 50.3% !important;
}

.testimonials .sow-slide-nav.sow-slide-nav-prev {
	transform: translateX(-42px);
	left: 49% !important;
	left: 49.7% !important;
}

/* Custom mobile stuff for Page Builder */

@media screen and (max-width: 780px) {
	.widget_sow-headline .center-for-mobile h1.sow-headline,
	.widget_sow-headline .center-for-mobile h2.sow-headline,
	.widget_sow-headline .center-for-mobile h3.sow-headline,
	.widget_sow-headline .center-for-mobile h4.sow-headline,
	.widget_sow-headline .center-for-mobile h5.sow-headline,
	.widget_sow-headline .center-for-mobile h6.sow-headline {
		text-align: center;
	}
	
	.widget_sow-button .center-for-mobile .ow-button-base,
	.panoramic-page-builders-use-theme-styles .elementor-button {
		text-align: center;
	}
}

/* WPForms */
div.wpforms-container form.wpforms-form .wpforms-field:first-child {
	padding-top: 0;	
}

div.wpforms-container form.wpforms-form .wpforms-field {
	padding: 12px 0;	
}

div.wpforms-container form.wpforms-form .wpforms-field-label {
	font-size: 15px;
	margin-bottom: 1px;
}

div.wpforms-container form.wpforms-form .wpforms-submit-container {
	padding-top: 11px;
}

div.wpforms-container form.wpforms-form textarea.wpforms-field-medium {
	height: 226px;
}

div.wpforms-container form.wpforms-form .wpforms-field input.wpforms-error,
div.wpforms-container form.wpforms-form .wpforms-field textarea.wpforms-error,
div.wpforms-container form.wpforms-form .wpforms-field select.wpforms-error {
    border-color: #cc0000;
}

div.wpforms-container form.wpforms-form label.wpforms-error {
	color: #990000;
}

/* Recent Posts Extended */

.content-area.rpwe-horizontal .rpwe-block ul {
	width: 100%;
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content-area .rpwe-block li {
    border: none;	
	margin-right: 0;
}


.content-area.rpwe-horizontal .rpwe-block li {
	width: 31.5%;
	float: left;
	text-align: center;
}

.content-area.rpwe-vertical .rpwe-block li {
	width: 100%;
	text-align: left;
}

.content-area .rpwe-block .rpwe-img {
	display: inline-block !important;
    margin: 0 0 18px 0;
}

.content-area.rpwe-vertical .rpwe-block .rpwe-img {
	float: left;
	margin-right: 18px;
}

.content-area .rpwe-block .rpwe-thumb {
	display: inline-block;
	vertical-align: top;
    border: none !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0 !important;
}

.content-area.rpwe-horizontal .rpwe-block .rpwe-thumb {
	display: inline-block;
	vertical-align: top;
    margin: 0 auto 0 auto;
}

.content-area .rpwe-block h3.rpwe-title {
	font-size: 20px !important;
	margin: 0 0 15px 0 !important;
	margin: 0 !important;
}

.content-area.rpwe-horizontal .rpwe-block h3.rpwe-title {
	margin: 0 0 15px 0 !important;
	margin: 0 !important;
	text-align: center;
}

.content-area.rpwe-vertical .rpwe-block h3.rpwe-title {
	margin: 0 0 15px 0 !important;
	margin: 0 !important;
	text-align: left;
	/*display: inline-block;*/
}

.content-area .rpwe-block .rpwe-time {
	font-size: 0.95em;
	font-style: italic;
}

.content-area .rpwe-block .rpwe-comment {
	display: inline-block !important;
	font-size: 0.95em !important;
	font-style: italic;
}

.content-area .rpwe-block .rpwe-summary {
	font-size: 15px !important;
	margin-top: 1em;
}

.content-area .rpwe-block .rpwe-summary a {
	display: block !important;
	margin: 15px 0 0 0;
}

/* Photo Gallery by Supsystic */

#colorbox {
	z-index: 99999 !important;
}
#cboxOverlay {
	z-index: 99999 !important;
}

.widget_sggwidget div,
.widget_sggwidget .grid-gallery-photos,
.grid-gallery div,
.grid-gallery .grid-gallery-photos {
	max-width: 100%;
}

.widget_sggwidget .grid-gallery-caption,
.widget_sggwidget .grid-gallery-caption .crop,
.widget_sggwidget img,
.grid-gallery .grid-gallery-caption,
.grid-gallery .grid-gallery-caption .crop,
.grid-gallery img {
	max-width: 100%;
	height: auto !important;
}

#cboxContent button {
	min-width: 0;
}

@media screen and (max-width: 400px) {
	.widget_sggwidget div,
	.widget_sggwidget .grid-gallery-caption,
	.grid-gallery div,
	.grid-gallery .grid-gallery-caption {
		left: 0 !important;
	}
}

/* Instagram Slider Widget */
.jr-insta-thumb ul.thumbnails li {
	display: inline-block;
	padding: 0;
	margin: 0 2.5% 2.5% 0;
}

.jr-insta-thumb ul.thumbnails.jr_col_3 li:nth-of-type(3n+0) {
	margin-right: 0;
}

/* WP Google Maps */
button.gm-control-active {
	min-width: 0;
}

/* Mobile Styles */
body.mobile-device .panoramic-slider-container.default .prev,
body.mobile-device .panoramic-slider-container.default .next,
body.mobile-device .panoramic-slider-container.default .pagination {
	display: none !important;
}

@media screen and (max-width: 1562px) {
	.header-image .overlay,
	.panoramic-slider-container.default .slider .slide .overlay {
		top: 26%;
    }
	.header-image .overlay .opacity,
	.panoramic-slider-container.default .slider .slide .overlay .opacity {
    	padding: 3.5% 2.5% 3.5% 2.5%;
	}
}

@media screen and (max-width: 1380px) {
	.panoramic-slider-container.default .prev,
	.panoramic-slider-container.default .next {
		top: 50.5%;
	}
	.header-image .overlay,
	.panoramic-slider-container.default .slider .slide .overlay {
		top: 36%;
    }
	.header-image .overlay .opacity,
	.panoramic-slider-container.default .slider .slide .overlay .opacity {
    	padding: 1.5% 1.5% 1.5% 1.5%;
	}
	.header-image .overlay .opacity h2,
	.panoramic-slider-container.default .slider .slide .overlay .opacity h2 {
	    font-size: 27px;
	    line-height: 36px;
	    margin: 0 0 10px;
	}	
}

@media screen and (max-width: 1159px) {
	.header-image .overlay .opacity h2,
	.panoramic-slider-container.default .slider .slide .overlay .opacity h2 {
	    font-size: 22px;
	    line-height: 28px;
	}	
}

@media screen and (max-width: 1070px) {
	.site-footer-bottom-bar-left,
	.site-footer-bottom-bar-right {
		width: 100%;
    	float: none;
		padding: 0;
		text-align: center;
	}
	
	.site-footer-bottom-bar .site-footer-bottom-bar-right {
		margin-top: 7px;
	}
	
	.site-footer-bottom-bar-right a {
		padding: 0 !important;
	}	
}

@media screen and (max-width: 998px) {
	.header-image .overlay,
	.panoramic-slider-container.default .slider .slide .overlay {
		top: 31.5%;
    }
}

@media only screen and (max-width: 960px) {
	.panoramic-slider-container.default .prev,
	.panoramic-slider-container.default .next,
	.panoramic-slider-container.default .pagination {
		display: none !important;
	}
}

@media screen and (max-width: 899px) {
	.panoramic-slider-container.default .prev,
	.panoramic-slider-container.default .next {
		top: 51%;
	}

	.header-image .overlay,
	.panoramic-slider-container.default .slider .slide .overlay {
		top: 40%;
    }

	.header-image .overlay .opacity h2,
	.panoramic-slider-container.default .slider .slide .overlay .opacity h2 {
	    margin: 0;
	}	
	.header-image .overlay .opacity p,
	.panoramic-slider-container.default .slider .slide .overlay .opacity p {
		display: none;
    }	
}

@media screen and (max-width: 849px) {
	.panoramic-slider-container.default .prev,
	.panoramic-slider-container.default .next {
		top: 50.7%;
	}
	
	.header-image .overlay .opacity h2,
	.panoramic-slider-container.default .slider .slide .overlay .opacity h2 {
	    font-size: 20px;
	    line-height: 26px;
	}	
}

@media screen and (max-width: 800px) {
	.panoramic-slider-container.default .prev,
	.panoramic-slider-container.default .next {
		top: 51.5%;
	}
}

@media only screen and (max-width: 782px) {
	.panoramic-slider-container.default .prev,
	.panoramic-slider-container.default .next {
		top: 52%;
	}

    .main-navigation {
        margin: 0;
    }
    .header-menu-button {
        padding: 19px 16px;
    }
    .header-menu-button .otb-fa.otb-fa-bars {
        font-size: 21px;
    }
    
}

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

    .branding {
        float: none !important;
        width: 100% !important;
        text-align: center;
    }
    .site-header-right {
        float: none !important;
        width: 100% !important;
        text-align: center;
        padding: 10px 0 0 !important;
        min-height: 40px !important;
    }
    .site-header-right .info-text {
    	text-align: center;
	}
    .social-links {
    	display: inline-block;
    	float: none;
    	text-align: center;
    	margin: 0 0 10px 0;
    }
	
    .home-slider div h3 {
        font-size: 32px;
        margin: -22px 0 0;
    }
    
    .content-area {
        width: 100% !important;
        float: none !important;
        box-shadow: none !important;
        padding: 0 0 20px 0 !important;
    }
    .widget-area {
        width: 100% !important;
        float: none !important;
        padding: 0 0 20px 0 !important;
    }
	.page-template-template-left-sidebar .widget-area {
        box-shadow: 0 1px 0 #e0e0e0;
        padding: 0 0 10px;
        margin: 0 0 30px;
    }    
    .page-template-default .widget-area {
        box-shadow: 0 -1px 0 #e0e0e0;
        padding: 30px 0 0;
        margin: 10px 0 0;
    }
    
    .widget-area .widget .search-field,
    .site-footer-widgets .widget .search-field {
    	width: 78%;
    	max-width: 200px;
	}
    
    .site-footer-widgets .site-container > ul {
        display: block;
    }
    .site-footer-widgets ul li.widget {
        width: 100% !important;
        float: none !important;
        padding: 0 0 40px !important;
        display: block;
    }
    .site-footer-widgets ul li.widget:last-child {
        padding: 0 0 10px !important;
    }
    
	.content-area.rpwe-horizontal .rpwe-block li {
		width: 100%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.blog-post-side-layout .featured-image-wrapper,
	.blog-post-side-layout .featured-image-container,
	.blog-post-side-layout .post-loop-content {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.blog-post-side-layout .featured-image-container {
		margin: 0 0 21px 0;
		text-align: center;
	}

	.featured-image-container a {
		width: auto;
	}

	.featured-image-container img.featured-image {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.panoramic-slider-container.default .prev,
	.panoramic-slider-container.default .next {
		top: 53%;
	}	

	.search-block {
		position: absolute;
		left: 50%;
		width: 224px;
		margin-left: -111px;
	}	

    .search-block .search-field {
    	width: 84.3%;
    }
    .search-block .search-submit {
    	width: 15.9%;
    }
    
    .content-area {
        width: 100%;
        float: none;
    }
    
    .widget-area {
        width: 100%;
        float: none;
    }
    
	.header-image .overlay .opacity h2,
	.panoramic-slider-container.default .slider .slide .overlay .opacity h2 {
		font-size: 16px;
    }    
}

@media screen and (max-width: 615px) {
	.header-image .overlay,
	.panoramic-slider-container.default .slider .slide .overlay {
		top: 35%;
    }
}

@media screen and (max-width: 600px) {
	.panoramic-slider-container.default .prev,
	.panoramic-slider-container.default .next {
		top: 52%;
		height: 37px;
	    width: 37px;
	}
	.panoramic-slider-container.default .prev .otb-fa,
	.panoramic-slider-container.default .next .otb-fa {
		font-size: 30px;
		line-height: 35px !important;
	}
}

@media screen and (max-width: 545px) {
	.panoramic-slider-container.default .prev,
	.panoramic-slider-container.default .next {
		top: 51%;
	}
}

@media screen and (max-width: 454px) {
	.panoramic-slider-container.default .prev,
	.panoramic-slider-container.default .next {
		top: 57%;
	}

	.header-image .overlay,
	.panoramic-slider-container.default .slider .slide .overlay {
		top: 44%;
    }

	.header-image .overlay .opacity h2,
	.panoramic-slider-container.default .slider .slide .overlay .opacity h2 {
		font-size: 12px;
		line-height: 18px;
    }    
}

@media screen and (max-width: 438px) {
	.header-cart-checkout span {
		display: none;
	}
}

@media screen and (max-width: 399px) {
	.panoramic-slider-container.default .prev,
	.panoramic-slider-container.default .next {
		top: 59%;
		height: 29px;
	    width: 29px;
	}
	.panoramic-slider-container.default .prev .otb-fa,
	.panoramic-slider-container.default .next .otb-fa {
		font-size: 25px;
		line-height: 27px !important;
	}
}


/*--------------------------------------------------------------
Fallback CSS for Customizer Library Styles
--------------------------------------------------------------*/

/* Primary Color */
a,
.header-image .overlay .opacity h2,
.panoramic-slider-container.default .slider .slide .overlay .opacity h2,
.search-btn .otb-fa-search,
.site-title a,
.error-404.not-found .page-header .page-title span,
.widget-area .widget a,
.rpwe-title a,
.rpwe-block .rpwe-comment,
.search-button .otb-fa-search,
.info-text em,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
div.wpforms-container form.wpforms-form .wpforms-required-label,
.color-text {
    color: #006489;
}

div.wpforms-container form.wpforms-form input[type="text"]:focus,
div.wpforms-container form.wpforms-form input[type="email"]:focus,
div.wpforms-container form.wpforms-form input[type="tel"]:focus,
div.wpforms-container form.wpforms-form input[type="url"]:focus,
div.wpforms-container form.wpforms-form input[type="password"]:focus,
div.wpforms-container form.wpforms-form input[type="search"]:focus,
div.wpforms-container form.wpforms-form select:focus,
div.wpforms-container form.wpforms-form textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
	border-color: #006489;
}

.main-navigation,
.main-navigation ul ul,
#comments .form-submit #submit,
.search-block .search-submit,
.no-results-btn,
a.button,
.widget-area .widget a.button
.panoramic-page-builders-use-theme-styles .widget_sow-button .ow-button-base a,
.panoramic-page-builders-use-theme-styles .elementor-button,
input[type="button"],
input[type="reset"],
input[type="submit"],
p.woocommerce-store-notice.demo_store,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce-page ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.button.product_type_simple,
.woocommerce-page ul.products li.product a.button.product_type_simple,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page input.button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,

.widget_search .search-submit,
.widget_product_search .search-submit,
.wpcf7-submit,
div.wpforms-container form.wpforms-form input[type=submit],
div.wpforms-container form.wpforms-form button[type=submit],
div.wpforms-container form.wpforms-form .wpforms-page-button,
html #infinite-handle span button,
.site-footer-bottom-bar,
.panoramic-page-builders-use-theme-styles .testimonials .sow-slider-base .sow-slide-nav {
    background-color: #006489;
    -webkit-transition: background-color 0.2s ease 0s;
     -moz-transition: background-color 0.2s ease 0s;
      -ms-transition: background-color 0.2s ease 0s;
       -o-transition: background-color 0.2s ease 0s;
          transition: background-color 0.2s ease 0s;
}

.main-navigation.translucent {
	background-color: rgba(0, 100, 137, 0.7);
}

.header-cart-checkout.cart-has-items .otb-fa-shopping-cart {
    background-color: #006489;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	border-top-color: #006489;
}

::-moz-selection {
	background-color: #006489;
	color: #FFFFFF;
}
::selection {
	background-color: #006489;
	color: #FFFFFF;
}

/* Secondary Color */
a:hover,
.widget-area .widget a:hover,
.rpwe-title a:hover,
.rpwe-block .rpwe-comment:hover,
.search-btn .otb-fa-search:hover,
.search-button .otb-fa-search:hover,
.site-header .site-top-bar-left a:hover,
.site-header .site-top-bar-right a:hover,
.site-header .site-header-right a:hover,
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce-page .woocommerce-breadcrumb a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    color: #3f84a4;
}

.main-navigation button:hover,
#comments .form-submit #submit:hover,
.search-block .search-submit:hover,
.no-results-btn:hover,
button:hover,
a.button:hover,
.widget-area .widget a.button:hover,
.panoramic-page-builders-use-theme-styles .widget_sow-button .ow-button-base a.ow-button-hover:hover,
.panoramic-page-builders-use-theme-styles .elementor-button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.site-header .site-top-bar-right a:hover .header-cart-checkout .otb-fa,
.site-header .site-header-right a:hover .header-cart-checkout .otb-fa,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce ul.products li.product a.add_to_cart_button:hover,
.woocommerce-page ul.products li.product a.add_to_cart_button:hover,
.woocommerce ul.products li.product a.button.product_type_simple:hover,
.woocommerce-page ul.products li.product a.button.product_type_simple:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce-page #review_form #respond .form-submit input:hover,
.widget_search .search-submit:hover,
.widget_product_search .search-submit:hover,
.wpcf7-submit:hover,
html #infinite-handle span button:hover,
div.wpforms-container form.wpforms-form input[type=submit]:hover,
div.wpforms-container form.wpforms-form button[type=submit]:hover,
div.wpforms-container form.wpforms-form .wpforms-page-button:hover {
    background-color: #3f84a4;
}

/* Footer Color */
.site-footer {
	background-color: #eaf1f7;
}

/* Site Title Font */
.site-header .branding .title {
	font-family: 'Kaushan Script';
}


.select2-default {
	color: rgba(88, 88, 90, 0.7) !important;
}

::-webkit-input-placeholder {
	color: rgba(88, 88, 90, 0.7);
}
:-moz-placeholder {
	color: rgba(88, 88, 90, 0.7);
}
::-moz-placeholder {
	color: rgba(88, 88, 90, 0.7);
}
:-ms-input-placeholder {
	color: rgba(88, 88, 90, 0.7);
}

.header-cart-checkout .otb-fa {
	background-color: #58585a;
}

.review-section {
    background-color: var(--black-color);
}

.user-card-wrapper {
    box-shadow: rgb(207 159 63) 0px 0px 10px;
    padding: 50px;
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    background-color: var(--white-color);
}

.user-card-info {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.user-card-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.user-image-wrapper img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    width: 80px;
    height: 80px;
}

.container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.section-title {
    text-align: center;
}

.section-title h3 {
    color: var(--main-color);
    font-size: 1rem;
    font-family: var(--title-font);
}

.reviews-wrapper {
    margin-top: 30px 
}

.single-reviews-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.user-card-wrapper {
    box-shadow: rgb(207 159 63) 0px 0px 10px;
    padding: 50px;
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    background-color: var(--white-color);
}

.user-card-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    gap: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
}

.stars i:hover {
    color: var(--main-color);
}

.stars input {
    display: none;
}

#reviewForm .form-group-wrapper {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

i {
    transition: all .3s;
}

.user-stars ul {
    display: flex;
    gap: 15px;
}

.user-stars ul li i {
    color: var(--main-color);
    font-size: 1.2rem;
}

.stars :checked~label {
    color: var(--main-color);
}

.star-rate i {
    color: var(--icon-color);
}

.single-review.user-image-wrapper img {
    width: 60px;
    height: 60px;
    border: 2px solid var(--white-color);
}

.user-text span {
    font-weight: 300;
    font-size: 0.8rem;
    margin-bottom: 10px;
    color: var(--white-color);
}

.single-review-text p {
    font-weight: 600;
    color: var(--white-color);
}

.single-reviews .user-text h3,
.single-reviews .user-text span {
    font-size: 0.9rem;
    color: var(--white-color);
}

.single-reviews-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.reviews-wrapper {
    margin-top: 30px;
}

:root {
    --main-color: #cf9f3f;
    --white-color: #ffffff;
    --black-color: #000000;
    --background-color: #5c5b5b;
    --para-text: #1d1b1b;
    --border-radius: 15px;
    --button-border-raduis: 5px;
    --title-font: 'Lato', sans-serif;
    --bg-color: #ece7da;
}

#reviewForm .form-group-wrapper {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

#reviewForm .form-group {
    display: flex;
    flex-direction: column;
}

.form-group-wrapper .form-group {
    width: 50%;
}

#reviewForm .form-group label, #loginForm .form-group label, #signupForm .form-group label, #questionForm .form-group label, #answerForm .form-group label, .login-form-wrapper .form-group label, .signup-form-wrapper .form-group label, .location-form-wrapper label, .form-wrapper label {
    color: var(--background-color);
    font-weight: 700;
    font-size: 1.3rem;
}

.errors {
    font-size: 13px;
    color: red;
    margin-top: 3px;
    display: none;
}

#reviewForm input[type="submit"] {
    font-size: 1.2rem;
    padding: 10px 30px;
}

#loginForm input[type="submit"], #signupForm input[type="submit"] {
    padding: 5px 20px;
    text-align: center;
    color: var(--black-color);
    background: var(--main-color);
    border: 2px solid var(--main-color);
    cursor: pointer;
    border-radius: var(--button-border-raduis);
}

/* #reviewForm input[type="submit"]:hover,#reviewForm button:hover,
#loginForm input[type="submit"]:hover,
#signupForm input[type="submit"]:hover,
#questionForm input[type="submit"]:hover,#questionForm button:hover,
#answerForm input[type="submit"]:hover,#answerForm button:hover,
#challenge-element input[type="submit"]:hover,#challenge-element button:hover,
.login-form-wrapper input[type="submit"]:hover,.login-form-wrapper button:hover,
.signup-form-wrapper input[type="submit"]:hover,.signup-form-wrapper button:hover,
.location-form-wrapper input[type="submit"]:hover,.location-form-wrapper button:hover,
.form-wrapper input[type="submit"].post-form-button:hover,.form-wrapper button.post-form-button:hover,
.form-wrapper input[type="submit"].search_btn:hover,.form-wrapper button.search_btn:hover,
.form-wrapper input[type="submit"].edit_btn:hover,.form-wrapper button.edit_btn:hover {
    background-color: transparent;
    border: 2px solid var(--main-color);
} */

#reviewForm .form-group label,
#loginForm .form-group label,
#signupForm .form-group label,
#questionForm .form-group label,
#answerForm .form-group label,
.login-form-wrapper .form-group label,
.signup-form-wrapper .form-group label,
.location-form-wrapper label,
.form-wrapper label {
    color: var(--background-color);
    font-weight: 700;
    font-size: 1.3rem;
}

.user-image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.form-bottom, .form-action-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

/*------------ Question ------------*/
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.popup {
    background-color: var(--white-color);
    padding: 20px;
    border-radius: var(--border-radius);
    width: 50%;
    text-align: center;
    left: 50%;
    z-index: 3;
}

.close-btn {
    cursor: pointer;
    font-size: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--white-color);
}

#reviewForm .form-group-wrapper {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

#reviewForm .form-group {
    display: flex;
    flex-direction: column;
}

#reviewForm input#userEmail,
#reviewForm input#userName {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

#reviewForm input#userEmail,
#reviewForm input#userName,
#reviewForm select#experience {
    width: 100%;
    height: 32px;
    font-size: 1rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-group-wrapper .form-group {
    width: 50%;
}

#loginForm .form-group, #signupForm .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#questionForm .form-group, #answerForm .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.info {
    width: 100%;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: -80px;
}

textarea {
    resize: none;
    padding: 20px;
    font-size: 1.2rem;
}

#reviewForm textarea {
    width: 100%;
    height: 100px;
}

#loginForm input#email, #loginForm input#password {
    width: 80%;
    padding-left: 20px;
    height: 32px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

#signupForm input#firstname, #signupForm input#lastname, #signupForm input#new_email, #signupForm input#new_password {
    width: 80%;
    padding-left: 20px;
    height: 32px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

#signupForm select#new_type {
    width: 80%;
    padding-left: 20px;
    height: 32px;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

#questionForm textarea, #answerForm textarea {
    width: 80%;
    height: 150px;
}

#questionForm input#userName, #answerForm input#answer_userName {
    width: 80%;
    padding-left: 20px;
    height: 32px;
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

form#questionForm, form#answerForm, form#loginForm, form#signupForm {
    margin-top: 20px;
}

.question-wrapper {
    display: grid;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    grid-template-columns: 1fr 1fr;

}

.single-question {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    padding: 20px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.single-question .question {
    display: flex;
    gap: 10px;
}

.single-question .question p:first-child {
    color: var(--main-color);
    font-weight: 700;
}

.single-question .answer {
    display: flex;
    gap: 10px;
}

.single-question .answer p:first-child {
    color: var(--main-color);
    font-weight: 700;
}

.single-question .reply {
    display: flex;
    gap: 15px;
}

.question-inner-wrapper {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px; */
    width: 100%;
}

.reply-date span {
    font-weight: 400;
    font-size: 0.9rem;
}

.white-title {
    color: var(--white-color);
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.popup {
    background-color: var(--white-color);
    padding: 20px;
    border-radius: var(--border-radius);
    width: 50%;
    text-align: center;
    left: 50%;
    z-index: 3;
}

.close-btn {
    cursor: pointer;
    font-size: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--white-color);
}

.signup_sections{
  display: flex;
}

ol.signup_desc li{
  line-height: 25px;
  padding:5px
}

.hidden {display: none !important;}

li.resource_item img, div.resource img{
	max-width:100%;
}

#left-col {
  float: left;
  width: 66%;
  display:inline;
  margin: 20px 10px 20px 20px;
}

#right-col {
  float: left;
  width: 27%;
  margin: 20px 10px 20px 20px;
}

.clear {
  clear: both;
}

.container a{
  /* display: flex; */
  font-size: 16px;
  margin-bottom: 18px;
  color: #ffffff;
  text-decoration: none;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

figure{
  margin:0;
}

div.resource{
  min-height:500px;
}
