/*
 *		Let's temporarily hide some elements on our homepage.
 */

/* Hide the newsletter subscription form on our homepage */
.newsletter {
    display: none !important;
}

/* Hide the popular products on our homepage */
section.product-tabs.section-padding.position-relative {
    /* display: none; */
}

/* Hide the banners on our homepage - just above our categories */
section.banners.pt-60 {
    display: none;
}

/* Hide the featured items from our footer */
footer section.featured {
  display: none;
}

/* Hide the right-side banner image on our product pages */
.theiaStickySidebar .banner-img img {
    display: none !important;
    visibility: hidden !important;
}


/*

*/

#news-flash { display: none !important; }

/* FOOTER CSS 

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}
*/

@media (min-width: 576px) {
    
	/* .footer-link-widget:not(:last-child) { margin-left: 50px; } */
    .footer-link-widget { margin-left: 50px; }
	.widget-about { padding-right: 10px; margin: 0 0 0 40px; }
	footer.main { margin: 0px 50px; }
	footer .col-lg-6 {
    	padding: 0px 50px;
	}
  
}

@media (max-width: 576px) {
  
  	.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
      max-height: 125px !important;
    }
    
    .auth-card.auth-card__horizontal.row {
      margin-top: -98px;
      margin-bottom: -200px;
	}
    .auth-card.auth-card__horizontal .auth-card__left {
      display: none;
  	}
  
  	.mobile-promotion { display: none !important; }
  
    .header-action-2 .header-action-icon-2>a {
      padding: 0 10px 0 10px !important;
    }
  
    .slider-content h1 {
      padding: 0 25px 0 25px;
      font-size: 25px !important;
    }
  
    .hero-slider-1 .slider-content p {
      padding: 0 25px 0 25px;
    }
  
    .newsletter .newsletter-inner img { display: none !important; }
    
	footer.main {
    	margin: 65px 0px;
        text-align: center;
	}
  
}

@media (min-width: 768px) {

    body { letter-spacing: 0.25px; }

    header { margin: 0 50px; }
    .header-style-1 .header-bottom-bg-color {
        padding: 20px;
    }
    .header-style-1 .header-top-ptb-1 {
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 0.25px;
    }
    .hero-slider-1 .slider-content p {
        font-size: 30px;
    }
    .main-menu>nav>ul>li>a i {
        font-size: 18px;
    }
    .display-2 {
        font-size: 50px;
    }

    main { margin: 0 50px; }
    .hotline p { align-content: center; }
    .hotline p span { display: none !important; }
    .col-lg-6.text-end.d-none.d-md-block.col-xl-4 {
        display: none !important;
    }
    .col-xl-4.col-lg-6.col-md-6 {
        margin-inline-end: auto;
    }
  
    /* Add some padding to our popular products tabs on our homepage */
    section.product-tabs .row {
        padding: 20px 50px 0 100px;
    }

    /* Add some padding to our popular products groups on our homepage */
    section.top-products-group {
        padding: 0 50px 50px 100px;
    }
    
    .banner-text p { letter-spacing: 0px; }
    footer { letter-spacing: 0.25px; }

    
    .widget-about {
        min-width: 350px;
    }
    .newsletter .newsletter-inner {
        background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), url(https://txfunnyfarm.com/storage/newsletter-bg-4.png) !important;
    }
  
}