/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/* #Base 960 Grid
================================================== */
.container { position: relative; width: 1170px; margin: 0 auto; padding: 0; padding-left: 20px; padding-right: 20px; }
.gdl-page-item { width: 100%; float: left; }
.column,
.columns { float: left; display: inline; margin: 0px 10px 20px 10px; position: relative; }
.row { margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha,
.columns.alpha { margin-left: 0; }
.column.omega,
.columns.omega { margin-right: 0; }

/* Base Grid */
.container .one.column { width: 40px; }
.container .two.columns { width: 100px; }
.container .three.columns { width: 160px; }
.container .four.columns { width: 272px; }
.container .five.columns { width: 280px; }
.container .six.columns { width: 340px; }
.container .seven.columns { width: 400px; }
.container .eight.columns { width: 460px; }
.container .nine.columns { width: 520px; }
.container .ten.columns { width: 580px; }
.container .eleven.columns { width: 640px; }
.container .twelve.columns { width: 700px; }
.container .thirteen.columns { width: 760px; }
.container .fourteen.columns { width: 820px; }
.container .fifteen.columns { width: 880px; }
.container .sixteen.columns { width: 100%; margin: 0; }
.container .one-third.column { width: 370px; }
.container .two-thirds.column { width: 620px; }

/* Wrapper */
.container .one.column.wrapper { width: 60px; margin-right: 0px; margin-left: 0px; }
.container .two.columns.wrapper { width: 120px; margin-right: 0px; margin-left: 0px; }
.container .three.columns.wrapper { width: 180px; margin-right: 0px; margin-left: 0px; }
.container .four.columns.wrapper { width: 240px; margin-right: 0px; margin-left: 0px; }
.container .five.columns.wrapper { width: 300px; margin-right: 0px; margin-left: 0px; }
.container .six.columns.wrapper { width: 360px; margin-right: 0px; margin-left: 0px; }
.container .seven.columns.wrapper { width: 420px; margin-right: 0px; margin-left: 0px; }
.container .eight.columns.wrapper { width: 480px; margin-right: 0px; margin-left: 0px; }
.container .nine.columns.wrapper { width: 540px; margin-right: 0px; margin-left: 0px; }
.container .ten.columns.wrapper { width: 600px; margin-right: 0px; margin-left: 0px; }
.container .eleven.columns.wrapper { width: 660px; margin-right: 0px; margin-left: 0px; }
.container .twelve.columns.wrapper { width: 720px; margin-right: 0px; margin-left: 0px; }
.container .thirteen.columns.wrapper { width: 780px; margin-right: 0px; margin-left: 0px; }
.container .fourteen.columns.wrapper { width: 840px; margin-right: 0px; margin-left: 0px; }
.container .fifteen.columns.wrapper { width: 900px; margin-right: 0px; margin-left: 0px; }
.container .sixteen.columns.wrapper { width: 100%; margin-right: 0px; margin-left: 0px; }
.container .one-third.column.wrapper { width: 320px; margin-right: 0px; margin-left: 0px; }
.container .two-thirds.column.wrapper { width: 640px; margin-right: 0px; margin-left: 0px; }

/* One Sidebar */
.sidebar-included .gdl-page-item { width: 660px; }
.container .sidebar-included .gdl-page-item .four.columns { width: 145px; }
.container .sidebar-included .gdl-page-item .eight.columns { width: 310px; }
.container .sidebar-included .gdl-page-item .twelve.columns { width: 475px; }
.container .sidebar-included .gdl-page-item .sixteen.columns { width: 640px; }
.container .sidebar-included .gdl-page-item .one-third.column { width: 200px; }
.container .sidebar-included .gdl-page-item .two-thirds.column { width: 420px; }
.container .sidebar-included .gdl-page-item .four.columns.wrapper { width: 165px; }
.container .sidebar-included .gdl-page-item .eight.columns.wrapper { width: 330px; }
.container .sidebar-included .gdl-page-item .twelve.columns.wrapper { width: 495px; }
.container .sidebar-included .gdl-page-item .sixteen.columns.wrapper { width: 660px; }
.container .sidebar-included .gdl-page-item .one-third.column.wrapper { width: 220px; }
.container .sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 440px; }

/* Both Sidebar */
.both-sidebar-included .gdl-page-item { width: 480px; }
.container .both-sidebar-included .gdl-page-item .four.columns,
.container .both-sidebar-included .gdl-page-item .eight.columns,
.container .both-sidebar-included .gdl-page-item .one-third.column { width: 220px; }
.container .both-sidebar-included .gdl-page-item .four.columns.wrapper,
.container .both-sidebar-included .gdl-page-item .eight.columns.wrapper,
.container .both-sidebar-included .gdl-page-item .one-third.column.wrapper { width: 240px; }
.container .both-sidebar-included .gdl-page-item .twelve.columns,
.container .both-sidebar-included .gdl-page-item .sixteen.columns,
.container .both-sidebar-included .gdl-page-item .two-thirds.column { width: 460px; }
.container .both-sidebar-included .gdl-page-item .twelve.columns.wrapper,
.container .both-sidebar-included .gdl-page-item .sixteen.columns.wrapper,
.container .both-sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 480px; }
	
@media only screen and (min-width:1367px) and (max-width:1599px) {
    .container { max-width: 1050px; width: 1050px; padding-left: 10px; padding-right: 10px; }
    .cartoon-position:before { z-index: 1; left: 0; width: 160px; height: 650px; background-size: cover; }
    .cartoon-position:after { width: 150px; height: 500px; right: 0; z-index: 1; background-size: cover; }
    .post_cat_set_new .items { width: 252px; margin-right: 10px; }
    .container .footer-widget-wrapper div.one-third.column { width: 330px; }
    .instagram-area .container { width: 840px; }
    .footer-wrapper .instagram-area:before { width: 363px; height: 500px; background-size: cover; }
    .footer-custom-area:before { width: 253px; height: 263px; background-size: cover; }
    .sidebar-included .container div.gdl-right-sidebar { width: 300px; margin: 0 auto; }
    .sidebar-included div.gdl-page-item { width: 725px; }
    .page-id-7339:before { width: 220px; height: 543px; left: 0; background-size: cover; z-index: 1; }
    .single-post .sidebar-included div.gdl-page-item { width: 720px; }
    .ebook_sec div.custom-sidebar { width: 32%; }
}

