@media screen and (min-width: 100px) and (max-width: 768px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    body{
        overflow-x: hidden !important;
    }
    .menu-header #menu-button{
        display: none;
    }
main{
	padding: 0;
}
}
@media screen and (min-width: 480px) and (max-width: 668px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
        body{
        overflow-x: hidden !important;
    }

.open-menu body {
    position: fixed !important;
}
[data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
[data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 380px) {
    [data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    [data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
    .open-menu body {
    position: fixed !important;
}
    body{
        overflow-x: hidden !important;
    }
.menu-header #menu-button{
	display: none;
}
}

@media screen and (max-width: 1850px){
    section.hero-sec{
        clip-path: path('M 0,0 H 1820 V 550 C 1100 990, 0 550, 0 550 H 2050 C 370 1390, 320 1220, 0 930 Z');
    }
}

@media screen and (max-width: 1800px){
    section.hero-sec{
        clip-path: path('M 0,0 H 1820 V 550 C 1100 990, 0 550, 0 550 H 1810 C 370 1390, 320 1220, 0 870 Z');
    }
}

@media screen and (max-width: 1700px) {
section.hero-sec {
    clip-path: path('M 0,0 H 1820 V 550 C 1100 990, 0 550, 0 600 H 1730 C 720 1050, 320 1310, 0 810 Z');
}
section.sec4 {
    padding: 270px 0 100px;
}
section.sec4 .inner-wrap:before {
    width: 34px;
    height: 67px;
    top: -100px;
    background-repeat: no-repeat;
}
section.sec4 .inner-wrap h3 {
    font-size: 35px;
    margin: 20px 0 0;
}
section.sec4 .inner-wrap p {
    font-size: 25px;
}
section.product-sec {
    padding: 190px 0 100px;
}
section.product-sec {
    padding: 200px 0 80px;
}
section.product-sec .head h2 {
    font-size: 64px;
}
section.product-sec .head p {
    line-height: 35px;
}
section.product-sec .product-box .prod-image {
    height: 370px;
    padding-top: 50px;
    margin-bottom: 30px;
}
section.product-sec .product-box h4 {
    font-size: 27px;
    margin: 10px 0 0;
}
section.product-sec .product-box h5.price {
    font-size: 27px;
}
section.cta-sec .inner-wrapper h2 {
    margin: 0 0 30px;
    font-size: 60px;
    line-height: 83px;
}
section.cta-sec .inner-wrapper a {
    padding: 17px 50px;
    margin: 50px 0 0;
}
section.cta-sec .inner-wrapper p {
    font-size: 17px;
    line-height: 30px;
}
section.fitness-program-sec {
    padding: 120px 0 240px;
}
section.fitness-program-sec .inner-wrapper h2 {
    margin: 0 0 15px;
    font-size: 65px;
}
section.fitness-program-sec .inner-wrapper {
    margin-bottom: 30px;
}
section.fitness-program-sec .program-box h5 {
    font-size: 25px;
    height: 30px;
    padding-top: 5px;
}
footer.footer {
    padding: 155px 0 0;
}
footer.footer .top h2 {
    margin: 40px 0 0;
    font-size: 50px;
}
footer.footer .top li img {
    width: 200px !important;
    height: 200px !important;
}
}

@media screen and (max-width: 1500px) {
    section.hero-sec{
        padding: 220px 0 520px;
        clip-path: path('M 0,0 H 1820 V 550 C 1100 990, 4100 590, 0 560 H 1580 C 610 810, 370 1170, 0 720 Z')
    }
    
    section.hero-sec .head {
        width: 55%;
    }
    
    section.hero-sec .head h1 {
        font-size: 120px;
        margin: 0 0 25px;
    }
    
    section.hero-sec .head h3 {
        font-size: 55px;
    }
}

@media screen and (max-width: 1400px){
.menu-header > ul > li > a {
    padding: 17px 28px;
    font-size: 20px;
}
section.hero-sec .head {
    width: 50%;
}
section.hero-sec .head h3 {
    font-size: 45px;
}
section.hero-sec .head h1 {
    margin: 0 0 20px;
    font-size: 90px;
}
section.hero-sec .head p {
    font-size: 32px;
}
section.hero-sec {
    padding: 180px 0 500px;
    clip-path: path('M 0,0 H 1670 V 530 C 740 550, 0 1150, 0 550 H 1600 C 90 900, 330 1070, 0 690 Z');
    overflow: hidden;
}
section.about-sec h2, section.category-sec .head h2, section.product-sec .head h2, section.cta-sec .inner-wrapper h2, section.fitness-program-sec .inner-wrapper h2 {
    font-size: 65px;
    line-height: 70px;
}
section.about-sec p {
    font-size: 17px;
    margin: 0 0 25px;
}
ul.products li.product a.woocommerce-LoopProduct-link img {
    height: 350px !important;
}
ul.products li.product a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
    margin: 0;
    font-size: 25px;
}
ul.products li.product a.woocommerce-LoopProduct-link span.price {
    margin: 10px 0 0px;
    font-size: 25px;
}
.page-id-77 section.fitness-program-sec {
    padding: 60px 0 80px;
}
section.fitness-program-sec .program-box img.player-icon {
    top: 100px;
}
section.fitness-program-sec .program-box {
    height: 370px;
}
.inner-banner h2 {
    font-size: 45px;
}
}




@media screen and (max-width: 1300px){
section.hero-sec {
    padding: 210px 0 500px;
    clip-path: path('M 0,0 H 1650 V 530 C 740 360, 0 400, 0 390 H 1600 C 90 900, 420 910, 0 600 Z');
}
section.hero-sec .head h3 {
    font-size: 38px;
}
section.hero-sec .head h1 {
    margin: 0 0 10px;
    font-size: 70px;
}
section.hero-sec .head .button-wrapper a {
    font-size: 17px;
    padding: 13px 0;
    width: 150px !important;
}
section.about-sec .profile-pic {
    height: 160px;
    width: 160px;
}
section.about-sec h2, section.category-sec .head h2, section.product-sec .head h2, section.cta-sec .inner-wrapper h2, section.fitness-program-sec .inner-wrapper h2 {
    font-size: 55px;
    line-height: 55px;
}
section.about-sec p {
    font-size: 16px;
    margin: 0 0 20px;
    line-height: 26px;
}
section.category-sec .cat-box {
    gap: 30px;
}

section.category-sec .cat-box .cat-pic h3 {
    font-size: 25px;
}
section.sec4 {
    padding: 180px 0 130px;
}
section.sec4 .inner-wrap:before {
    width: 30px;
    height: 60px;
    top: -70px;
}
section.sec4 .inner-wrap p {
    font-size: 20px;
}
section.product-sec {
    padding: 120px 0 60px;
}
section.product-sec .head p {
    font-size: 16px;
    line-height: 35px;
}
section.product-sec .head {
    padding-right: 480px;
    margin-bottom: 40px;
}
section.product-sec .product-box .prod-image {
    height: 330px;
    padding-top: 50px;
    margin-bottom: 20px;
}
section.product-sec .product-box .prod-image img {
    height: 220px;
    width: auto;
}
section.product-sec .product-box h4 {
    font-size: 23px;
    margin: 10px 0 0;
}
section.product-sec .product-box h5.price {
    font-size: 23px;
}
section.cta-sec {
    padding: 80px 0;
}
section.about-sec a {
    font-size: 17px;
    padding: 13px 40px;
}
section.about-sec {
    margin: -650px 0 0;
    padding: 530px 0 80px;
}
section.category-sec {
    padding: 80px 0;
}
section.fitness-program-sec {
    padding: 80px 0 220px;
}
section.fitness-program-sec .program-box h5 {
    font-size: 22px;
    height: 35px;
}
section.cta-sec .inner-wrapper a {
    padding: 13px 35px;
    margin: 50px 0 0;
    font-size: 20px;
}
footer.footer {
    padding: 80px 0 0;
}
footer.footer .top h2 {
    margin: 30px 0 0;
    font-size: 45px;
}
footer.footer .top .tnp-subscription form .tnp-field-email input {
    height: 50px;
}
footer.footer .top .tnp-subscription form .tnp-field-email {
    width: 39%;
    margin: 0 10px 0 0;
}
footer.footer .top .tnp-subscription form .tnp-field-button input {
    height: 50px;
    font-size: 17px;
}
footer.footer .bottom li ul.menu li a {
    font-size: 15px;
    line-height: 35px;
}
}





@media screen and (max-width: 1200px){
.menu-header > ul > li > a {
    padding: 15px 22px;
    font-size: 17px;
}

section.hero-sec .head h3 {
    font-size: 35px;
}
section.hero-sec .head h1 {
    margin: 0 0 10px;
    font-size: 60px;
}
section.hero-sec .head p {
    font-size: 28px;
}
section.hero-sec .head .button-wrapper {
    margin-top: 15px;
}
section.hero-sec .head .button-wrapper a {
    font-size: 15px;
    padding: 13px 0;
    width: 140px !important;
}
section.hero-sec {
    padding: 200px 0 480px;
}
section.about-sec {
    margin: -530px 0 0;
    padding: 530px 0 60px;
}
section.about-sec .profile-pic {
    height: 140px;
    width: 140px;
}
section.about-sec h4 {
    font-size: 25px;
}
section.about-sec h2, section.category-sec .head h2, section.product-sec .head h2, section.cta-sec .inner-wrapper h2, section.fitness-program-sec .inner-wrapper h2 {
    font-size: 48px;
    line-height: 48px;
}
section.about-sec p {
    font-size: 15px;
    margin: 0 0 15px;
    line-height: 25px;
}
section.about-sec a {
    font-size: 15px;
    padding: 13px 40px;
}
section.category-sec {
    padding: 60px 0;
}
section.category-sec .head p {
    font-size: 17px;
    line-height: 28px;
    width: 80%;
}
section.category-sec .head {
    margin: 0 0 30px;
}
section.category-sec .cat-box .cat-pic {
    padding: 220px 0 20px;
}
section.category-sec .cat-box .cat-pic h3 {
    font-size: 22px;
}
section.sec4 .inner-wrap:before {
    width: 30px;
    height: 50px;
    top: -70px;
}
section.sec4 .inner-wrap p {
    font-size: 19px;
}
section.sec4 .inner-wrap h3 {
    font-size: 30px;
    margin: 15px 0 0;
}
section.sec4 {
    padding: 150px 0 100px;
}
section.product-sec {
    padding: 80px 0 40px;
}
section.product-sec .head p {
    font-size: 15px;
    line-height: 27px;
}
section.product-sec .head {
    padding-right: 360px;
    margin-bottom: 40px;
}
section.product-sec .product-box .prod-image img {
    height: 200px;
}
section.product-sec .product-box .prod-image {
    height: 280px;
    padding-top: 40px;
    margin-bottom: 20px;
}
section.product-sec .product-box h4 {
    font-size: 21px;
    margin: 5px 0 0;
}
section.product-sec .product-box h5.price {
    font-size: 21px;
    margin: 10px 0 0;
}
section.cta-sec {
    padding: 60px 0;
}
section.cta-sec .inner-wrapper h2 {
    margin: 0 0 20px;
}   
section.cta-sec .inner-wrapper a {
    padding: 13px 35px;
    margin: 30px 0 0;
    font-size: 18px;
}
section.fitness-program-sec {
    padding: 60px 0 200px;
}
section.fitness-program-sec .inner-wrapper p {
    font-size: 15px;
    line-height: 18px;
}
section.fitness-program-sec .program-box {
    height: 300px;
}
section.fitness-program-sec .program-box {
    height: 320px;
}
section.fitness-program-sec .program-box img.player-icon {
    top: 90px;
    height: 150px;
}
footer.footer .top h2 {
    margin: 20px 0 0;
    font-size: 40px;
}
.inner-banner h2 {
    font-size: 40px;
    padding: 60px 0 0;
}
.inner-banner {
    height: 170px;
    margin-top: 50px;
}
.page-id-73 section.about-sec {
    padding: 60px 0;
}
ul.products li.product a.woocommerce-LoopProduct-link img {
    height: 300px !important;
}
ul.products li.product a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
    font-size: 22px;
}
ul.products li.product a.woocommerce-LoopProduct-link span.price {
    margin: 5px 0 0;
    font-size: 22px;
}
ul.products li.product a.button {
    font-size: 15px;
    margin-top: 5px !important;
    padding: 11px 18px;
}
.page-id-77 section.fitness-program-sec {
    padding: 60px 0 60px;
}
}


@media screen and (max-width: 1100px){
section.hero-sec {
    padding: 200px 0 260px;
    clip-path: path('M 0,0 H 1100 V 0 C 0 0, 0 0, 0 0 H 1600 C 0 1200, 60 350, -40 450 Z');
}
section.hero-sec .head h3 {
    font-size: 32px;
}
section.hero-sec .head h1 {
    margin: 0 0 10px;
    font-size: 50px;
}
section.hero-sec .head p {
    font-size: 25px;
}
.menu-header > ul > li > a {
    padding: 20px 20px;
    font-size: 16px;
}

section.about-sec {
    margin: -300px 0 0;
    padding: 300px 0 60px;
}
section.about-sec h4 {
    margin: 10px 0 0;
    font-size: 22px;
}
section.about-sec h2, section.category-sec .head h2, section.product-sec .head h2, section.cta-sec .inner-wrapper h2, section.fitness-program-sec .inner-wrapper h2 {
    font-size: 45px;
    line-height: 45px;
}
section.fitness-program-sec .program-box {
    height: 280px;
}
}



@media screen and (max-width: 999px){
header.lobo-header .col-sm-9 {
    display: none;
}
header.lobo-header .col-sm-2.logo {
    width: 100%;
    text-align: center;
}
header.lobo-header .col-sm-1 {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}
header.lobo-header .logo img {width: 24%;}
section.hero-sec {
    padding: 200px 0 200px;
    clip-path: none;
}
section.hero-sec .head p {
    font-size: 23px;
}
section.hero-sec .head .button-wrapper {
    margin-top: 10px;
}
section.hero-sec .head .button-wrapper a {
    font-size: 14px;
    padding: 11px 0;
    width: 130px !important;
}
section.hero-sec .head h1 {
    margin: 0 0 10px;
    font-size: 45px;
}
section.hero-sec .head h3 {
    font-size: 28px;
}
section.about-sec .profile-pic {
    height: 120px;
    width: 120px;
}
section.about-sec {
    margin: 0px 0 0;
    padding: 50px 0 40px;
}
section.about-sec h4 {
    font-size: 18px;
}
section.about-sec h2, section.category-sec .head h2, section.product-sec .head h2, section.cta-sec .inner-wrapper h2, section.fitness-program-sec .inner-wrapper h2 {
    font-size: 38px;
    line-height: 38px;
    margin: 15px 0;
}
section.about-sec p {
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 24px;
}
section.about-sec a {
    font-size: 14px;
    padding: 12px 35px;
}
section.category-sec {
    padding: 40px 0;
}
section.category-sec .head p {
    font-size: 15px;
    line-height: 25px;
    width: 90%;
}
section.category-sec .head {
    margin: 0 0 20px;
}
section.category-sec .cat-box .cat-pic {
    padding: 155px 0 15px;
}
section.category-sec .cat-box .cat-pic h3 {
    font-size: 18px;
}
section.sec4 .inner-wrap:before {
    width: 20px;
    height: 40px;
    top: -50px;
}
section.sec4 .inner-wrap {
    width: 50% !important;
}
section.sec4 .inner-wrap p {
    font-size: 17px;
}
section.sec4 .inner-wrap h3 {
    font-size: 26px;
    margin: 10px 0 0;
}
section.sec4 {
    padding: 100px 0 60px;
}
section.product-sec {
    padding: 40px 0 40px;
}
section.product-sec .head {
    padding-right: 230px;
    margin-bottom: 20px;
}
section.product-sec .head p {
    font-size: 14px;
    line-height: 24px;
}
section.product-sec .product-box .prod-image {
    height: 240px;
    padding-top: 30px;
    margin-bottom: 15px;
}
section.product-sec .product-box h4 {
    font-size: 18px;
    margin: 5px 0 0;
}
section.product-sec .product-box h5.price {
    font-size: 18px;
    margin: 5px 0 0;
}
section.cta-sec {
    padding: 40px 0;
}
section.cta-sec .inner-wrapper p {
    font-size: 15px;
    line-height: 25px;
}
section.cta-sec .inner-wrapper a {
    padding: 11px 30px;
    margin: 15px 0 0;
    font-size: 15px;
}
section.fitness-program-sec {
    padding: 40px 0 180px;
}
section.fitness-program-sec .program-box {
    height: 240px;
}
section.fitness-program-sec .program-box h5 {
    font-size: 19px;
    height: 38px;
}
section.fitness-program-sec .slick-track {
    padding: 0 0 70px;
}
footer.footer {
    background-image: none;
    padding: 40px 0 0;
}
.home footer.footer {
    margin-top: -180px;
    background-color: #000;
    padding: 40px 0 0;
}
header.lobo-header .col-sm-2 {
   padding-left: 10px;
}
footer.footer .col-sm-12.logo-footer {
    width: 40% !important;
    text-align: center;
}
footer.footer .col-sm-12.news-letter {
    width: 60% !important;
}
footer.footer .top .tnp-subscription {
    margin-top: 15px;
}
footer.footer .top h2 {
    margin: 60px 0 0;
    font-size: 38px;
}
footer.footer .top .tnp-subscription form .tnp-field-email input {
    height: 50px;
}
footer.footer .top .tnp-subscription form .tnp-field-button {
    width: 32%;
}
footer.footer .top .tnp-subscription form .tnp-field-button input {
    font-size: 15px;
}
footer.footer .top .tnp-subscription form .tnp-field-email {
    width: 63%;
}
section.cop .copy .col-sm-12 img {
    float: right;
}
footer.footer .bottom .col-sm-3 {
    width: 50%;
    height: 220px;
    padding-left: 110px;
}
footer.footer .bottom li ul.menu li a {
    font-size: 20px;
    line-height: 40px;
}
footer.footer .bottom li h3, footer.footer .bottom .social-container h3 {
    margin: 0 0 20px;
    font-size: 25px;
}
footer.footer .bottom {
    margin-top: 50px;
    padding-bottom: 0;
}
section.cop .copy p {
    font-size: 16px;
}
section.cop .col-sm-12 {
    width: 50%;
}
.inner-banner {
    height: 170px;
    margin-top: 150px;
}
a#hamburg {
    background-color: #027975;
}
.nav-cross span {
    background-color: #fff;
}
.nav1 .search-nav, .nav1 .title {
    display: none;
}
.nav1 .container {
    width: 100%;
}
.nav1 .push-logo {
    text-align: center;
}
.page-id-73 section.about-sec {
    padding: 40px 0;
}
.page-id-77 section.fitness-program-sec {
    padding: 60px 0 0;
}
}

