footer {
  background: #000000;
  padding: 30px 60px 70px 60px;
}
@media screen and (max-width: 800px) {
  footer {
    padding: 30px 20px 30px 20px;
  }
}
footer .custom-logo-link img {
  max-width: 150px;
  height: auto;
}
footer a.social_link {
  text-decoration: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 10px;
  text-align: center;
}
footer a.social_link img {
  max-width: 20px;
}

.t-location-page-league {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 120px 55px;
}
.t-location-page-league .title-block {
  font-size: 32px;
  line-height: 47px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
}
.t-location-page-league .title-block:before {
  content: "";
  display: block;
  height: 1px;
  width: 110px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: calc(50% - 55px);
}
.t-location-page-league-previews-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.t-location-page-league-previews-item:last-child {
  border-bottom: none;
}
.t-location-page-league-previews-item .left {
  display: flex;
}
.t-location-page-league-previews-item .right > a:first-child {
  margin-right: 0px;
}
.t-location-page-league-previews-item .thumbnail {
  display: block;
  line-height: 0;
  width: 75px;
  height: 75px;
}
.t-location-page-league-previews-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-location-page-league-previews-item .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: #fff;
  margin-left: 25px;
  text-decoration: none;
}
.t-location-page-league-previews-item .title:hover {
  text-decoration: underline;
}
.t-location-page-league-btn {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
	
	.t-location-page-league-previews-item a {
    margin-top: 16px;
}
  .t-location-page-league-previews-item {
    display: block;
    text-align: center;
  }
  .t-location-page-league-previews-item .left {
    margin-bottom: 15px;
    display: block;
    text-align: center;
  }
  .t-location-page-league-previews-item .right {
    width: 100%;
  }
  .t-location-page-league-previews-item .thumbnail {
    margin: auto;
    width: 150px;
    height: 150px;
  }
  .t-location-page-league-previews-item .title {
    display: block;
    margin: 10px auto;
  }
}
@media screen and (max-width: 768px) {
  .t-location-page-league {
    padding: 45px 80px 55px;
  }
}
@media screen and (max-width: 678px) {
  .t-location-page-league {
    padding: 45px 15px 55px;
  }
}
.t-location-page-park {
  padding: 50px 70px;
}
.t-location-page-park .title-block {
  font-size: 32px;
  font-weight: 700;
  line-height: 47px;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 40px;
}
.t-location-page-park .title-block:before {
  content: "";
  display: block;
  height: 1px;
  width: 110px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: calc(50% - 55px);
}
.t-location-page-park-previews {
  display: flex;
  flex-wrap: wrap;
}
.t-location-page-park-previews-item {
  margin-bottom: 15px;
  width: calc(50% - (15px / 2));
  position: relative;
}
.t-location-page-park-previews-item:nth-child(odd) {
  margin-right: 15px;
}
.t-location-page-park-previews-item .thumbnail {
  display: block;
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.t-location-page-park-previews-item .thumbnail:hover img {
  transform: scale(1.2);
}
.t-location-page-park-previews-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all ease;
}
.t-location-page-park-previews-item .title {
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto 15px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .t-location-page-park {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 768px) {
  .t-location-page-park-previews-item {
    width: 100%;
    margin-bottom: 25px;
  }
  .t-location-page-park-previews-item:nth-child(odd) {
    margin-right: 0;
  }
}
@media screen and (max-width: 678px) {
  .t-location-page-park {
    padding: 50px 15px;
  }
}
.t-location-page-instagram {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 120px 55px;
}
.t-location-page-instagram .title-block {
  font-size: 32px;
  line-height: 47px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
}
.t-location-page-instagram .title-block:before {
  content: "";
  display: block;
  height: 1px;
  width: 110px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: calc(50% - 55px);
}
.t-location-page-instagram-gallery-row {
  display: flex;
  flex-wrap: wrap;
}
.t-location-page-instagram-gallery-item {
  width: calc(100% / 5);
  height: 150px;
  padding: 5px;
  box-sizing: border-box;
  line-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.t-location-page-instagram-gallery-item:hover img {
  transform: scale(1.2);
}
.t-location-page-instagram-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all ease;
}

@media screen and (max-width: 1440px) {
  .t-location-page-instagram {
    padding: 45px 70px 55px;
  }
  .t-location-page-instagram-gallery-item {
    width: calc(100% / 4);
  }
  .t-location-page-instagram-gallery-item:nth-last-child(1), .t-location-page-instagram-gallery-item:nth-last-child(2) {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .t-location-page-instagram {
    padding: 50px 30px;
  }
  .t-location-page-instagram-gallery-item {
    width: calc(100% / 3);
  }
  .t-location-page-instagram-gallery-item:nth-last-child(2) {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .t-location-page-instagram {
    padding: 45px 80px 55px;
  }
}
@media screen and (max-width: 678px) {
  .t-location-page-instagram {
    padding: 50px 15px;
  }
  .t-location-page-instagram-gallery-item {
    width: calc(100% / 2);
  }
  .t-location-page-instagram-gallery-item:nth-last-child(1) {
    display: block;
  }
}
ul#sidebar-menu-list {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
ul#sidebar-menu-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0px;
  padding-left: 35px;
  /*4background: url("assets/images/menu-icon.svg");*/
  background: url("assets/images/base.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
}
ul#sidebar-menu-list li a {
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 400;
}
ul#sidebar-menu-list li.current-menu-item a {
  font-weight: 700;
}

header#masthead {
  position: fixed;
  top: 0px;
  left: 250px;
  z-index: 99;
  width: calc(100% - 250px);
}
@media screen and (max-width: 1000px) {
  header#masthead.open {
    height: 100vh;
    overflow: auto;
    padding-bottom: 30px;
    box-sizing: border-box;
  }
  header#masthead.open ul#primary-menu-list {
    display: flex;
    flex-direction: column;
    text-align: right;
  }
  header#masthead.open ul#primary-menu-list > li {
    margin: 5px 0px;
	  text-align:left;
  }
  header#masthead.open .menu-burger span i:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 9px;
  }
  header#masthead.open .menu-burger span i:nth-child(2) {
    opacity: 0;
  }
  header#masthead.open .menu-burger span i:nth-child(3) {
    width: 33px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 9px;
  }
  header#masthead .menu-burger {
    position: absolute;
    top: 69px;
    left: 20px;
    bottom: 0;
    width: 33px;
    height: 30px;
    text-align: right;
    margin-left: auto;
    vertical-align: middle;
    align-items: center;
  }
  header#masthead .menu-burger span {
    display: block;
    width: 33px;
    height: 21px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  header#masthead .menu-burger span i {
    display: block;
    position: absolute;
    background-color: #fff;
    height: 2px;
    left: 0;
    transition: all 0.4s ease;
    transition: all 0.4s ease-in-out;
  }
  header#masthead .menu-burger span i:nth-child(1) {
    width: 33px;
    top: 0;
  }
  header#masthead .menu-burger span i:nth-child(2) {
    width: 22px;
    top: 9px;
  }
  header#masthead .menu-burger span i:nth-child(3) {
    width: 33px;
    top: 18px;
  }
}
header#masthead ul#primary-menu-list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
header#masthead ul#primary-menu-list > li {
  position: relative;
}
header#masthead ul#primary-menu-list > li > a {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3.4px;
  margin: 0px 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 1001px) {
  header#masthead ul#primary-menu-list > li:hover ul {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 24px;
  }
  header#masthead ul#primary-menu-list > li:hover ul li {
    margin: 10px 0px;
  }
  header#masthead ul#primary-menu-list > li:hover ul li a {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.7px;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 1001px) {
  header#masthead ul#primary-menu-list > li > ul {
    background: #000000;
    padding: 15px 20px;
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  header#masthead ul#primary-menu-list > li.open {
    display: flex;
    flex-direction: column;
  }
  header#masthead ul#primary-menu-list > li.open ul {
    position: relative;
    top: 0px;
    padding: 10px 0 10px 30px;
    box-sizing: border-box;
    margin: 10px 15px;
    list-style: none;
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  header#masthead ul#primary-menu-list > li.open ul li.location-icon {
    padding-right: 25px;
    background: url(assets/images/menu-icon.svg);
    background-repeat: no-repeat;
    background-position: right center;
  }
  header#masthead ul#primary-menu-list > li.open ul li a {
    font-weight: 300;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.7px;
    text-decoration: none;
    color: #fff;
  }
  header#masthead ul#primary-menu-list > li:not(.open) ul {
    display: none;
  }
  header#masthead ul#primary-menu-list > li.menu-item-has-children > a:before {
    content: "";
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    left: -12px;
    top: -3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.5s ease;
  }
  header#masthead ul#primary-menu-list > li.menu-item-has-children.open > a:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}
@media screen and (min-width: 1001px) {
  header#masthead ul#primary-menu-list li.only-for-mobile {
    display: none;
  }
}

.btn-light-white {
  display: inline-block;
  background: rgba(255, 255, 255, 0.124399);
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2.33333px;
  color: #fff !important;
  text-decoration: none !important;
  padding: 7px 30px;
}
.btn-light-white:hover, .btn-light-white:focus, .btn-light-white:active {
  color: #fff;
}

.t-location-page-league-previews-item .btn-light-white {
    display: inline-block;
    background: rgba(255, 255, 255, 0.124399);
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2.33333px;
    color: #fff !important;
    text-decoration: none !important;
    /* padding: 0; */
    width: 103px;
    text-align: center;
    padding: 10px 0;
    margin-right: 10px!important;
}

.footer-logo {
    margin-right: 12px;
}

.ul#sidebar-menu-list li a{
	    font-weight: 400;
}

.not-bold a{
	font-weight: 400!important;
}

.sub-menu li a{
	text-transform: uppercase;
}

header#masthead ul#primary-menu-list > li > a{
	font-weight: 400;
	letter-spacing: 0.8px
}


header#masthead ul#primary-menu-list > li.current-menu-item > a{
	font-weight: 700;
}