/*
 Theme Name:   OceanWP Child
 Theme URI:    https://oceanwp.org/
 Description:  Child theme for OceanWP
 Author:       Mountofarm Pvt Ltd
 Author URI:   https://mountofarm.com/
 Template:     oceanwp
 Version:      1.0.0
*/

/* Import parent styles */
@import url("../oceanwp/style.css");

.page-header{
    display:none;
}
#top-bar{
    display: none;
}
.description_tab .active:active{
    color: #0C3523;
}