/*
Theme Name: child theme
Author: 
Description: sohel
Version: 1.0
Template: oceanwp

This is the child theme for OceanWP theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/* Fixed header in top when scroll  */

/* Default header (not fixed at first) */
#site-header {
    position: relative;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease;
}

/* Fixed header when scrolled */
#site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff; /* keep background solid */
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
#footer-widgets{
	color: white !important;
}
.oceanwp-about-me img {
	width:120px !important;
}
.tagged_as{
	display:none !important;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons{
	display:none !important;
}
