/*
 Theme Name: Camping Child
 Theme URI: http://buylanka.lk/
 Description: A child theme for the Camping.
 Author: #TrueKandyan
 Author URI: http://asanka.buylanka.lk/
 Template: camping-zone
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: blog, one-column, custom-colors
 Text Domain: camping-child-theme
*/

    /* *** HEADER FIX: Forces transparency, positioning at the top (top of the site) *** */
.site-header, .main-header { 
    background-color: transparent !important; 
    background: transparent !important; 
    box-shadow: none !important; 
    
    position: absolute !important; 
    width: 100%;
    top: 0;
    z-index: 100; 
}
/* Custom style for owl-stage margin */
.owl-stage {
    margin-top: 50px !important;
}