@media screen and (max-width: 787px){
    section.related.products ul.products li {
    width: 30.75% !important;
    margin: 0 3.8% 2.992em 0 !important;
    clear: none !important;
}

section.related.products ul.products li:nth-child(2) {
    float: left !important;
}

}


@media screen and (max-width: 499px){
section.hero-sec .head {
    width: 100%;
}
header.lobo-header .logo img {
    max-height: 110px !important;
}
section.hero-sec .head .button-wrapper {
    margin-top: 5px;
}
section.hero-sec .head h3 {
    font-size: 25px;
    margin: 0 0 5px;
}
section.hero-sec .head h1 {
    margin: 0 0 5px;
    font-size: 35px;
}
section.hero-sec .head p {
    font-size: 18px;
}
section.hero-sec .head .button-wrapper a {
    font-size: 14px;
    padding: 8px 0;
    width: 110px !important;
    margin-right: 10px;
}
section.hero-sec {
    padding: 140px 0 60px;
}
section.about-sec .profile-pic {
    height: auto;
    width: 100px;
}
section.about-sec {
    margin: 0;
    padding: 40px 0 40px;
}
section.about-sec h4 {
    font-size: 16px;
}
section.about-sec h2, section.category-sec .head h2, section.product-sec .head h2, section.cta-sec .inner-wrapper h2, section.fitness-program-sec .inner-wrapper h2 {
    font-size: 32px;
    line-height: 32px;
    margin: 10px 0;
    text-align: center;
}
section.about-sec p {
    margin: 0 0 5px;
}
section.about-sec a {
    padding: 10px 30px;
}
section.category-sec .head {
    margin: 0 0 10px;
}
section.category-sec .head p {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}

section.category-sec .cat-box {
      display: flex;
      flex-flow: wrap;
}

section.category-sec .cat-box a {
    width: 100%;
    height: 350px;
}

section.category-sec .cat-box a .cat-pic {background-position: center;}

section.category-sec .cat-box .cat-pic {
    padding: 60px 0 10px;
}
section.category-sec .cat-box .cat-pic h3 {
    font-size: 22px;
}
section.sec4 {
    padding: 50px 0 30px;
}
section.sec4 .inner-wrap:before {
    width: 20px;
    height: 30px;
    top: -40px;
}
section.sec4 .inner-wrap p {
    font-size: 14px;
}
section.sec4 .inner-wrap h3 {
    font-size: 20px;
    margin: 5px 0 0;
}
section.sec4 .inner-wrap {
    width: 100% !important;
}
section.product-sec .head {
    padding-right: 0;
    margin-bottom: 0;
}
section.product-sec .product-box .prod-image {
    height: auto;
    padding: 20px;
    margin-bottom: 10px;
}

section.product-sec .product-box .prod-image img {
    height: auto;
    margin: 0 auto;
}
section.product-sec .product-box {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
section.product-sec .product-box h4 {
    font-size: 16px;
    margin: 5px 0 0;
}
section.product-sec .product-box h5.price {
    font-size: 17px;
    margin: 5px 0 20px;
}
section.product-sec {
    padding: 40px 0 20px;
}
section.cta-sec .inner-wrapper h2 {
    font-size: 22px !important;
}
section.cta-sec .inner-wrapper p {
    font-size: 14px;
    line-height: 24px;
}
section.cta-sec .inner-wrapper a {
    padding: 10px 25px;
    margin: 10px 0 0;
    font-size: 14px;
}
section.fitness-program-sec .inner-wrapper h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
section.fitness-program-sec {
    padding: 30px 0 170px;
}
section.fitness-program-sec .inner-wrapper {
    margin-bottom: 10px;
}
section.fitness-program-sec .inner-wrapper p {
    font-size: 14px;
}

section.fitness-program-sec .program-box{
    height: 350px;
    width: 80%;
    margin: 0 auto;
}

section.fitness-program-sec .program-box h5 {
    font-size: 20px;
    height: 28px;
}
footer.footer .col-sm-12.logo-footer {
    width: 100% !important;
}
footer.footer .col-sm-12.news-letter {
    width: 100% !important;
    text-align: center;
}
footer.footer .top .tnp-subscription form .tnp-field-email input {
    height: 40px;
}
footer.footer .top .tnp-subscription form .tnp-field-email {
    width: 60%;
}
footer.footer .top .tnp-subscription form .tnp-field-button input {
    font-size: 14px;
    height: 40px;
}
footer.footer .top h2 {
    margin: 20px 0 0;
    font-size: 28px;
}
footer.footer .top .tnp-subscription form .tnp-field-button {
    width: 35%;
}
footer.footer .bottom li h3, footer.footer .bottom .social-container h3 {
    margin: 0 0 10px;
    font-size: 22px;
}
footer.footer .bottom li ul.menu li a {
    font-size: 15px;
    line-height: 28px;
}
footer.footer .bottom {
    margin-top: 20px;
    padding-bottom: 0;
}
footer.footer .bottom .col-sm-3 {
    width: 100%;
    height: auto;
    padding: 20px;
}
footer.footer .bottom .social-container ul li {
    height: 40px;
    width: 40px;
}
section.cop .col-sm-12 {
    text-align: center;
    width: 100%;
}
section.cop .copy .col-sm-12 img {
    float: none;
}
section.cop .copy p {
    font-size: 16px;
    padding-bottom: 5px;
}
ul.products li.product {
    text-align: center;
    width: 100% !important;
}
.inner-banner h2 {
    font-size: 32px;
    padding: 40px 0 0;
}
.inner-banner {
    height: 120px;
    margin-top: 100px;
}
.page-id-77 section.fitness-program-sec {
    padding: 40px 0 0;
}
.page-id-77 section.fitness-program-sec .inner-wrapper h2 {
    font-size: 28px;
    margin-bottom: 40px;
}
.page-id-77 section.fitness-program-sec .program-box img.player-icon {
    top: 45px;
    height: 140px;
}

section.related.products ul.products li {
    width: 100% !important;
}
}