/*
Theme Name: Decibel Child
Theme URI: https://demos.wolfthemes.com/decibel/landing/
Description: Decibel Child theme
Author: WolfThemes
Author URI: https://wolfthemes.com
Template: decibel
Version: 3.0.2
*/

/* hides defunct phone icon in the navbar */

.wvc-social-icon-link.fa-solid.fa-phone {
    display: none !important;
}

/* fixed top nav being broken by 80px top padding theme update */
.home .content-inner.wvc-row{
    padding-top: 0 !important
}