@media screen and (max-width:1500px) {
    .home-new-sec-1 .banner-row:after { right: -255px; }
    .cst-products .author-review:after { right: -180px; }
    /*.home-new-sec-2 .ketone-hero-holder:before { left: -168px; }*/
    .home-new-sec-2 .ketone-hero-holder:after { right: -190px; }
    body { overflow-x: hidden; }
    .home-new-sec-1 .banner-row .course-box .download-btn a { font-size: 14px; }
    .cousre-section-new .left-sec:before{left: -190px;}
    .cousre-section-new .right-sec .lear-more-btn:before { left: -90px; top: -10px; }
    .cst-reviews-new:before{left: -110px;}
/*    .home-new-sec-1 .top-course-strip .strip-wrap { padding: 10px 70px 40px; }
    .home-new-sec-1 .top-course-strip .strip-wrap p { font-size: 20px; }
    .home-new-sec-1 .top-course-strip .strip-wrap .wrap-btn a { padding: 16px 20px; }*/
    .cst-products .pdt-1 .pdt-image img { padding: 90px 0 60px 40px; }
    .cousre-section-new .right-sec .cst-title { font-size: 27px; }
    .cousre-section-new .right-sec .title { font-size: 22px!important; }
    .cousre-section-new .left-sec { padding: 100px 90px 90px 10px!important; background-size: contain; }
}
@media only screen and (max-width:1399px) {

    /*Timer*/
    .cst-avability-timer .hurrytimer-headline { font-size: 18px !important; }


    /*Blog New*/
    .home-new-sec-1 .banner-row .course-box { padding: 80px 20px 28px 20px; }
    .home-new-sec-1 .banner-row .course-box .tagline { font-size: 16px; }
    .home-new-sec-1 .banner-row .course-box .download-btn a { max-width: 200px; }
    .sec-blog .blog-posts .most-recent .right-area:after { display: none; }
    .home-new-sec-2 .ketone-hero-holder:before { display: none; }
    .main-nav nav.navbar-main .right-area .main-menu .menu-wrapper ul.menu li:not(:last-child) { margin-right: 15px; }
    .main-nav nav.navbar-main .right-area .main-menu .menu-wrapper ul.menu li a { font-size: 14px; padding: 5px; }
    .recent-added-product .container .pdt-name { font-size: 20px; padding-left: 100px; }
    .sec-blog .blog-posts .most-recent .right-area .widget-4 img { max-width: 95% !important; }
    .sec-blog .blog-posts .most-recent .right-area .widget-4 { top: 30%; right: -23%; }
    .recent-added-product .container .pdt-name { font-size: 18px; padding-left: 80px; }
    .sec-blog .blog-posts .most-recent .right-area .widget-2 img { margin-left: 25px; max-width: 95% !important; overflow: hidden; }
    .sec-blog .blog-posts .most-recent .right-area .widget-2 { left: 0; top: 25%; }
    .sec-blog .blog-posts .most-recent .right-area .blg-follow-main .blg-follow .blg-box i { font-size: 25px; }
    .sec-blog .blog-posts .most-recent .right-area .blg-follow-main .blg-follow .blg-box p,
    .sec-blog .blog-posts .most-recent .right-area .blg-follow-main .blg-follow .blg-box a { font-size: 12px !important; }
    .sec-blog .blog-posts .most-recent .right-area .widget-3 .textwidget p a { padding: 10px 15px; }
    .sec-blog .blog-posts .most-recent .right-area .widget-3 { top: 28%; left: 13%; }

    /*.sec-blog .blog-posts .most-recent .right-area .widget-4 img { width: 50%; }*/
    .sec-blog .blog-posts .most-recent .right-area .widget-3 img { width: 85%; }
    .sec-blog .blog-posts .most-popular .cst-most-popular .owl-item .item.post .post-title { font-size: 16px; }
    .sec-blog .blog-posts .most-popular .cst-most-popular .owl-item .item.post .post-image span.primary-cat { font-size: 16px; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .item-post .item { width: 47%; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .item-post .item .post-image span.primary-cat { font-size: 16px; }
    .cst-products .pdt-1:before { left: -170px; background-size: 70%; }
    .cst-products .container .desc:after { right: -70px; background-size: 70%; }
    .cst-products .pdt-2:after { right: -210px; background-size: 70%; }
    .sec-blog .blog-posts .most-recent .right-area:after { background-size: 70%; bottom: -26%; left: 20%; }
    .cst-products .pdt-1 .purchase-btns a.btn-1,
    .cst-products .pdt-2 .purchase-btns a.btn-1 { margin-left: 10px; }
    .cst-products .pdt-1 .pdt-image img { padding-top: 70px; }
    .cst-products .pdt-1 .pdt-info-wrap .pdt-image { width: 60%; }
    .cst-products .pdt-1 .pdt-info-wrap .pdt-desc { width: 40%; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .item-post .item .entry-content .post-title { font-size: 16px; }
    .cst-products .container .desc:before { background-size: 70%; }
    .sec-blog .blog-posts .most-recent .left-area:before { background-size: 70%; left: -22%; }
    .sec-blog .blog-posts .most-popular .cst-most-popular:after { background-size: 70%; right: -15%; top: 52%; }
    .cst-products .pdt-2 .pdt-image img { padding: 50px 0; }
    .sec-blog .blog-posts .most-recent .container { justify-content: space-between; }
    .sec-blog .blog-posts .most-recent .right-area { width: 31%; margin-left: 20px; }
    .sec-blog .blog-posts .most-recent .right-area:before { background-size: 70%; right: -55%; }
    .cousre-section-new .left-sec { padding: 80px 60px 80px 0 !important; background-size: contain; }
    .cousre-section-new .left-sec .tt-price h2 { font-size: 22px; }
    .cousre-section-new .right-sec .content .wpb_text_column ul li { padding-bottom: 22px; }
    .cousre-section-new .left-sec .discounted-price h2 { font-size: 40px; margin-bottom: 0 !important; }
    .cousre-section-new .cst-title { font-size: 25px !important; margin-bottom: 15px !important; }
    .cousre-section-new .right-sec .title { font-size: 20px !important; margin-bottom: 0; padding-bottom: 25px; }
    .cousre-section-new .right-sec .lear-more-btn a { padding: 15px 40px; }
    .cousre-section-new .right-sec .content h3 {/* margin-bottom: 20px !important;*/ font-size: 18px !important; }
    .cousre-section-new .right-sec .content .wpb_text_column ul li strong { font-size: 17px; }
    .cst-products .author-review .text h3 { font-size: 20px !important; }
    .cst-products .author-review .text p { font-size: 17px !important; }
    .cst-products .author-review .text h2 { font-size: 22px; }
    .review-title-main h3,
    .review-title-main h4 { font-size: 25px !important; }
    .cst-reviews-new .main-desc .except { font-size: 17px !important; margin-top: 28px !important; }
    .cst-reviews-new .title-main { font-size: 18px !important; }
    .cst-reviews-new .main-desc .sub-title { margin-top: 20px; font-size: 18px; }
    .cst-reviews-new .owl-nav .owl-prev,
    .cst-reviews-new .owl-nav .owl-next { width: 25px; height: 33px; }
    footer.footer .instagram-feed .meks-instagram-widget div a img { height: 160px; }

    .min-rib.wpb_column .vc_column-inner .strip-wrap p { font-size: 18px; }
    .home-new-sec-1 .top-course-strip .strip-wrap .wrap-btn a { font-size: 14px; padding: 10px 20px; }
}

@media only screen and (min-width:1200px) and (max-width:1366px) {

    /*.cartoon-position {
        max-width: 985px;
        margin: 0 auto;
        width: 100%;
    }*/
    .post_cat_set_new .items { width: 232px; }
    .cartoon-position:after { width: 185px; height: 500px; right: 0; background-repeat: no-repeat; background-size: cover; z-index: 1; }
    .cartoon-position:before { width: 185px; height: 745px; left: 0; right: auto; background-size: cover; background-repeat: no-repeat; z-index: 2; }
    .instagram-area .container { max-width: 760px; }
    .footer-wrapper .instagram-area:before { width: 327px; height: 450px; background-size: cover; }
    .footer-widget-wrapper .one-third.column { width: 308px; }
    .f-one-col { padding-right: 0; }
/*     .subscriber-area .subscribe-form-style_wrapper { width: 50.5%; } */
    .subscriber-area .custom-sidebar { max-width: 959px; }
    .footer-custom-area:before { width: 210px; height: 220px; background-size: cover; }
    body.page-id-42346 .footer-custom-area:before { width: 170px; height: 170px; }
    .post_cat_set_new .items .image img { min-height: auto; }
    .post-cat-set .owl-item .items .image img { min-height: auto; }
    .post-cat-set .items .main-description .except { min-height: 75px; }
    .sidebar-included div.gdl-page-item { width: 680px; }
    .sidebar-included .container div.gdl-right-sidebar { width: 290px; }
    .archive-wrapper:before { width: 176px; height: 434px; left: 0; background-size: cover; }
    .f-three-col div#ctf { box-sizing: border-box; }
    .single-post .post-title h1.gdl-page-title { width: 670px; }
    .single-post .sidebar-included div.gdl-page-item { width: 670px; }
    .ebook_sec div.custom-sidebar { width: 32%; }
    .ebook_sec .textwidget p { font-size: 19px; }
}
@media only screen and (max-width:1260px) {
    .cartoon-position:after,
    .cartoon-position:before { display: none !important; }
    .subscriber-area .custom-sidebar { width: 100%; padding-left: 10px; padding-right: 10px; box-sizing: border-box; }
    .f-three-col div#ctf { padding: 15px; border: 1px solid #aaaaaa; width: 100% !important; box-sizing: border-box; }
    .archive-wrapper:before { display: none; }
}
@media only screen and (max-width:1199px) {
    .cst-avability-timer .hurrytimer-campaign-91038 .hurrytimer-headline { font-size: 14px !important; }
    .cst-avability-timer .hurrytimer-timer .hurrytimer-timer-block .hurrytimer-timer-digit { font-size: 25px; }

    /*New Blog*/

    /*.sec-blog .blog-posts .most-recent .container{padding: 0 0 0px 0;}*/
    .sec-blog .blog-posts .most-recent .right-area .widget-2 img { margin-left: 10px; max-width: 100% !important; }
    .home-new-sec-1 .banner-row .banner-right-inner { margin-top: 20px; }
    .cousre-section-new .right-sec .title:before { top: -50px; }
    .cousre-section-new .right-sec .lear-more-btn:before { top: 10px; left: -90px; }
    .cousre-section-new .left-sec:before,
    .cousre-section-new .right-sec:after,
    .cousre-section-new .left-sec:before { display: none; }
    .cst-products .container .desc:before,
    .sec-blog .blog-posts .most-popular .cst-most-popular:after,
    .cst-products .container .desc:before,
    .sec-blog .blog-posts .most-recent .right-area:before,
    .sec-blog .blog-posts .most-recent .right-area:after,
    .sec-blog .blog-posts .most-recent .left-area:before,
    .cst-products .pdt-1:before,
    .cst-products .container .desc:after,
    .cst-products .pdt-2:after { display: none; }
    .sec-blog .blog-posts .most-recent .right-area .blg-follow-main .blg-follow .blg-box i { height: 20px; font-size: 20px; }
    .sec-blog .blog-posts .most-recent .right-area .blg-follow-main .blg-follow .blg-box p,
    .sec-blog .blog-posts .most-recent .right-area .blg-follow-main .blg-follow .blg-box a { font-size: 10px !important; }
    .top-bar .right-area .cst-cart-current a.cart-contents,
    .top-bar .right-area .cst-cart-current a.cart-contents:before { font-size: 14px; }
    .top-bar .right-area .cst-user-login a.custom-logout i,
    .top-bar .right-area .cst-user-login a.custom-login i { padding-right: 5px; font-size: 16px; }
    .top-bar .right-area .cst-user-login a.custom-logout,
    .top-bar .right-area .cst-user-login a.custom-login { font-size: 14px; }
    .sec-blog .blog-posts .most-recent .left-area { width: 65%; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .item-post .item:not(:nth-child(2n)) { margin-right: 20px; }
    .sec-blog .blog-posts .most-recent .right-area { width: 32%; margin-left: 20px; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .item-post .item .entry-content { padding: 20px; }
    .sec-blog .blog-posts .most-recent .right-area .widget-3 img { width: 60%; }
    .sec-blog .blog-posts .most-recent .right-area .widget-3 { top: 32%; left: 10%; }
    .sec-blog .blog-posts .most-recent .right-area .widget-2 { top: 30%; }
    .sec-blog .blog-posts .most-recent .right-area .widget-4 img { width: 70%; }
    .sec-blog .blog-posts .most-recent .right-area .widget-4 { right: -50%; top: 40%; }
    .sec-blog .blog-posts .most-recent .right-area .widget-3 .textwidget p a { font-size: 12px; padding: 10px 15px; }
    .sec-blog .blog-posts .most-recent .right-area .widget-2 .textwidget p a { padding: 8px 12px; font-size: 13px; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .item-post .item .post-image span.primary-cat { font-size: 15px; padding: 8px; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .owl-nav .owl-prev,
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .owl-nav .owl-next,
    .sec-blog .blog-posts .most-popular .cst-most-popular .owl-nav .owl-prev,
    .sec-blog .blog-posts .most-popular .cst-most-popular .owl-nav .owl-next { width: 35px; line-height: 35px; font-size: 14px; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .owl-nav .owl-next { right: -20px; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .owl-nav .owl-prev { left: -20px; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .item-post .item .post-image { height: 130px; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .item-post .item .entry-content .post-title { font-size: 15px; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .item-post .item .entry-content .post-content { font-size: 14px; }
    .cst-products .pdt-1 .pdt-info-wrap .pdt-desc a.info-btn { font-size: 14px; }
    .cst-products .pdt-2 .pdt-image img { padding: 55px 0; width: 65%; }
    .cst-products .pdt-1 .tagline,
    .cst-products .pdt-2 .tagline { padding: 10px 15px; font-size: 14px; }
    .cst-products .pdt-1 .purchase-btns a.btn-0,
    .cst-products .pdt-2 .purchase-btns a.btn-0 { padding: 5px 20px 10px;/*left: 10px;*/ }
    .cst-products .pdt-1 .purchase-btns a.btn-1,
    .cst-products .pdt-2 .purchase-btns a.btn-1 { /*left: 160px;*/ padding: 7px 20px 7px; margin-left: 5px;/*right: 10px;*/ }
    .main-nav nav.navbar-main .right-area .main-menu .menu-wrapper ul.menu li a { font-size: 12px; }
    .main-nav nav.navbar-main .right-area .main-menu .menu-wrapper ul.menu li:not(:last-child) { margin-right: 10px; }
    .recent-added-product .container .pdt-name { font-size: 15px; padding-left: 20px; }
    .recent-added-product .container .buy-now a { padding: 10px 30px; }
    .sec-blog .blog-posts .most-popular .term-title,
    .sec-blog .blog-posts .most-recent .main-title,
    .cst-products .container .desc .main-title { font-size: 32px; }
    .home-new-sec-1 .banner-row .wpb_column .vc_column-inner { padding-top: 0 !important; margin-top: 0 !important; }
    .cst-products .container .desc .title { font-size: 22px; }
    footer.footer .instagram-feed .meks-instagram-widget { width: 100%; }
    footer.footer .instagram-feed .widget-1 .textwidget p { font-size: 27px; }
    footer.footer .instagram-feed .widget-2 .sidebar-title-wrapper h3 { font-size: 22px; }
    footer.footer .ftr-top .ftr-1,
    footer.footer .ftr-top .ftr-2 { width: 45%; }
    footer.footer .ftr-top .ftr-3 { width: 100%; padding-top: 20px; }
    footer.footer .ftr-top .ftr-3 .widget-last .ctf { height: 204px !important; }
    footer.footer .ftr-top .ftr-1,
    footer.footer .ftr-top .ftr-2 { width: 48%; }
    footer.footer .ftr-top .ftr-2 { margin-right: 0; display: flex; justify-content: flex-end; }
    footer.footer .ftr-bottom .design-by { width: 40%; }
    footer.footer .ftr-bottom .copy-right-n-links { width: 60%; }

    /*New Home*/
    .home-new-sec-1 .banner-row .course-box .wrap { position: relative; bottom: -20px; }
/*    .home-new-sec-1 .top-course-strip .strip-wrap { padding: 0px 50px 40px !important; }
    .home-new-sec-1 .top-course-strip .strip-wrap p { font-size: 17px !important; margin-bottom: 5px; }
    .home-new-sec-1 .top-course-strip .strip-wrap .wrap-btn a { padding: 10px 5px !important; font-size: 12px !important; }*/
    .cst-products .author-review .text h3 { font-size: 17px !important; }
    .cousre-section-new .cst-title { font-size: 18px !important; padding-left: 8px !important; }
    .home-new-sec-2 .inner-row-2 .ketone-hero-holder { overflow: hidden; }
    .home-new-sec-2 .ketone-hero-holder:after { background-size: 90%; top: 0%; right: -27%; display: none; }
    .cst-products .author-review .text p { font-size: 16px !important; }
    .home-new-sec-2 .inner-row-2 .box-1 h2 { font-size: 23px !important; }
    .home-new-sec-2 .inner-row-1 h2 { font-size: 23px; }
    .cst-products .author-review:after { display: none; }
    .cst-products .author-review .text h2 { font-size: 20px; }
    .home-new-sec-2 .inner-row-2 .box-1 { max-width: 100% !important; }
    .home-new-sec-2 .inner-row-2 .box-1 h2 { font-size: 20px !important; }
    .home-new-sec-2 .inner-row-2 .box-1 h3 { font-size: 16px; }
    .home-new-sec-2 .inner-row-2 .box-1 li { width: 40%; font-size: 13px !important; }
    .home-new-sec-2 .inner-row-2 .box-2 { max-width: 90% !important; padding: 25px 25px 25px 32px !important; }
    .home-new-sec-2 .ketone-hero-holder:after { background-size: 80%; z-index: 999999999999; overflow: visible; right: -47%; top: 0%; }
    .home-new-sec-2 .inner-row-1 h2 { font-size: 20px; }
    .home-new-sec-1 .banner-row:before { display: none; }
    .home-new-sec-1 .banner-row:after { display: none; }
    .home-new-sec-1 .banner-row .left-img { bottom: 0px !important; }
    .home-new-sec-1 .banner-row .course-box { padding: 30px 15px 15px 15px; }
    .home-new-sec-1 .banner-row .course-box .download-btn a { padding: 10px 0px; font-size: 13px !important; max-width: 100%; bottom: -35px; }
    .home-new-sec-1 .banner-row .course-box .text { font-size: 18px; }
    .home-new-sec-1 .wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image { margin-bottom: 10px; }
    .home-new-sec-1 .wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image a img { height: 100px; }
    .home-new-sec-2 .inner-row-2 .box-2 p { font-size: 16px !important; }
    .home-new-sec-2 .inner-row-2 .box-2 h2 { margin-bottom: 20px !important; font-size: 16px !important; }
    .home-new-sec-2 .inner-row-3 h2 { font-size: 22px !important; }
    .home-new-sec-2 .ketone-hero-holder:before { display: none; }
    .cst-reviews-new:before { display: none; }
    .cousre-section-new { padding: 40px 0 !important; }
    .cousre-section-new .right-sec .title { font-size: 16px; padding-bottom: 10px; padding-left: 8px; }
    .cousre-section-new .left-sec .tt-price h2 { font-size: 22px; padding-bottom: 20px; }
    .cousre-section-new .left-sec .discounted-price h2 { font-size: 35px; padding-top: 20px; }
    .cousre-section-new .left-sec { padding: 60px 50px 60px 0px !important; }
    .cousre-section-new .right-sec .content h3 { margin-bottom: 10px !important; font-size: 17px !important; }
    .cousre-section-new .right-sec .cst-title:after { margin-top: 8px; }
    .cousre-section-new .right-sec .content .wpb_text_column ul li { padding-bottom: 12px; }
    .cousre-section-new .right-sec .content .wpb_text_column ul li strong { font-size: 16px; }
    .cousre-section-new .right-sec .content { padding-left: 10px; }
    .cst-reviews-new:after { display: none; }
    .cst-reviews-new .title-main:before { left: 0px !important; }
    .cst-reviews-new .title-main { font-size: 16px !important; padding-left: 50px; }
    .cst-reviews-new .main-desc .except { font-size: 16px !important; }
    section.pop-wrapper .main-pop .pop-left .brand-logo a.pop-audible { padding-bottom: 10px; }
	
	.search-bar form:after {right: -7px !important;}
}

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

    /*Timer*/
    .cst-avability-timer .hurrytimer-campaign-91038 .hurrytimer-headline { font-size: 18px !important; }
    .cst-avability-timer .hurrytimer-timer .hurrytimer-timer-block .hurrytimer-timer-digit { font-size: 30px; }

    /*New Blog*/
    .home-new-sec-1 .banner-row .left-img { bottom: -20px !important; }
    .sec-blog .blog-posts .most-recent .right-area .widget-2 img { margin-left: 0px; }
    .sec-blog .blog-posts .most-recent .right-area .widget-4 { right: -40%; }
    .sec-blog .blog-posts .most-recent .right-area .widget-3 { left: 5%; }
    .cousre-section-new .right-sec .title { font-size: 15px !important; }
    .sec-blog .blog-posts .most-popular .cst-most-popular .owl-nav .owl-next { right: 0px; }
    .sec-blog .blog-posts .most-popular .cst-most-popular .owl-nav .owl-prev { left: 0px; }
    .sec-blog .blog-posts .most-recent .left-area { width: 63%; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .item-post .item .post-image span.primary-cat { font-size: 12px; padding: 5px 7px; }
    footer.footer .ftr-bottom .copy-right-n-links,
    footer.footer .ftr-bottom .design-by { font-size: 12px; }
    footer.footer .ftr-top .ftr-2 { display: block; }
    footer.footer .instagram-feed .meks-instagram-widget { width: 100%; }
    footer.footer .instagram-feed .meks-instagram-widget div a img { margin: 0 10%; height: 110px; }
    .sec-blog .blog-posts .most-recent .right-area { overflow: hidden; width: 33%; }
    .sec-blog .blog-posts .most-recent .right-area .blg-follow-main { width: 100%; margin-left: 0% !important; }
    .sec-blog .blog-posts .most-recent .right-area .blg-follow-main .blg-follow .blg-box { width: 98%; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .owl-nav .owl-prev { left: 0px; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .owl-nav .owl-next { right: 0px; }

    /*New Home*/
    .home-new-sec-1 .wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image a img { height: 120px; }
    .home-new-sec-2 .inner-row-2 .box-1 h2 { font-size: 18px !important; margin-bottom: 20px; }
    .home-new-sec-2 .inner-row-2 .box-2 p { font-size: 14px; }
    .home-new-sec-2 .inner-row-2 .box-2 h2 { font-size: 14px; }
    .home-new-sec-2 .inner-row-2 .box-2 { width: 90% !important; padding: 22px 22px 21px 17px !important; }
    .cousre-section-new .left-sec { padding: 50px 30px 50px 20px !important; }
    .cousre-section-new .left-sec .tt-price h2 { font-size: 18px; padding-bottom: 15px; }
    .cousre-section-new .left-sec .discounted-price h2 { font-size: 25px; padding-top: 15px; }
    .cousre-section-new .cst-title { margin-bottom: 10px !important; font-size: 18px !important; }
    .cousre-section-new .right-sec .cst-title:after { margin-top: 5px; }
    .cst-reviews-new .title-main { padding: 16px 20px 10px 45px !important; }
    .min-rib.wpb_column .vc_column-inner { height: 100px; background-size: cover !important; }
    .min-rib.wpb_column .vc_column-inner .strip-wrap { padding: 26px 0 0; }
    .home-new-sec-1 .top-course-strip .strip-wrap .wrap-btn a { margin-right: 0; }
    .min-rib.wpb_column .vc_column-inner .strip-wrap p { font-size: 14px; }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .container { width: 1000px; padding-left: 10px; padding-right: 10px; }
    .gdl-page-item { width: 100%; }
    .container .sixteen.columns { width: 100%; }
    .post_cat_set_new .items { width: 237px; margin-right: 10px; }
    .post_cat_set_new .items .image img { min-height: auto; }
    .footer-custom-area:before { width: 160px; height: 165px; background-size: cover; }
    .footer-wrapper .instagram-area { padding-top: 40px; padding-bottom: 40px; }
    .footer-wrapper .instagram-area > .container { width: 600px; }
    .footer-wrapper .instagram-area:before { width: 270px; height: 370px; top: 0; bottom: auto; left: 0px; right: auto; background-size: cover; }
    div.footer-widget-wrapper .one-third.column { width: 310px; }
    .f-one-col { padding-right: 0px; }
    .sidebar-included div.gdl-page-item { width: 700px; }
    .sidebar-included .container div.gdl-right-sidebar { width: 290px; margin: 0 auto; }
    .single-post .sidebar-included div.gdl-page-item { width: 700px; }
    div.cartbtn-style { right: 10px; }
    .ebook_sec div.custom-sidebar { width: 32%; }
}

/* #Tablet (Portrait)
================================================== */
    /* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:1023px) {
    body div.container { width: 768px; padding-left: 10px !important; padding-right: 10px !important; box-sizing: border-box; }
    .gdl-page-item { width: 768px; float: left; }
    .container .column,
    .container .columns { }
    .container .one.column,
    .container .one.columns { width: 28px; }
    .container .two.columns { width: 76px; }
    .container .three.columns { width: 124px; }
    .container .four.columns { width: 172px; }
    .container .five.columns { width: 220px; }
    .container .six.columns { width: 268px; }
    .container .seven.columns { width: 316px; }
    .container .eight.columns { width: 364px; }
    .container .nine.columns { width: 412px; }
    .container .ten.columns { width: 460px; }
    .container .eleven.columns { width: 508px; }
    .container .twelve.columns { width: 556px; }
    .container .thirteen.columns { width: 604px; }
    .container .fourteen.columns { width: 652px; }
    .container .fifteen.columns { width: 700px; }
    .container .sixteen.columns { width: 100%; }
    .container .one-third.column { width: 236px; }
    .container .two-thirds.column { width: 492px; }

    /* Wrapper */
    .container .four.columns.wrapper { width: 192px; margin-right: 0px; margin-left: 0px; }
    .container .eight.columns.wrapper { width: 384px; margin-right: 0px; margin-left: 0px; }
    .container .twelve.columns.wrapper { width: 576px; margin-right: 0px; margin-left: 0px; }
    .container .sixteen.columns.wrapper { width: 768px; margin-right: 0px; margin-left: 0px; }
    .container .one-third.column.wrapper { width: 256px; margin-right: 0px; margin-left: 0px; }
    .container .two-thirds.column.wrapper { width: 512px; margin-right: 0px; margin-left: 0px; }

    /* One Sidebar */
    .sidebar-included div.gdl-page-item { width: 500px; }
    .container .sidebar-included .gdl-page-item .four.columns { width: 112px; }
    .container .sidebar-included .gdl-page-item .eight.columns { width: 244px; }
    .container .sidebar-included .gdl-page-item .twelve.columns { width: 376px; }
    .container .sidebar-included .gdl-page-item .sixteen.columns { width: 508px; }
    .container .sidebar-included .gdl-page-item .one-third.column { width: 156px; }
    .container .sidebar-included .gdl-page-item .two-thirds.column { width: 332px; }
    .container .sidebar-included .gdl-page-item .four.columns.wrapper { width: 132px; }
    .container .sidebar-included .gdl-page-item .eight.columns.wrapper { width: 264px; }
    .container .sidebar-included .gdl-page-item .twelve.columns.wrapper { width: 396px; }
    .container .sidebar-included .gdl-page-item .sixteen.columns.wrapper { width: 528px; }
    .container .sidebar-included .gdl-page-item .one-third.column.wrapper { width: 176px; }
    .container .sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 352px; }

    /* Both Sidebar */
    .both-sidebar-included .gdl-page-item { width: 384px; }
    .container .both-sidebar-included .gdl-page-item .four.columns,
    .container .both-sidebar-included .gdl-page-item .eight.columns,
    .container .both-sidebar-included .gdl-page-item .one-third.column { width: 172px; }
    .container .both-sidebar-included .gdl-page-item .four.columns.wrapper,
    .container .both-sidebar-included .gdl-page-item .eight.columns.wrapper,
    .container .both-sidebar-included .gdl-page-item .one-third.column.wrapper { width: 192px; }
    .container .both-sidebar-included .gdl-page-item .twelve.columns,
    .container .both-sidebar-included .gdl-page-item .sixteen.columns,
    .container .both-sidebar-included .gdl-page-item .two-thirds.column { width: 364px; }
    .container .both-sidebar-included .gdl-page-item .twelve.columns.wrapper,
    .container .both-sidebar-included .gdl-page-item .sixteen.columns.wrapper,
    .container .both-sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 384px; }
    .home-sec2-inner1 .wpb_single_image { right: 0; }
    .home-sec2-inner1 .vc_col-sm-8 .vc_column-inner { padding-left: 0 !important; }
    .post_cat_set_new .items { width: 352px; margin-bottom: 10px; }
    .post_cat_set_new .items .image img { min-height: auto; margin: 0 auto; width: 100%; max-width: 100%; }
    .footer-custom-area:before { width: 200px; height: 210px; bottom: 140px; margin: 0 auto; background-size: cover; }
    .subscriber-area .subscribe-form-style_wrapper { width: 50%; }
    .subscriber-area .custom-sidebar-title { font-size: 22px; line-height: 26px; }
    .footer-wrapper .instagram-area > .container { width: 614px; }
    .footer-wrapper .instagram-area:before { width: 250px; height: 345px; top: auto; bottom: auto; background-size: cover; }
    .f-one-col { padding-right: 0; }
    .footer-custom-columns .f-two-col .custom-sidebar-title,
    .footer-custom-columns .f-three-col .custom-sidebar-title { color: #ffffff !important; font-size: 17px; line-height: 20px; margin-bottom: 20px; }
    .home-sec1 .seller-set { position: relative; display: inline-block; float: right; clear: both; }
    .navigation-wrapper .sf-menu li.menu-item a { font-size: 12px; padding: 9px 4px; }
    div.navigation-wrapper { width: 87%; }
    .home-sec1 h3 { font-size: 14px; line-height: 18px; }
    .home-sec1 p { font-size: 14px; line-height: 19px; margin-bottom: 10px; }
    .home-sec1 .info-set { padding-right: 0; }
    .home-sec1 .price { margin-top: 10px; margin-bottom: 10px; }
    .home-sec1 .button-set { margin-bottom: 20px; }
    div.channel-strip .textwidget p { font-size: 28px; line-height: 28px; }
    .subscriber-area .custom-sidebar { max-width: 786px; }
    .footer-custom-columns .container .one-third.column { width: 240px; margin: 0 10px 0 0; }
    .footer-custom-columns .container .one-third.column:nth-of-type(3) { margin-right: 0; }
    .sidebar-included .container div.gdl-right-sidebar { width: 245px; margin: 0 auto; }
    .archive-wrapper .blog-item2 { padding: 10px 10px 10px 10px; }
    .archive-wrapper .blog-item2 .blog-thumbnail-context .blog-thumbnail-title a { font-size: 16px; padding-left: 10px; line-height: 20px; }
    .archive-wrapper .blog-item2 .blog-thumbnail-context .blog-thumbnail-info { padding: 4px 0 4px 10px; }
    .archive-wrapper .blog-item2 .blog-thumbnail-context .blog-thumbnail-content { padding: 5px 0 0px 10px; font-size: 13px; }
    .archive-wrapper .blog-main-reading { margin-left: 10px; margin-top: 5px; }
    .archive-wrapper .blog-item2 .blog-thumbnail-context .blog-thumbnail-info .blog-date-wrapper { margin-right: 3px; padding-right: 3px; }
    .archive-wrapper .blog-item2 .blog-thumbnail-context .blog-thumbnail-info .blog-date-wrapper span,
    .archive-wrapper .blog-item2 .blog-thumbnail-context .blog-thumbnail-info .blog-author-wrapper span { font-size: 10px; }
    div.blog-item-holder .blog-item2 .blog-thumbnail-title { padding-bottom: 5px; }
    .rightsidebar-text .textwidget ul li p { padding: 0 0 0px 55px; }
    .rightsidebar-text .textwidget p { font-size: 14px; }
    .rightsidebar-text .textwidget ul { padding: 0 20px 0 68px; }
    .rightsidebar-text .textwidget h4 { font-size: 14px; }
    .single-post .sidebar-included div.gdl-page-item { width: 500px; }
    .main-single-thumbnail-info .single-thumbnail-info { width: 64%; padding: 4px 0 4px 10px; }
    .main-single-thumbnail-info .social-share-btn { width: 36%; }
    .single-post .post-title h1.gdl-page-title { width: 100%; }

    /*li.cartbtn-style button.wps-btn-cart:before {
        top: 30px;
        left: -20px;
    }
    */
    .footer-custom-columns .f-two-col .textwidget iframe { width: 100% !important; }
    div.cartbtn-style { right: 10px; }
    .ebook_sec div.custom-sidebar { width: 48%; }
    .ebook_sec .textwidget p { font-size: 20px; }
    .ebook_sec div.custom-sidebar:last-child { margin: 0 auto; width: 50%; display: block; }
}
	
/*  #Mobile (Portrait)
================================================== */
    /* Note: Design for a width of 320px */
@media only screen and (max-width:767px) {
    .container { width: 100%; box-sizing: border-box; }
    .gdl-page-item { width: 100%; float: left; }
    .container .columns,
    .container .column { margin: 0px 10px 20px 10px; }
    .container .one.column,
    .container .one.columns,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .two-thirds.column { width: 100%; }

    /* Wrapper */
    .container .four.columns.wrapper,
    .container .eight.columns.wrapper,
    .container .twelve.columns.wrapper,
    .container .sixteen.columns.wrapper,
    .container .one-third.column.wrapper,
    .container .two-thirds.column.wrapper { width: 100%; margin-right: 0px; margin-left: 0px; }

    /* One Sidebar */
    .sidebar-included .gdl-page-item { width: 100%; }
    .container .sidebar-included .gdl-page-item .four.columns,
    .container .sidebar-included .gdl-page-item .eight.columns,
    .container .sidebar-included .gdl-page-item .twelve.columns,
    .container .sidebar-included .gdl-page-item .sixteen.columns,
    .container .sidebar-included .gdl-page-item .one-third.column,
    .container .sidebar-included .gdl-page-item .two-thirds.column { width: 100%; }
    .container .sidebar-included .gdl-page-item .four.columns.wrapper,
    .container .sidebar-included .gdl-page-item .eight.columns.wrapper,
    .container .sidebar-included .gdl-page-item .twelve.columns.wrapper,
    .container .sidebar-included .gdl-page-item .sixteen.columns.wrapper,
    .container .sidebar-included .gdl-page-item .one-third.column.wrapper,
    .container .sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 100%; }

    /* Both Sidebar */
    .both-sidebar-included .gdl-page-item { width: 100%; }
    .container .both-sidebar-included .gdl-page-item .four.columns,
    .container .both-sidebar-included .gdl-page-item .eight.columns,
    .container .both-sidebar-included .gdl-page-item .one-third.column,
    .container .both-sidebar-included .gdl-page-item .twelve.columns,
    .container .both-sidebar-included .gdl-page-item .sixteen.columns,
    .container .both-sidebar-included .gdl-page-item .two-thirds.column { width: 100%; }
    .container .both-sidebar-included .gdl-page-item .four.columns.wrapper,
    .container .both-sidebar-included .gdl-page-item .eight.columns.wrapper,
    .container .both-sidebar-included .gdl-page-item .one-third.column.wrapper,
    .container .both-sidebar-included .gdl-page-item .twelve.columns.wrapper,
    .container .both-sidebar-included .gdl-page-item .sixteen.columns.wrapper,
    .container .both-sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 100%; }

    /*Login Popup*/
    .login-issue-form { max-height: 450px; overflow-y: scroll; }

    /*New BLog*/
    .top-bar .container { display: flex; justify-content: center; align-items: center; width: 100%; margin: 0 auto; }
    .navbar-main .right-area .main-menu { display: none; }
    .sec-blog .blog-posts .most-popular .term-title,
    .sec-blog .blog-posts .most-recent .main-title { font-size: 18px; padding: 30px 0; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .item-post .item { width: 100%; }
    .sec-blog .blog-posts .most-recent .left-area { width: 100%; }
    .recent-added-product .container { flex-flow: wrap; justify-content: center; }
    .recent-added-product .container .pdt-name { font-size: 14px; padding-left: 0; width: 100%; text-align: center; margin-bottom: 10px; }
    .cst-products .container .desc .title { font-size: 20px; padding-bottom: 0px; line-height: 28px; }
    .cst-products .container .desc .main-title { font-size: 20px; padding: 30px 0 0 0; }
    .cst-products .pdts { display: block; }
    .cst-products .pdt-1 .seller-logo { left: -10px; }
    .cst-products .pdt-1,
    .cst-products .pdt-2 { width: 100%; }
    .cst-products .pdt-2 { margin-left: 0%; margin-top: 50px; }
    .cst-products .pdt-1 .purchase-btns a.btn-1,
    .cst-products .pdt-2 .purchase-btns a.btn-1 {/* left: 180px; */padding: 8px 30px 5px; }
    .cst-products .pdt-1 .purchase-btns a.btn-0,
    .cst-products .pdt-2 .purchase-btns a.btn-1 {/* left: 20px;*/ padding: 5px 30px 10px; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .item-post .item:not(:nth-child(2n)),
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .item-post .item:not(:nth-child(2n)) { margin-right: 0px; }
    .plugin ._2p3a,
    .plugin ._2p3a .uiScaledImageContainer .scaledImageFitHeight { width: 100% !important; }
    .sec-blog .blog-posts .most-recent .right-area { width: 100%; margin-left: 0px; }

    /*.sec-blog .blog-posts .most-recent .container { padding: 0 0 0px; }*/
    .sec-blog .blog-posts .most-recent .right-area .widget-4 img { width: 100%; display: block; }
    .sec-blog .blog-posts .most-recent .right-area .widget-2 { position: static; }
    .sec-blog .blog-posts .most-recent .right-area .blg-follow-main { padding-top: 50px; }
    .sec-blog .blog-posts .most-recent .right-area .widget-4 { right: -24% !important; top: 40% !important; }
    .sec-blog .blog-posts .most-recent .right-area .widget-3 { top: 33.3%; }
    .sec-blog .blog-posts .most-recent .right-area .widget-3 { position: absolute; }
    .top-bar .right-area .cst-cart-current a.cart-contents,
    .top-bar .right-area .cst-cart-current a.cart-contents:before { font-size: 12px !important; padding-left: 5px; padding-right: 15px; }
    .top-bar .right-area { align-items: center; justify-content: center; }
    .top-bar .right-area .cst-user-login a.custom-logout,
    .top-bar .right-area .cst-user-login a.custom-login { font-size: 12px; padding-left: 5px; }
    .top-bar .container { flex-flow: wrap !important; }
    .top-bar .container .cst-social-icons { width: 100% !important; }
    .top-bar .right-area { width: 100%; align-items: center; justify-content: center; display: flex; text-align: center; }
    .top-bar .container .cst-social-icons ul.cnss-social-icon { text-align: center !important; order: 2; padding-bottom: 10px; }
    .home-new-sec-1 .banner-row .banner-right-inner { margin-top: 0px !important; }
    .home-new-sec-1 .banner-row { display: flex; flex-direction: column-reverse; }
    .cst-reviews-new .main-desc { padding: 0 34px 20px 32px; }
    footer.footer .ftr-top .ftr-1 ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook,
    footer.footer .ftr-top .ftr-1 ul.cnss-social-icon li.cn-fa-icon a.cnss-twitter,
    footer.footer .ftr-top .ftr-1 ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube,
    footer.footer .ftr-top .ftr-1 ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin,
    footer.footer .ftr-top .ftr-1 ul.cnss-social-icon li.cn-fa-icon a.cnss-instagram { width: 23px !important; height: 23px !important; line-height: 20px !important; }
    footer.footer .ftr-top .ftr-1 ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook i,
    footer.footer .ftr-top .ftr-1 ul.cnss-social-icon li.cn-fa-icon a.cnss-twitter i,
    footer.footer .ftr-top .ftr-1 ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube i,
    footer.footer .ftr-top .ftr-1 ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin i,
    footer.footer .ftr-top .ftr-1 ul.cnss-social-icon li.cn-fa-icon a.cnss-instagram i { font-size: 12px !important; }
    footer.footer .instagram-feed .widget-1 .textwidget p { font-size: 18px; }
    footer.footer .instagram-feed .widget-1 { margin-bottom: 20px !important; }
    footer.footer .instagram-feed .widget-1 .textwidget p:before { background-size: 80%; margin-left: -30px; margin-top: 0px; }
    footer.footer .instagram-feed .widget-2 .sidebar-title-wrapper h3 { margin-bottom: 20px !important; font-size: 16px; }
    footer.footer .instagram-feed .widget-2 .meks-instagram-widget { margin: 0 auto !important; display: block; padding-top: 0; }
    footer.footer .instagram-feed .widget-2 .meks-instagram-widget div { padding: 10px !important; }
    footer.footer .ftr-top .ftr-1,
    footer.footer .ftr-top .ftr-2,
    footer.footer .ftr-top .ftr-3 { display: block; width: 100%; margin-right: 0%; padding: 10px 0; }
    footer.footer .ftr-top .ftr-2 .widget-last .fb_iframe_widget iframe,
    footer.footer .ftr-top .ftr-2 .widget-last span,
    footer.footer .ftr-top .ftr-2 h3.custom-sidebar-title,
    footer.footer .ftr-top .ftr-3 h3.custom-sidebar-title { font-size: 18px; margin-bottom: 20px; }
    footer.footer .ftr-bottom .copy-right-n-links,
    footer.footer .ftr-bottom .design-by { width: 100%; text-align: center; font-size: 10px; }
    footer.footer .ftr-bottom .copy-right-n-links a { font-size: 9px; }
    footer.footer .instagram-feed .meks-instagram-widget div a img { width: 100%; margin: 0 auto; height: 240px; }
    footer.footer .ftr-bottom .container { display: block; justify-content: center; align-items: center; width: 100%; }
    footer.footer .ftr-bottom .copy-right-n-links,
    footer.footer .ftr-bottom .design-by { width: 100% !important; }

    /*New Home*/
    .cst-products .pdt-2 .pdt-image img { padding: 65px 0 35px 0; }
    .cst-products .pdt-1 .pdt-image img { padding: 60px 0 40px 40px; }
    .cst-products .author-review .text h3 { font-size: 17px !important; }
    .cousre-section-new .right-sec .lear-more-btn:before,
    .cousre-section-new .right-sec .title:before { display: none; }
    .top-bar .right-area .cst-user-login { padding-left: 10px; }
    .cousre-section-new .right-sec .cst-title,
    .cousre-section-new .right-sec .title,
    .cousre-section-new .right-sec .content { padding-left: 0 !important; }
    .cousre-section-new .cst-title { font-size: 16px !important; }
    .home-new-sec-1 .banner-row .course-box { max-width: 100%; }
    .home-new-sec-1 .banner-row .left-img { bottom: auto !important; top: 0; }
    .home-new-sec-2 .ketone-hero-holder:after { display: none; }
    .home-new-sec-2 .inner-row-2 .box-1 { max-width: 100% !important; }
    .home-new-sec-2 .inner-row-2 .box-2 { max-width: 100% !important; }
    .home-new-sec-2 .inner-row-2 .box-1 li { width: 90% !important; margin-right: 10%; }
    .home-new-sec-2 .inner-row-3 h2 { font-size: 15px !important; margin: 0 !important; flex-wrap: wrap; align-items: center; }
    .home-new-sec-2 .inner-row-3 h2 img { text-align: center; margin: inherit !important; padding-left: 10px !important; }
    .home-new-sec-2 .inner-row-3 h2 strong { line-height: 50px; display: block; }
    .cousre-section-new { display: flex; flex-flow: wrap; }
    .cst-products .author-review { padding: 20px; }
    .review-title-main h3,
    .review-title-main h4 { font-size: 20px !important; }
    .cst-reviews-new .main-title-area { display: block !important; }

    /*.cst-reviews-new .main-desc { min-height: auto!important; }*/
    .cst-reviews-new .title-main,
    .cst-review-rating,
    .cst-reviews-new .date { width: 100% !important; font-size: 15px !important; border-right: 0 !important; }
    .cst-reviews-new .date { padding-top: 10px !important; }
    .cousre-section-new .left-sec { padding: 60px 40px 60px 0px !important; }
/*    .home-new-sec-1 .top-course-strip .strip-wrap { flex-flow: wrap !important; justify-content: center !important; }
    .home-new-sec-1 .top-course-strip { background-size: cover !important; }
    .home-new-sec-1 .top-course-strip .strip-wrap { padding: 5px 0px 75px 0px !important; }
    .home-new-sec-1 .top-course-strip .strip-wrap .wrap-text { margin-top: 10px; }
    .home-new-sec-1 .top-course-strip .strip-wrap .wrap-btn a { padding: 14px 10px !important; }
    .home-new-sec-1 .top-course-strip .strip-wrap .wrap-btn { margin-bottom: 30px; margin-top: 20px; }*/
    .cst-reviews-new .owl-stage .owl-item .items { padding: 0 0 !important; }
    .cst-reviews-new .owl-nav { top: -22px !important; right: 0 !important; }
    .banner-row .vc_col-sm-6 .vc_column-inner { padding-top: 0 !important; }
    .cst-reviews-new { margin-bottom: 0px !important; }
    .cst-reviews-new .owl-nav .owl-prev,
    .cst-reviews-new .owl-nav .owl-next { width: 20px !important; height: 30px !important; }
    .cst-reviews-new .main-desc .sub-title { font-size: 16px !important; }

    /*.cst-products .pdt-1 .purchase-btns, .cst-products .pdt-2 .purchase-btns{justify-content: center; top: 20px;}*/

    /*.cst-products .pdt-1 .purchase-btns a.btn-0, .cst-products .pdt-1 .purchase-btns a.btn-1, .cst-products .pdt-2 .purchase-btns a.btn-0, .cst-products .pdt-2 .purchase-btns a.btn-1{position: initial;}
    */.cst-products .author-review .text p { font-size: 14px !important; }
    section.pop-wrapper .main-pop .pop-left .brand-logo a.pop-amazon { padding-top: 10px; }
    section.pop-wrapper .main-pop .pop-left .brand-logo a.pop-audible { padding-bottom: 15px; padding-left: 10px; }
    .woofc-count.woofc-count-shake { display: none; }
    .sec-blog .blog-posts .most-recent .left-area .cst-most-recent .item-post .item .post-image { height: 180px; }
    .subscriber-area .custom-sidebar { width: 100%; box-sizing: border-box; padding: 0 15px; }
    .header-wrapper div.responsive-menu-wrapper { display: none; }
    .home-sec2-inner1 .wpb_single_image { position: absolute; margin: 0 auto; z-index: 1; left: 0; right: auto; top: -30px; bottom: 0; width: 30%; }
    .home-sec1 .wpb_single_image { margin: 0; position: static; z-index: 1; }
    .home-sec2-inner1 .vc_col-sm-8 > .vc_column-inner { padding-left: 180px !important; }
    div.channel-strip .textwidget a { text-decoration: underline; color: #fff; display: block; }
    .post-cat-set .owl-item .items .image img { min-height: auto; }
    .post-cat-set .owl-item { margin-right: 0; }
    .post-cat-set .items .main-description .title { min-height: auto; }
    .post_cat_set_new .items { width: 100%; margin-right: 0; margin-bottom: 10px; }
    .post_cat_set_new .items .image img { min-height: auto; margin: 0 auto; }
    .footer-custom-area:before { width: 184px; height: 190px; bottom: 165px; background-size: cover; }
    .footer-wrapper .instagram-area:before { display: none; }
    .instagram-area .custom-sidebar .meks-instagram-widget div { -ms-flex: 0 0 16.4% !important; flex: 0 0 16.4% !important; }
    .subscriber-area .subscribe-form-style_wrapper { width: 100%; box-sizing: border-box; }
    .subscriber-area .sidebar-title-wrapper { width: 100%; display: block; text-align: center; margin-bottom: 15px; }
    form.subscribe-form-style .gform_footer input[type="submit"] { line-height: 15px !important; }
    .cartoon-position:after,
    .cartoon-position:before { display: none !important; }
    .footer-widget-wrapper .one-third.column { margin: 0 0 20px 0; float: none; display: inline-block; }
    .footer-custom-columns .f-three-col { float: none; }
    .f-three-col div#ctf { box-sizing: border-box; }
    .archive-wrapper:before { display: none; }
    .sidebar-included div.gdl-page-item { width: 100%; }
    .archive-wrapper .blog-item2 .blog-thumbnail-context .blog-thumbnail-info { padding: 4px 0 4px 10px; }
    .archive-wrapper .blog-item2 .blog-thumbnail-context .blog-thumbnail-title a { padding-left: 10px; }
    .archive-wrapper .blog-item2 .blog-thumbnail-context .blog-thumbnail-content { padding: 10px 0 0px 10px; }
    .archive-wrapper .blog-main-reading { margin-left: 10px; }
    .sidebar-included div.gdl-page-item { width: 100%; }
    .archive-wrapper .blog-item2 .blog-thumbnail-image img { margin: 0 auto; }
    .archive-wrapper .blog-item2 .blog-thumbnail-context { width: 100%; }
    .archive-wrapper .blog-item2 .blog-thumbnail-image { width: 100%; margin: 0 0 10px 0; }
    .sidebar-included .container div.gdl-right-sidebar { width: 100%; margin: 0 auto; text-align: center; float: none; display: block; clear: both; box-sizing: border-box; }
    .rightsidebar-vectors { display: none; }
    .rightsidebar-text { margin: 20px 0 20px 0 !important; }
    .archive-wrapper .gdl-page-title-wrapper { margin: 40px 0 20px; }
    .inner-strip-style .channel-strip .textwidget p { font-size: 24px; }
    .single-post .post-title h1.gdl-page-title { width: 100%; font-size: 26px; line-height: 30px; }
    .single-post .sidebar-included div.gdl-page-item { width: 100%; }
    .main-single-thumbnail-info .single-thumbnail-info { width: 60%; }
    .main-single-thumbnail-info .social-share-btn { width: 40%; }
    .page-title .container h1 { font-size: 26px; line-height: 26px; padding: 40px 0 0; }
    .popup .gform_footer .gform_button { display: block; white-space: inherit; line-height: normal !important; }
    div.pagination a,
    div.pagination span { padding-left: 9px; padding-right: 9px; }
    div.pagination span { background-color: #e7e7e7; padding: 0px 8px; }
    div.header-wrapper { position: absolute; width: 100%; margin: 0 auto; text-align: center; }
    .header-top .container { width: 100%; }
    .header-top .custom-sidebar.Search-bar-set { width: 10%; }
    .header-top .custom-sidebar.widget_cnss_widget .sidebar-title-wrapper { display: none; }
    .header-top .Search-bar-set #searchform div#search-text input { right: 0; }
    .header-top .Search-bar-set #searchform input#searchsubmit:hover + div#search-text input,
    .header-top .Search-bar-set #searchform div#search-text:hover input,
    .header-top .Search-bar-set #searchform div#search-text input:focus { bottom: -40px; right: -20px; }
    .header-top .Search-bar-set form#searchform { overflow: visible; }
    .inner-strip-style { margin-top: 85px; }
    .about-author-wrapper .about-author-info { margin-left: 0px; }
    .about-author-wrapper .about-author-avartar { float: none; }
    .about-author-wrapper .about-author-avartar img { margin: 0 auto 10px; }
    .our-podcast ul li a { word-break: break-all; }
    .fancybox-outer .snp-newtheme7 .snp-media__img { display: block; width: auto; margin: 15px auto 0 auto; float: none; }
    .fancybox-outer .snp-newtheme7 .snp-media__img:after { display: none; }
    .fancybox-outer .snp-fb.snp-newtheme7:after { display: none; }
    .fancybox-outer .snp-pop-1311 .snp-newtheme7 .snp-step-1 .snp-h1:after { border-color: rgba(0, 0, 0, 0) #c1c0c0  rgba(133, 255, 0, 0) #f1e34a00; }
    .fancybox-outer .snp-pop-1311 .snp-theme__footer { padding-bottom: 20px; }
    .fancybox-outer .snp-fb.snp-newtheme7 .snp-step-show { max-height: 500px; height: 80vh; overflow-y: scroll; overflow-x: hidden; padding: 30px 20px 0 0px; width: 100%; box-sizing: border-box; margin-bottom: 30px; }
    .fancybox-outer .snp-fb.snp-newtheme7 { padding: 0px; }
    .fancybox-wrap.snp-pop-newtheme7-wrap { top: 25px !important; }
    .page-id-12298 .page-title .container h1 { font-size: 22px; }
    .ebook_sec .textwidget p,
    .ebook_sec .textwidget p:first-child { width: auto; margin: 0 0 15px 0; min-height: auto; }
    .ebook_sec div.custom-sidebar { display: block; width: 100%; margin-bottom: 20px; }
    .ebook_sec div.custom-sidebar:last-child { margin: 0 auto; }
    .home-sec1 .home-books { display: flex; flex-wrap: wrap; }
    .home-sec1 .home-books .vc_col-sm-4:first-child { order: 2; }
    .home-sec1 .home-books .vc_col-sm-4:nth-child(2) { order: 1; }
    .home-sec1 .home-books .vc_col-sm-4:last-child { order: 3; }
    .vc_row { margin-left: 0 !important; margin-right: 0 !important; }
    h2.vc_custom_heading.lp_heading { font-size: 30px; line-height: normal; }
    h2.vc_custom_heading.lp_heading strong { font-size: 35px; }
    .lp_sec1 .wpb_text_column p { padding: 0; }
    .lp_sec3 .vc_col-sm-8,
    .lp_sec3 .vc_col-sm-4,
    .lp_sec4 .vc_col-sm-4,
    .lp_sec4 .vc_col-sm-8,
    .lp_sec6 .vc_col-sm-4,
    .lp_sec6 .vc_col-sm-8,
    .vc_row.lp_sec19 .wpb_column.vc_column_container.vc_col-sm-8,
    .vc_row.lp_sec19 .wpb_column.vc_column_container.vc_col-sm-4 { width: 100%; padding: 0; }
    .lp_sec6 .vc_row.vc_inner .vc_col-sm-6 .vc_column-inner > .wpb_wrapper { padding: 30px 20px 30px 20px; min-height: auto; }
    .lp_sec12 h2.vc_custom_heading.lp_heading strong { font-size: 45px; }
    .wpb_text_column.lp_btn a { padding: 10px 15px; font-size: 11px; }
    .wpb_text_column.lp_btn a strong { font-size: 22px; }
    .lp_sec19 .wpb_text_column.lp_btn a strong { font-size: 20px; }
    .lp_sec19 .wpb_text_column.lp_btn a { font-size: 15px; padding: 10px 20px; }
    .ulp-lesson-video-warpper div#ulp_vimeo_player iframe { width: 100%; height: auto; }
    .instagram-area .custom-sidebar .meks-instagram-widget img { margin: 0 auto; }
    div.copyright-wrapper .copyright-text .textwidget { text-align: center; }
    header.header { display: flex; flex-flow: column; }
    header.header .main-nav { order: 1; background: #1bbcff; border-top: solid 1px #fff; }
    header.header .top-bar { order: 2; }
    header.header .main-nav nav.navbar-main .logo:before { display: none; }
    header.header .main-nav nav.navbar-main .right-area { width: 150px; position: absolute; right: 10px; top: -49px; margin: 0 !important; z-index: 999999; }
    header.header .main-nav nav.navbar-main .logo { margin: 0 auto !important;}
    header.header .search-bar { display: none; }
    header.header .main-nav nav.navbar-main { display: block; }
    header.header .main-nav nav.navbar-main .logo img { width: auto; margin: 0 auto; display: block; }
    header.header .container { padding: 0 !important; }
    .min-rib.wpb_column .vc_column-inner { height: 130px; }
    .min-rib.wpb_column .vc_column-inner .strip-wrap { padding: 15px 0 0; flex-wrap: wrap; }
    .min-rib.wpb_column .vc_column-inner .strip-wrap .wrap-text { margin: 0 0 0px; }
    .min-rib.wpb_column .vc_column-inner .strip-wrap .wrap-text,
    .min-rib.wpb_column .vc_column-inner .strip-wrap .wrap-btn { width: 100%; }
    .min-rib.wpb_column .vc_column-inner .strip-wrap .wrap-btn a { margin: 10px 0 0; display: inline-block; padding: 5px 10px; }



    .woocommerce.post-type-archive-product .instagram-feed,
    .woocommerce.post-type-archive-product .subscriber-area,
    .woocommerce.post-type-archive-product .ftr-top { display: none; }
    .boz-shop-mlti-pdt-slider .owl-prev,
    .boz-shop-mlti-pdt-slider .owl-next { top: 40% !important; }


body.page-id-144876 .vc_row .vc_row.wpb_row.vc_inner .vc_column-inner,
body.page-id-145619 .vc_row .vc_row.wpb_row.vc_inner .vc_column-inner{ padding: 0 !important; }

body.page-id-144876 .vc_row .vc_row.wpb_row.vc_inner,
body.page-id-145619 .vc_row .vc_row.wpb_row.vc_inner{ padding: 0 !important; }

body.page-id-144876 .vc_row.wpb_row,
body.page-id-145619 .vc_row.wpb_row { padding: 30px 10px !important; }

body.page-id-144876 h1.vc_custom_heading,
body.page-id-145619 h1.vc_custom_heading { font-size: 20px !important; line-height: 30px !important; }
body.page-id-144876 h3.vc_custom_heading,
body.page-id-145619 h3.vc_custom_heading { font-size: 20px !important; line-height: 30px !important; }

body.page-id-144876 p,
body.page-id-145619 p { font-size: 15px !important; line-height: 22px !important; }

body.page-id-144876 h4.vc_custom_heading,
body.page-id-145619 h4.vc_custom_heading { font-size: 20px !important; line-height: 30px !important; }

body.page-id-144876 h2.vc_custom_heading,
body.page-id-145619 h2.vc_custom_heading { font-size: 20px !important; line-height: 30px !important; }

body.page-id-144876 h2.vc_custom_heading br,
body.page-id-145619 h2.vc_custom_heading br { display: none; }

.wpb_text_column.lp-red-btn a { width: 100%; background-size: 100%; font-size: 25px; line-height: 80px; height: auto; }

.vc_row.slp-sec5 .wpb_text_column ul { margin: 0; }
.vc_row.slp-sec5 .wpb_text_column ul li { font-size: 15px; line-height: 22px; padding-left: 40px; }
.vc_row.slp-sec5 .wpb_text_column ul li:before { background-size: 100% !important; width: 30px; height: 35px; top: 10px; transform: none; }

.vc_row.slp-sec8 .wpb_text_column ul { margin: 0; }
.vc_row.slp-sec8 .wpb_text_column ul li { font-size: 15px; line-height: 22px; padding-left: 40px; }
.vc_row.slp-sec8 .wpb_text_column ul li:before { background-size: 100% !important; width: 30px; height: 35px; top: 10px; transform: none; }

.vc_row.slp-sec9 .wpb_text_column ul { margin: 0; }
.vc_row.slp-sec9 .wpb_text_column ul li { font-size: 15px; line-height: 22px; padding-left: 40px; }
.vc_row.slp-sec9 .wpb_text_column ul li:before { background-size: 100% !important; width: 30px; height: 35px; top: 10px; transform: none; }

.vc_row.slp-sec10 .wpb_text_column ul { margin: 0; }
.vc_row.slp-sec10 .wpb_text_column ul li { font-size: 15px; line-height: 22px; padding-left: 40px; }
.vc_row.slp-sec10 .wpb_text_column ul li:before { background-size: 100% !important; width: 30px; height: 35px; top: 10px; transform: none; }

.vc_row.slp-sec11 .wpb_text_column ul { margin: 0; }
.vc_row.slp-sec11 .wpb_text_column ul li { font-size: 15px; line-height: 22px; padding-left: 40px; }
.vc_row.slp-sec11 .wpb_text_column ul li:before { background-size: 100% !important; width: 30px; height: 35px; top: 10px; transform: none; }


body.page-id-144876 ul li,
body.page-id-145619 ul li { font-size: 15px; line-height: 22px; }


.vc_row.slp-sec19 .wpb_text_column ul { margin: 50px 0 0; }
.vc_row.slp-sec19 .wpb_text_column ul li { font-size: 15px; line-height: 22px; padding-left: 40px; }
.vc_row.slp-sec19 .wpb_text_column ul li:before { background-size: 100% !important; width: 30px; height: 35px; top: 10px; transform: none; }

body.page-id-144876 img.alignright,
body.page-id-145619 img.alignright,
body.page-id-144876 img.alignleft,
body.page-id-145619 img.alignleft { float: none; margin: 0 auto 20px; }

.vc_row.slp-sec14 .wpb_single_image { position: relative; top: 52px; }
.vc_row.slp-sec15 .wpb_text_column ul { margin: 30px 0 0 0; }
.vc_row.slp-sec17 .wpb_text_column ul { margin: 0; }


.vc_row.wpb_row.vc_inner.mob-img .wpb_column.vc_column_container.vc_col-sm-6:first-child { order: 2; }
.vc_row.wpb_row.vc_inner.mob-img .wpb_column.vc_column_container.vc_col-sm-6:last-child { order: 1; }


}

/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width:600px) and (max-width:767px) {
    .container { width: 580px; }
    .gdl-page-item { width: 100%; float: left; }
    .container .columns,
    .container .column { margin: 0px 10px 20px 10px; }
    .container .one.column,
    .container .one.columns,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .two-thirds.column { width: 100%; }

    /* Wrapper */
    .container .four.columns.wrapper,
    .container .eight.columns.wrapper,
    .container .twelve.columns.wrapper,
    .container .sixteen.columns.wrapper,
    .container .one-third.column.wrapper,
    .container .two-thirds.column.wrapper { width: 100%; margin-right: 0px; margin-left: 0px; }

    /* One Sidebar */
    .sidebar-included .gdl-page-item { width: 100%; }
    .container .sidebar-included .gdl-page-item .four.columns,
    .container .sidebar-included .gdl-page-item .eight.columns,
    .container .sidebar-included .gdl-page-item .twelve.columns,
    .container .sidebar-included .gdl-page-item .sixteen.columns,
    .container .sidebar-included .gdl-page-item .one-third.column,
    .container .sidebar-included .gdl-page-item .two-thirds.column { width: 100%; }
    .container .sidebar-included .gdl-page-item .four.columns.wrapper,
    .container .sidebar-included .gdl-page-item .eight.columns.wrapper,
    .container .sidebar-included .gdl-page-item .twelve.columns.wrapper,
    .container .sidebar-included .gdl-page-item .sixteen.columns.wrapper,
    .container .sidebar-included .gdl-page-item .one-third.column.wrapper,
    .container .sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 100%; }

    /* Both Sidebar */
    .both-sidebar-included .gdl-page-item { width: 100%; }
    .container .both-sidebar-included .gdl-page-item .four.columns,
    .container .both-sidebar-included .gdl-page-item .eight.columns,
    .container .both-sidebar-included .gdl-page-item .one-third.column,
    .container .both-sidebar-included .gdl-page-item .twelve.columns,
    .container .both-sidebar-included .gdl-page-item .sixteen.columns,
    .container .both-sidebar-included .gdl-page-item .two-thirds.column { width: 100%; }
    .container .both-sidebar-included .gdl-page-item .four.columns.wrapper,
    .container .both-sidebar-included .gdl-page-item .eight.columns.wrapper,
    .container .both-sidebar-included .gdl-page-item .one-third.column.wrapper,
    .container .both-sidebar-included .gdl-page-item .twelve.columns.wrapper,
    .container .both-sidebar-included .gdl-page-item .sixteen.columns.wrapper,
    .container .both-sidebar-included .gdl-page-item .two-thirds.column.wrapper { width: 100%; }
    .inner-strip-style .channel-strip .textwidget { padding: 0 120px; }
    .home-sec1 .wpb_single_image { width: 60%; margin: 0 auto; }
}
	
@media only screen and (min-width:480px) and (max-width:599px) {
    .container { width: 460px; }
    .gdl-page-item { width: 100%; }
    .container .sixteen.columns { width: 100%; }
    .btn-blue { margin-top: 10px; }
    .home-sec2-inner1 .vc_col-sm-8 > .vc_column-inner { padding-left: 138px !important; }
    div.channel-strip .textwidget a { display: inline; }
    .footer-widget-wrapper { text-align: center; }
    .footer-custom-columns .f-two-col .custom-sidebar-title,
    .footer-custom-columns .f-three-col .custom-sidebar-title { font-size: 19px; margin-bottom: 20px; }
    div.footer-widget-wrapper .custom-sidebar.widget_media_image img { margin: 0 auto; }
    .f-one-col { padding-right: 0; }
    .review-heading a { display: block; }
    div.vc_row.home-sec1 { padding-top: 75px; }
    .inner-strip-style { background: #ee161a; margin-top: 85px; }
    .post_cat_set_new .items .image img { max-width: 100%; height: auto; width: 100%; }
    .main-single-thumbnail-info .single-thumbnail-info,
    .main-single-thumbnail-info .social-share-btn { width: 100%; }
    .footer-wrapper div.separator-style:before { width: 100%; right: 0; left: 0; }
    .footer-wrapper div.separator-style { padding-right: 0; }
    div.copyright-wrapper .footer-social-icons,
    div.copyright-wrapper .copyright-text { width: 100%; }
    div.copyright-wrapper .copyright-text .textwidget { text-align: center; }
    div.copyright-wrapper .footer-social-icons ul.cnss-social-icon.footer-social { text-align: center !important; }
    .fancybox-outer .snp-pop-1311 .snp-newtheme7 .snp-step-1 .snp-h1 { font-size: 22px !important; }
    .wps-products li.wps-product-item { width: 100%; flex: 100%; max-width: 100%; margin-right: 0; padding: 0 10px; box-sizing: border-box; }
    .fancybox-outer .snp-pop-1311 .snp-newtheme7 .snp-step-1 .snp-h3 { font-size: 18px !important; }
    .fancybox-outer .snp-theme__choice a.snp-btn.snp-btn--primary,
    a.snp_nothanks.snp-btn.snp-btn--secondary,
    .fancybox-outer .snp-newtheme7 .snp-theme__choice-or { display: inline-block; }
}
@media only screen and (min-width:320px) and (max-width:479px) {

    /*Timer*/
    .cst-avability-timer .hurrytimer-campaign-91038 .hurrytimer-headline { font-size: 12px !important; margin-bottom: 3px; }
    .cst-avability-timer .hurrytimer-timer .hurrytimer-timer-block .hurrytimer-timer-digit { padding: 10px; font-size: 25px; }
    .home-sec1 .info-set { padding-right: 0; }
    .btn-blue { margin-top: 10px; }
    .home-sec1 .seller-set { position: relative; display: inline-block; text-align: center; float: right; }
    .home-sec2-inner1 .wpb_single_image { position: absolute; left: 0; right: auto; top: auto; bottom: 0; width: 32%; }
    div.channel-strip .textwidget a { display: inline; }
    div.channel-strip .textwidget p { font-size: 18px; line-height: 22px; color: #ffffff; }
    .footer-custom-area:before { display: none; }
    .subscriber-area .custom-sidebar-title { font-size: 18px; line-height: 22px; }
    .subscribe-form-style .gform_body ul li.gfield .ginput_container input[type="email"] { width: 100%; }
    form.subscribe-form-style .gform_footer { position: relative; margin: 5px auto 0 !important; }
    .instagram-area .custom-sidebar .custom-sidebar-title { font-size: 23px; }
    .heading-set { font-size: 23px !important; }
    .instagram-area .custom-sidebar .meks-instagram-widget div { -ms-flex: 0 0 100% !important; flex: 0 0 100% !important; padding: 2px 0 !important; }
    div.footer-widget-wrapper { text-align: center; }
    .f-one-col { padding-right: 0; }
    .footer-custom-columns .f-two-col .custom-sidebar-title,
    .footer-custom-columns .f-three-col .custom-sidebar-title { font-size: 20px; }
    div.copyright-wrapper .footer-social-icons,
    div.copyright-wrapper .copyright-text { width: 100%; float: none; text-align: center; }
    div.copyright-wrapper .copyright-text .textwidget p { text-align: center; }
    div.copyright-wrapper .footer-social-icons ul.cnss-social-icon.footer-social { text-align: center !important; }
    .btn-blue { font-size: 15px !important; width: auto; padding: 13px 10px; }
    .btn-red { font-size: 15px !important; padding: 13px 10px; }
    .home-sec2-inner1 .vc_col-sm-8 > .vc_column-inner { padding-left: 15px !important; }
    form.subscribe-form-style .gform_footer input[type="submit"] { border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
    .review-heading a { display: block; }
    div.footer-widget-wrapper .custom-sidebar.widget_media_image img { margin: 0 auto; }
    div.vc_row.home-sec1 { padding-top: 75px; }
    .archive-wrapper .blog-item2 .blog-thumbnail-context .blog-thumbnail-title a { font-size: 14px; line-height: 18px; }
    .archive-wrapper .blog-main-reading { margin-left: 0px; text-align: center; }
    .archive-wrapper .blog-main-reading .social-share-btn { float: none; width: 100%; text-align: center; margin-top: 15px; }
    .inner-strip-style { margin-top: 95px; }
    .inner-strip-style .channel-strip .textwidget p { font-size: 20px; }
    .archive-wrapper .blog-item2 { width: 100% !important; padding: 10px; }
    .post_cat_set_new .items .image img { max-width: 100%; height: auto; width: 100%; }
    .single-post .post-title h1.gdl-page-title { font-size: 18px; line-height: 22px; }
    .main-single-thumbnail-info .single-thumbnail-info,
    .main-single-thumbnail-info .social-share-btn { width: 100%; }
    .footer-wrapper div.separator-style:before { width: 100%; right: 0; left: 0; }
    .footer-wrapper div.separator-style { padding-right: 0; }
    .fancybox-outer .snp-pop-1311 .snp-newtheme7 .snp-step-1 .snp-h3 { font-size: 14px !important; }
    .fancybox-outer .snp-pop-1311 .snp-newtheme7 .snp-step-1 .snp-h1 { font-size: 16px !important; }
    .fancybox-outer .snp-fb.snp-newtheme7 .snp-step-show { padding: 0px 20px 0 0px; }
    .fancybox-outer .snp-theme__choice a.snp-btn.snp-btn--primary,
    a.snp_nothanks.snp-btn.snp-btn--secondary { font-size: 12px; }
    .review-show-contain .rating-view ul { width: auto; }
    .review-show-contain .title-content { padding: 0 15px 0 15px; }
    .review-show-contain .entry-content { padding: 0 15px 10px 15px; }
    .review-show-contain .auther-name-title { padding: 0 15px 0px 15px; }
    .review-heading h4,
    .review-heading p { float: none; }
    .our-testimonial .owl-item .items { width: 100% !important; box-sizing: border-box !important; padding: 0 10px; }
    .wps-products li.wps-product-item { width: 100%; flex: 100%; max-width: 100%; margin-right: 0; padding: 0 10px; box-sizing: border-box; }
    .rightsidebar-text .textwidget h4 { padding: 4px 10px 4px 30px; }
    .our-podcast .item .except img { float: none; margin: 10px 0; }
    .fancybox-skin .fancybox-close { top: -10px; right: -5px; }
    .fancybox-outer .snp-newtheme7 .snp-theme__choice-or { margin: 0 5px; display: inline-block; }
    .ebook_sec > .container { width: 100%; padding: 0 15px; }
    .ebook_sec .textwidget p { font-size: 17px; line-height: 24px; }
    .ebook_sec .textwidget a { width: 100%; box-sizing: border-box; }
}
	
		
/* Percent Column */
.percent-column1-6 { width: 16.6667%; float: left; }
.percent-column1-5 { width: 20%; float: left; }
.percent-column1-4 { width: 25%; float: left; }
.percent-column1-3 { width: 33.3333%; float: left; }
.percent-column1-2 { width: 50%; float: left; }
.percent-column1-1 { width: 100%; float: left; }

/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.row:after,
.clearfix:after { clear: both; }
.row,
.clearfix { zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }