/*
Theme Name: Printnow
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Printing Company & Design Services HTML Template
Version: 1.1.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

1. General styles
2. Typography
3. Helpers
4. Preloader
5. Go up button
6. Header and navigation
7. Hero Section
8. About us
9. Services
10. Fun facts
11. Projects
12. Pricing
13. Testimonial
14. CTA
15. Team
16. Video Banner
17. Shop
18. Marquee
19. Blog
20. Footer

Main Style file-> assets/css/main.css 
*/
/* ZAK overrides: hide header top, make header not overlap, keep sticky */
.header-top-section{display:none !important;}

/* The theme sets the wrapper as absolute; make it flow normally */
.header-section-3{position:relative !important; top:auto !important; left:auto !important; width:100%; z-index:1040;}

/* Keep the sticky inner bar consistent and opaque */
#header-sticky{position:sticky; top:0; z-index:1040; background:#fff !important; box-shadow:0 2px 10px rgba(16,24,40,.06);}

/* Clean border/lines some variants inject */
.header-section-3,
.header-1,
.header-1.style-3{border-bottom:0 !important;}
.header-section-3::before,
.header-section-3::after,
.header-1::before,
.header-1::after{content:none !important; display:none !important;}

/* Help anchor targets and first sections avoid being hidden under the sticky header */
.breadcrumb-wrapper,
.about-hero,
.section-padding:first-of-type{scroll-margin-top:100px;}
