.wosm-logo img {
    width: 112px;
}
.wosm-image-middle img.wosm-bnnr-lady-mobile {
    width: 152px;
}
ul.wosm-social-links {
    text-align: left;
}
.wosm-logo {
    text-align: center;
}
img.win-hm-femme-flex-mobile {
    width: 90px;
}
ul.win-mobile-logo-btn {display: inline-flex;margin: 0;padding: 0;list-style: unset;}
ul.win-mobile-logo-btn li {
    list-style: none !important;
}
.wosm-logo h1 {
    font-family: 'DCC-Ash';
    font-size: 110px;
    color: #fba101;
    text-align: center;
    line-height: 96px;
    text-transform: uppercase;
    margin-top: -6px;
}
.page-template-athletes-galleries_temp section#atheletemobile-view {
    padding-top: 60px;
    padding-bottom: 90px;
}
section.wof-artical-heading {
    padding-bottom: 80px;
}
.page-template-about section.wof-about-heading {
    padding-bottom: 100px;
}
.page-template-contest-temp section.wos-contest {
    padding-bottom: 100px;
}
.page-template-ambassadors .wosm-mobile-wrapper {
    float: unset;
}
.wosm-header {
  float: left;
  width: 100%;
}
ul#menu-mobile-menu {
    height: 450px;
    overflow-y: auto;    
}
ul#menu-mobile-menu::-webkit-scrollbar {
  width: 5px;
}

/* Track */
ul#menu-mobile-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
ul#menu-mobile-menu::-webkit-scrollbar-thumb {
  background: #fba101; 
  border-radius: 10px;
}

/* Handle on hover */
ul#menu-mobile-menu::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}



.wosm-top-bar-search-left {
  float: left;
  margin-top: 3px;
}

.wosm-header {
  float: left;
  width: 100%;
  background: #d79608;
}

.wosm-top-bar-search-right {
  float: right;
}

.wosm-top-bar {
  padding: 6px 0px;
  float: left;
  width: 100%;
}

.wosm-header {
  z-index: 9999999;
}

.wosm-home-banner {
    padding:82px 0px 82px 0px;
}

.wosm-home-banner{
    /*background-image: url('https://wingsofstrength.net/wp-content/uploads/2019/07/home-banner-1-min.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center;*/
}

.wosm-footer {
    float: left;
    width: 100%;
    background: #fba101;
}

.wosm-footer {
    float: left;
    width: 100%;
}

.wosm-footer-item ul li {
    list-style: none;
}

.wosm-footer-item ul li a img {
    width: 35px;
}

.wosm-footer-item ul {
    padding: 0;
    margin: 0;
}

.wosm-footer-item ul li {
    display: inline-block;
    text-align: center;
    padding: 0 20px;
}

.wosm-footer-item {
    text-align: center;
}

.wosm-footer-item {
    padding: 10px 0;
}

.wosm-top-bar-search-right .hamburger.is-closed .hamb-top, 
.wosm-top-bar-search-right .hamburger.is-closed .hamb-middle, 
.wosm-top-bar-search-right .hamburger.is-closed .hamb-bottom {
  background-color: #000000;
}

.wosm-top-bar-search-left i {
  font-size: 22px;
}

.wosm-top-bar-search-right .hamburger {
  top: 0px;
}

.wosm-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.wosm-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.wosm-footer-item ul li:nth-child(1) {
    padding-left: 0;
}

.wosm-footer-item ul li:nth-last-child(1) {
    padding-right: 0;
}

.wosm-logo-inner {
	width: 130px;
}

.wosm-whats-up-date.wosm-whats-up-date1 img {
	width: 300px;
	display: inline-block;
}
.wosm-ambassadors-ddown {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
}
/* Remove IE arrow */
.wosm-ambassadors-ddown::-ms-expand {
  display: none;
}

