@media (min-width: 1901px) {
  .ez_container{
      padding-left:10%!important;
      padding-right:10%!important;
  }
  
	.ez_container_left{
      padding-left:10%!important;
  }
  
	.ez_container_right{
      padding-right:10%!important;
  }
}

@media (min-width: 1441px) and (max-width: 1900px) {
  .ez_container{
      padding-left:10%;
      padding-right:10%;
  }
  
	.ez_container_left{
      padding-left:10%;
  }
  
	.ez_container_right{
      padding-right:10%;
  }
}

@media (min-width: 1251px) and (max-width: 1440px) {
    .ez_container{
        padding-left:10%;
        padding-right:10%;
    }
    .ez_container_left{
        padding-left:10%;
    }
    .ez_container_right{
        padding-right:10%;
    }
}

@media (min-width: 769px) and (max-width: 1250px) {
  .ez_container{
      padding-left:30px;
      padding-right:30px;
  }
  
	.ez_container_left{
      padding-left:30px;
  }
  
	.ez_container_right{
      padding-right:30px;
  }
}

@media (max-width: 768px) {
  .ez_container{
     padding-left:20px;
     padding-right:20px;
  }
  
	.ez_container_left{
    padding-left:20px;
  }
  
	.ez_container_right{
    padding-right:20px;
  }
   
}









.premium-table-wrap table td span.premium-table-text
{
 line-height: 1.3em!important;
 padding: 10px 10px 10px 15px;
 font-size: 13px!important;
}

.premium-table-wrap table td:first-child 
{
    width: 265px;
}

@media only screen and (max-width: 768px) {
  .premium-table-wrap table td:first-child 
{
    width: 45%;
}
}




@font-face {
  font-family: 'Aeroport';
url('https://johnsonfitness.com.my/wp-content/uploads/2022/09/aeroport-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://johnsonfitness.com.my/wp-content/uploads/2022/09/aeroport-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('https://johnsonfitness.com.my/wp-content/uploads/2022/09/Aeroport-regular-trial.ttf')  format('truetype'); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}



/* Icon List*/
.elementor-icon-list-icon svg {
	height:12px;
}

.elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item::marker{
	display:none;
}

.bc ul.elementor-icon-list-items.elementor-inline-items {
	    justify-content: center;
}

ul.elementor-icon-list-items.elementor-inline-items {
 list-style-type: none;
}

 ul.elementor-icon-list-items {
 list-style-type: none;

}




/* hide edp logo */
.payment_method_wcdpg img{
	display:none;
	/*width:100px;*/
}

.payment_box.payment_method_wcdpg img{
	width: 100%;
	display:block;
}




.ez-title {
    font-family: "Aeroport", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    font-size: 30px;
}

.ez-subtitle {
    font-family: "Aeroport", Sans-serif;
    font-weight: 600;
    line-height: 1.3em;
    font-size: 24px;
}

.ez-text {
    font-family: "Lato", Sans-serif;
    font-weight: 400;
    line-height: 1.4em;
    font-size: 16px;
	  letter-spacing: 0.5px;
}


@media (max-width: 767px) { 
.ez-title { font-size: 20px; }
.ez-subtitle { font-size: 20px; }
.ez-text { font-size: 15px; }
}





.text-white { color:#ffffff; }
.text-black { color:#000000; }




// fixed accessiblity for skip content 

/* ✅ Make skip link focusable (WP best-practice) */
a.skip-link.screen-reader-text{
  position: absolute !important;
  left: -9999px !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ✅ When focused, show it */
a.skip-link.screen-reader-text:focus,
a.skip-link.screen-reader-text:active{
  left: 12px !important;
  top: 12px !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
  z-index: 999999 !important;

  padding: 10px 14px !important;
  background: #000 !important;
  color: #fff !important;
  border-radius: 6px !important;
  text-decoration: none !important;
}