
/* Medium Layout: 1280px. */
@media only screen and (max-width: 1370px) {}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 1200px) {
 /* --- header --- */
.grid{width:100%;}
.grid-wide{width:100%;}
.header{position:fixed;top:0;left:0;z-index:201;width:100%;min-width:100%;height:70px;padding-top:6px;
        padding-bottom:5px;background:#000;font-size:16px;border-bottom:0px solid #ccc;}
.header_search {display:none;}
.header_links {display: none;}
.header_profile {display:none;}
.header_link {display: none;}
.header_option{float:left;width:24%;margin:1px;text-align:center;background:#333;border-radius:3px;color:#fff;font-size:18px;height:30px;padding-top:13px;padding-bottom:13px;cursor:pointer;}
.profile_pic_holder {float:left;margin-right:10px;}
.profile_name{float:left;padding-top:3px;font-size:14px;}
.su_player_share_action {background:#fff;border:1px solid #ccc;text-align:center;border-radius:5px;width:80px;font-size:14px;margin:3px;}
.high-five {width:250px;margin: 0 auto;}
.left_box_link {width:100%;padding: 4px;margin:3px;}
.left_big_link {width:100%;padding: 4px;margin:3px;}
.header_mobile {display:block;float:right;width:80px;margin-right:1%;display:all;text-align: right;}
.nav_button {display:block;width:38px;}
.store-top-name{font-size:16px;}
.product-page-img {position:relative;padding:1%;width:100%;}
.product-page-content {position:relative;padding:1%;width:100%;text-align:left;}
.message_container {margin-bottom:3%;clear:both;font-size: 14px;}
.socmess {font-size: 12px;padding-top:6px;max-width:96%;}
#shopper-list{padding-left:35px;}
#cart_side{width:96%;}
.discount-info{padding-left: 20px;padding-right: 20px;font-size: 14px;}
.discount-info .media-body{vertical-align:middle;letter-spacing:1px;}
.discount-info .media{padding-bottom: 5px;}
.discount-image {width:30px;}
.max-row{max-width:98%;}
.inner-feed{padding-left: 30px;}
.row_main_content{padding-top:20px;max-width: 100%;}
.funnel-header-links {display:none;}
.funnel-logo-img {max-width:300px;height:38px;}
.funnel-ham-cont {padding-top:5px; cursor: pointer;}
.funnel-img-mid {max-width: 70%;margin-top:30px;margin-bottom:10px;}

.product-item {
    position: relative;
    line-height: 20px;
}

.product-item img {
    max-width: 90%;
    object-fit: cover;
}

.variant-option {
    text-align: center;
}

.variant-options {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4px;
    border-radius: 10px;
    width: 98%;
    height: 100%;
    box-sizing: border-box;
    z-index: 10;
}

.grid-container {
    display: grid;
    margin: 0 auto;
    padding: 3px;
    max-width: 99%;
    border: 0px solid #ccc;
    box-sizing: border-box;
}

.grid-slot {
    position: relative;
    border: 1px solid #ccc;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9em;
    padding: 0px;
    height: 80%;
    box-sizing: border-box;
}

.grid-slot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-slot .variant-title {
    position: absolute;
    top: 10px; /* Adjust as necessary */
    right: 10px; /* Adjust as necessary */
    background-color: #fff;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 14px; /* Adjust as necessary */
    font-weight: bold;
    width:  50px;
    height: 50px;
    color:  #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clear-items {float:left;margin-top:-12px;padding-right:8px;font-size: 10px;}

 .grid-scrollable {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 5px !important;
    max-width: 98% !important;
    height: 60px !important; /* adjust this slightly smaller than your parent */
    border: 1px solid #ccc !important;
    box-sizing: border-box !important;
}

.grid-scrollable .grid-slot {
    flex: 0 0 auto !important; /* don't shrink or grow, fixed width */
    width: 50px !important;    /* adjust slot width as needed */
    height: 100% !important;
}

.grid-scrollable::-webkit-scrollbar {
    height: 8px !important;
}

.grid-scrollable::-webkit-scrollbar-thumb {
    background-color: #ccc !important;
    border-radius: 4px !important;
}

.grid-scrollable::-webkit-scrollbar-track {
    background-color: #f8f8f8 !important;
}

.checkout-button {
    padding: 4px 4px;
    background-color: #28a745;
    color: #fff;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cart-subtotal {max-width:96%;font-size: 20px;}

.checkout-button:hover {
    transform: scale(1.1); /* Increase the size by 20% */
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3); /* Add a stronger shadow */
}

.minivote {background-color:#fff;color:#333;border:0px;border-radius:0px;border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  position: relative;
  margin: 1px;
  padding: 1%;}
.calendar-day {width: 99%;}
.text-checked-list {text-align: left;padding-left: 15px; }
#mobile_nav {display:none;position:fixed;left:0%;top:70px;width:100%;height:80%;background-color:rgba(0,0,0,0.8);font-size:18px;z-index:301;color:#fff;}
.mobile_link {display:block;width:100%;padding:4%;text-align: center;border-bottom: 1px solid #ccc;cursor: pointer;color:#fff;}
.mobile_link:hover {display:block;background:#FF9999;}
.ilogo {height:50%;margin-top:10%;}
.header_admin_links {float:left;padding-left:10px;color:#fff;width:60%;padding-top:3px;}
.header_logo {float:left;width:100px;cursor: pointer;font-size: 14px;}
.main-header{padding:0 5px;}
.main-header-links-mobile-trigger {padding-right: 25px;}
.main-header-links-mobile-nots {padding-right: 18px;}
.main-header-links-mobile-add {padding-right: 18px;}
.short_text {width:85%;}
.stretch-vid {margin-left:-30px;width:115%;margin-right:-15px;max-height:550px;border-radius: 12px;}
.live-stretch-vid {margin-left:-15px;width:109%;margin-right:-15px;max-height:550px;border-radius: 12px;position: absolute; top: -30; left: 0; width: 106%; height: 100%;}
.feed-class-img {width:38px;height:38px;border-radius:50%;border:2px solid #fff;}
.opening-box{text-align:center; padding:20px; font-size:18px; }

.topliner {padding:5px;padding-top:20px;}
.topliner_center {padding:10px;padding-top:20px;width:100%;}
.topliner_left {display: none;}
.topliner_right {display: none;}
.inner-choice {width:105%;margin-left:-5%;background-color: #fff;border-radius: 20px;padding-bottom:20px;padding-top:20px;margin-top: 10px;min-height:580px;}

.swiper {
  padding-left: 20px;  
  padding-right: 20px;  
  width: 96%;
  height: 250px;
}

.convo-box {width:100%;border:1px solid #eee; background-color:#fff; min-height:200px; max-height:200px; overflow-y:auto; display:flex; flex-direction:column-reverse;padding:5px;}
.funnel_top_text {font-weight: 700;font-size: 16px;}
.funnel-bg-img {display: flex;align-items: center;justify-content: center;height:auto;min-height:auto;overflow: hidden;}
.funnel-bg-img-sm {display: flex;align-items: center;justify-content: center;height:auto;min-height:auto;overflow: hidden;}
.funnel-bg {position: relative;min-height:350px;padding:0px;}
.funnel-pad {margin-top:-10px;padding-top:10px;padding-bottom:10px;}
.funnel-pad-sm {margin-top:-10px;padding-top:10px;padding-bottom:10px;}
.funnel-img {width:98%;border-radius: 20px;margin-top: 5px;margin-bottom:-10px;}
.funnel-img-sm {width:70%;border-radius: 20px;margin-top: 5px;margin-bottom:-10px;padding:20px;}
.funnel-single-image {margin:0px auto; max-width: 85%;border-radius: 20px;}
.funnel-col-img {max-width: 65%;border-radius: 20px;}
.funnel-img-rounded {border-radius: 20px;}
.funnel-img-circle {border-radius: 50%;}
.funnel-img-square {border-radius: 0px;}
.funnel-img-slight {border-radius: 8px;}
.funnel-pad-xxl-top {padding-top:200px;padding-bottom:50px;}

.funnel_sidebar {float:left;margin-top:0px;width:100%;padding:2px;display: flex;overflow-x: scroll;scrollbar-gutter: stable; height: fit-content;align-items: center; position: absolute;left: 0%;}
.funnel_mainbar {float:left;width:95%;padding-top:55px;padding-left: 6px;}
.fun_side_link{display: flex; width: fit-content; height: 50px; padding-right: 12px;white-space: nowrap; align-items: center; justify-content: center;}
.fun_side_link i{height: fit-content;margin: auto; height: fit-content;}
.fun_side_link span{margin: auto;}
.funnel_sidebar_words {white-space: nowrap;}
.funnel_sidebar_inner {width:96%;background-color:transparent!important;border:0px solid #ccc!important;border-radius:20px;padding:0px;text-align:left;display: flex;height: fit-content; overflow-y: hide;}
.helpLinks{display: none;}
.heat-wrap{padding-top: 75px;}

.modal {
  font-size: 16px;
  line-height: 24px;
  margin-top: 50px;
}

.modal-backdrop.show {
    opacity: .8;
}

.title-header {color:#333;padding-top:30px;line-height:26px;font-size: 20px;}
.title-main {padding-top:20px;font-size:24px;}
.title-smaller {font-size:24px;}
.title-inner-bold {font-size:20px;font-weight:bold;}
.title-inner-bottom {font-size:20px;margin-left:10%;margin-right:10%;}
.title-inner-middle {font-size:20px;color:#000;font-weight:bold;}
.solve-list {margin-left:10%;}
.splash-top {width:100%;padding-top:20px;}
.home-feed-img {text-align:center;margin:0 auto;min-width:100%;width:360px;margin-left: -20px;}
.title-header-top {color:#fff;padding:20px;line-height:50px;font-size: 34px;font-weight: bold;}
.title-logo {width:70%;}
#classes {width:100%;height:100%;text-align:center;margin-top:10px;}
.homepage-top {padding-top:20px;color:#fff;background: #000;height:290px;}
.reg-btn-alt {text-align:center;min-width:100px;height:50px;border-radius:12px;color:#fff;background-color:#8c52ff;
              box-shadow:2px 2px #777;padding:8px;padding-left:15px;padding-right:15px;font-size:14px;font-family: 'Spartan';
              font-weight: bold;padding-top:10px;cursor: pointer;white-space: nowrap;}

.user-nots {display:none;width:100%;height:400px;position:fixed;left: 0;top:7%;overflow-y:auto;background-color:#fff;
            border-radius:6px;box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.1);
            padding:0px;z-index:1001;font-size: 14px;line-height: 16px;}

.lesson-mats {max-width:100%;margin:1%;padding:1%;padding-top: 0px;}
.lesson-tabs {
    padding-left: 2%;
    padding-right: 2%;
  }

.top-tabs {
    position: fixed;
    z-index: 101;
    top:60px;
    margin-top: 0px;
    margin-bottom: 40px;
    min-height: 50px;
    line-height: 50px;
    color: #333;
    background: #e2eaed; 
    width:100%;
    padding-left: 1%;
    padding-right: 1%;
  }

.browse ul li {font-size: 14px; padding: 0 6px;} 
.lesson-tabs ul li {font-size: 14px; padding: 0 8px;} 
.logo_img{ width:90%;max-width:150px;margin-top:3px; }
.twhitetop {width:250px;padding-top:15px;}
.store_img_wrapper {width:33px;}
.in_img_wrapper{width: 25px; border:2px solid #fff;}
.comm_count {font-size:10px;}
.commtopleft{width:30%;font-size: 10px;}
.commtopmiddle{width:30%;font-size: 11px;}
.commtopright{width:30%;}
.row_middle_content {padding-top: 50px;}
.seemore {font-size:14px;}
.shop-cart-heading{font-size: 14px;}
.f24b{font-size: 18px;}
.single-body{padding:3px;}
.home-header-title{font-size: 18px;}

.live-end-stream {width:180px;padding:8px;text-align:center;border-radius: 10px;background-color: red;color:#fff;font-size: 13px; font-weight:bold;}
.live-overlay {font-size:11px; top: 5px; right: 10px; font-weight: bold;padding: 3px;max-height:25px;padding-top: 0px;}
.live-headliner {width: 100%; margin: 0px; margin-left: 0px; margin-top: 0px; background-color:#fafafa; clear: both; padding: 10px;text-align: left;border-radius: 0px;border:none; color: #000; box-shadow: none;}
.live-container {padding-top:0px;padding-left: 0px;padding-right: 0px;}  
.live-class-img {width:45px;height:45px;border-radius:50%;border:2px solid #fff;}
.live-about {float:left;width:85%;font-size: 16px;}

.features{margin-top: 40px;font-size: 14px;}
.features li img.header-icons{margin-bottom: 7px;margin-right: 1px;width: 16px;}
.features_white{margin-top: 40px;font-size: 14px;}
.features_white li img.header-icons{margin-bottom: 7px;margin-right: 1px;width: 16px;}
.home-text {font-size: 18px;}
.headline {font-size: 24px;}
.subheadline {font-size: 22px;}
.header-icons {display:flex;}

.bmess {font-size: 12px;}
.regular-radio {font-size: 14px;}          

.iframefb {height:220px;width:100%;}
.road_trip{padding-top:40px;}
.road_text{margin-top:20px;width:95%;text-align:center;margin-left:2%;}
  .payment-method .btn{max-width:275px;width:100%;}
  h2.fz36{font-size: 32px;}

 .main_wrapper {margin:1%;padding-left: 1%;}
 .cc-num {width:90%;}
 .cc-year {width:30%;}
 .cc-state {width:40%;}
 .shop .buy_now {font-size: 18px; padding: 10px 15px;}
 .needs_mobile_pad{margin-bottom:40px;}
 .buy_now_block {margin:1%;}
 .w65{width:  50%;}
 .create_container {font-size: 14px;}
 .create_container p.h3{font-size:16px;font-weight: bold;}
 .top-white-red{font-size:14px;color:red;font-weight:bold;}

 #main_content{float:left;width:100%;text-align:left;height:100%;background: #fff;}
 #main_center{height:100%; padding-top:0px;vertical-align: baseline;}
 .headliner{width:100%;margin:0%;background-color:#e2eaed;clear:both;padding:10px;text-align:left;border-radius:5px;color:#333;margin-top: 15px;padding-top:15px;}
 .feed-headliner{width:100%;margin:0%;background-color:#fff;clear:both;padding:10px;text-align:left;border-radius:5px;color:#333;margin-top: 15px;padding-top:15px;}
 .black_headliner{width:100%;background-color:rgba(0,0,0,0.9);color:#fff;clear:both;padding:20px;text-align:left;border-radius:5px;border:1px solid #ccc;}
 .container {width:100%;min-width:0px;padding:10px;} 

 .vision_butt {width:60px;font-size:14px;border-radius:50px;border:1px solid #fff;background-color:#000;padding:10px;position:fixed;right:30px;top:10%;z-index:10001;color:#fff;text-align:center;cursor:pointer;}
 .vision_butt a {
   color: #fff;
   font-size: 16px;
 }
 .vision_butt:hover a {
   color: #EA2D49;
 }
 .title-header-top{
    line-height: 46px;padding:30px;
 }
 .subtitle-header-top{
    font-size: 24px;line-height:32px;
 }

 .bigbox {width:100%;border-radius: 2px;}
 .course_link {font-size: 14px;}
 .course_linkunder {font-size: 8px;}
 .course_linkdark {font-size: 14px;}
 .course_giantlink{text-transform: uppercase;color:#000; letter-spacing: 2px; font-size: 18px;}
 .course_all_link{float:left;text-transform: uppercase;color:#fff; letter-spacing: 1.5px; font-size: 8px;padding:6px;padding-top:0px;padding-bottom:0px;border:1px solid #eee;border-radius:6px;margin:1%;margin-right:10px;}
 .course_descr {font-size:12px;color:#fff;line-height: 20px;}
 .course_downlink{text-transform: uppercase;color:#fff; letter-spacing: 1.5px; font-size: 8px;padding:6px;border:1px solid #ccc;border-radius:6px;margin:1%;margin-right:20px;}
 .bigperc {font-size: 24px; font-weight: bold;}

 .row_content{padding-top:20px;padding-left: 10px;padding-right: 10px;}
 .row_content_fb {text-align: left; padding-left: 10px;padding-right: 10px; padding-top:10px;}
 .blue_content{padding-top:15px;}
 .row_content .h1 {font-size: 150%;margin:0%;margin-bottom: 2%;}
 .browse{margin: 0;padding-top:0px; width:100%;}
    
 .div-container{padding: 20px;margin: 0 20px 20px;}
 .div-container .text-center-sm {padding-right: 15px;}
 .row_white .text-center-sm{text-align: center !important;margin-bottom: 40px;}
 .row_white .h1 {font-size: 200%;}
 .shop-cart-item .media-left{padding-right: 10px;}
 .shop-cart-item .media-body{vertical-align: middle;text-align:left;font-size: 14px;}
 .inner_small_text{font-size:16px;}

 .profile_info{float:left;width:45%;padding-top:10px;}
 .profile_sec_image{float:left;padding:0px;width:25%;}
 .box {width:96%;margin-left: 2%; font-size: 16px;}
 .buy_box {width:90%;margin-left: 2%; font-size: 16px;}
 .buy_now{border-radius: 0px;}

 .pCarousel {
   padding-left: 20px;  
   padding-right: 20px;  
   width: 94%;
   height: 620px;
  }

 #mystoretop{display:none;}

  .row_content .h3 {
     font-family: 'Open Sans', sans-serif;
     font-size: 100%;
     margin:0%;
     color:#000;
  }

  .row_main_content .h3 {
     font-family: 'Open Sans', sans-serif;
     font-size: 100%;
     margin:0%;
     color:#000;
  }

 .row_main_content .h1 {
     font-family: 'Open Sans', sans-serif;
     font-size: 220%;
     margin:2%;
     color:#000;
     padding-bottom: 3%;
  }
  .row_hometop_content img.padding-top-40-lg{padding-top: 0;}
  .row_homebottom_content .h1.marging-bottom-40{margin-bottom: 0;}
  .testimonial{min-height:150px;}

  .inner_box_white {
    background-color:#fff;border-radius: 20px; height:100%; padding:20px; margin-top:2%; color:#000; width:96%;margin-left:2%;
    box-shadow: 0 0 4px rgba(0,0,0,.2);-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    border-radius: 8px; position:relative; background-color: #fff; font-size: 16px;
  }

  .desert {padding-top:30px;font-size: 16px;font-family: 'Open Sans', sans-serif;}
  .desert .text p{font-size: 16px; margin:1%; width:100%;}
  
  .buytext {font-weight: bold;font-size: 14px;}
  .minibox {width:96%;margin-left: 2%;font-size: 14px;}
  .review_box {width:96%;margin-left: 2%;font-size: 14px;}
  .inner_box {width:100%;font-size: 14px;}
  .bigbox {width:96%;margin-left: 2%;font-size: 14px;}
  .plan_all {width:100%;margin:0px;}
}

@media (max-width: 991px) {
  .discount-info{padding-left: 20px;padding-right: 20px;font-size: 14px;}
  .donate-progress .card{padding:35px 30px 30px;}
}
@media (max-width: 767px) {
  .prod_detail .prod_price_wrap{position: relative;right:auto;top:auto;text-align: left;}
  .prod_detail .prod_name{padding-right: 0;font-size: 14px;}
  .list-options{margin-bottom: 20px;}
  .prod_img{width:80px;}
  .mobnoshow{display: none;}

  h2.fz36{font-size: 24px;}
}

@media only screen and (min-width: 480px) and (max-width: 850px) {
  .custom-btn.social-btn {
    padding: 14px 43px;
    word-spacing: 0px;
    font-size: 11px; }
}
/* Bootstrap 5 column */

.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    #citrusSqueezeImg {
        height: 214px !important;
    }
    #pinchOfVanillaImg {
        height: 214px !important;
    }
    .poopToilet {
        height: 950px;
        margin-left: 500px;
        margin-top: -270px;
        position: absolute;
        width: 600px;
        z-index: 40;
    }
}

/* New Responsive */
@media (max-width: 1199px) {
    .figure_text h4 {
        font-size: 18px;
    }
    .add-to-cart,
    .view-cart {
        font-size: 16px;
    }
    .main_wrapper {
        padding-top: 200px;
    }
    .special-offer-text{margin-top: 20px;margin-bottom: 20px;max-width: 500px;}
    .special-offer-text .text-blue{font-size: 22px;}
    .special-offer-text h3{font-size: 30px;}
    .special-offer-text .lead{font-size: 19px;}
}
@media (max-width: 991px) {
    .main_menu li {
        padding-left: 0;
        padding-right: 0;
    }
    #header2 {
        height: auto;
        padding-bottom: 20px;
    }
    .main_wrapper {
        padding-top: 170px;
    }
    .figure_text label.form-label {
        font-size: 16px;
    }
    .special-offer-text .text-blue{font-size: 18px;}
    .special-offer-text h3{font-size: 23px;margin-bottom: 20px;}
    .special-offer-text .lead{font-size: 15px;margin-bottom: 20px;}
    .special-offer-text .btn-wrap{margin-top: 20px;}
}
@media (max-width: 850px) {
    .main_wrapper {
        margin: 0;
    }
    /*.col-sm-6.grid{float: none;width: 100%;padding-left: 15px;padding-right: 15px;}*/
    .circle-added{top: 100px;}
    .cart-img{width: 90px;height: 90px;}
    .sc-content{padding: 20px 0;text-align: center;font-size: 14px;}
    .shop-cart-footer .sc-content{padding: 0 20px;text-align: right;}
    .money-back{margin-top: 20px;}
    .ssl{margin-bottom: 30px;}
    .mt15-xs{margin-top: 15px;}
    .edit-cart{margin-bottom: 20px;}
}