.wosm-hm-btn a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background-color: #ff0000;
    margin-bottom: 25px;
    padding: 20px 20px 20px;
    font-size: 20px;
    font-family: 'BuiltTitlingRg-Bold';
    letter-spacing: 1.2px;
    margin-bottom: 0px;
}
.wosm-hm-btn a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.wosm-hm-bnnr-sec .wosm-hm-btn a:hover {
    background-color: #ff0000;
}
.wosm-hm-btn a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.wosm-hm-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fba101;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.wosm-hm-bnnr-sec .col-sm-6 .wosm-hm-image-box {
    border: 2px solid #9f9f9f;
    padding: 10px;
}
.wosm-hm-image-box img { width: 100%; }
.wosm-hm-bnnr-sec .col-sm-6 {margin-bottom: 10px;}
.wosm-hm-bnnr-sec .col-sm-6 {
    width: 49.3%;
}
.wosm-hm-bnnr-sec .col-sm-6:nth-child(odd) {
    padding-right: 0px;
    padding-left: 15px;
    margin-right: 15px;
}
.wosm-hm-bnnr-sec .col-sm-6:nth-child(even) {
    padding-left: 0px;
    padding-right: 15px;
}
.wosm-hm-bnnr-sec .col-sm-6 {
    margin-bottom: 10px;
}
.wosm-hm-bnnr-sec .wosm-hm-btn a {
    width: 100%;
    text-align: center;
}
section.wosm-home-banner.wosm-hm-bnnr-sec {
    height: auto;
}
.wosm-hm-bnnr-sec .wosm-logo h1 {
    margin-top: 24px;
}
.wosm-hm-bnnr-sec .col-sm-6 .wosm-hm-image-box:hover, .wosm-hm-bnnr-sec .col-sm-6 .wosm-hm-image-box:focus {
    border: 2px solid #d79608;
}

/*--------------------------- Responsive ----------------------------*/
@media screen and (min-width:1300px) {
.wosm-home-banner {
    height: 100vh;
}
}

@media screen and (max-width:1280px) {
.container {
    width: 97%;
}

}

@media screen and (max-width:1069px) {
.wosm-hm-bnnr-sec .col-sm-6 {
    width: 49.2%;
}

}

@media screen and (max-width:992px) {
  .wosm-logo img {
      width: 92px;
  }
  .wosm-image-middle img.wosm-bnnr-lady-mobile {
      width: 127px;
  }
  .wosm-logo h1 {
    font-size: 75px;
    line-height: 65px;
    margin-bottom: 5px;
  }
  section.wosm-home-banner .row {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      margin: auto;
      padding: 0px 15px;
  }
  section.wosm-home-banner.wosm-hm-bnnr-sec .row {
    position: unset;
    transform: unset;
    padding: 0px;
  }
  .wosm-hm-bnnr-sec .col-sm-6 {
    width: 50%;
  }
  .wosm-hm-bnnr-sec .col-sm-6:nth-child(odd) {
    padding-right: 6px;
    padding-left: 0px;
    margin-right: 0px;
  }
  .wosm-hm-bnnr-sec .col-sm-6:nth-child(even) {
    padding-left: 6px;
    padding-right: 0px;
  }

}

@media screen and (max-width:768px) {
  .wosm-logo h1 {font-size: 44px; line-height: 40px;}

  .wosm-hm-btn a {    
    padding: 15px 10px 15px;
    font-size: 18px;
  }
}

@media screen and (max-width:480px) {
    img.win-hm-femme-flex-mobile {
    width: 65px;
    height: 53px;
    object-fit: contain;
}
  .wosm-hm-btn a {
    padding: 10px 5px 10px;
    font-size: 14px;
  }
  .wosm-hm-bnnr-sec .col-sm-6 .wosm-hm-image-box {
      padding: 5px;
  }
  .wosm-hm-bnnr-sec .wosm-logo h1 {
      margin-top: 0px;
      margin-bottom: 0px;
  }
  .wosm-home-banner { padding: 82px 0px 69px 0px; }
}

@media screen and (max-width:600px) {
.container {
    width: 91%;
}
section.wos-shop-page.wos-ecompage.wos-ecompagenew {
    padding-top: 50px !important;
}
section.wos-shop-page.wos-ecompage {
    padding-top: 60px !important;
}
h1.woocommerce-products-header__title.page-title {
    display: block;
}
section.page-password-section {
    min-height: 500px;
}
.single-prodpagtit{
    display:none;
}
.woocommerce-cart section.phppage.Common-one.comon-titlee,.woocommerce-checkout section.phppage.Common-one.comon-titlee {
    display: none;
}
.woocommerce-cart,.woocommerce-checkout {
    padding-top: 40px;
}
}

@media only screen and (max-width: 600px){
    .wosm-footer {

z-index: 9999;
}
}