/*
Theme Name:  Brivona Child Theme
Description: Child theme for the Brivona theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    brivona
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */


/* this exists in custom theme code, admin panel
.tm-titlebar-main .breadcrumb-wrapper span.current-item {color: #033b4a; !important}

p.posted_in{display: none;}
.tm-titlebar-wrapper .breadcrumb-wrapper .breadcrumb-wrapper-inner {
    background-color: #66666624;
    padding: 15px;
    display: inline-block;
}
.tm-header-style-classicinfo .header-widget .header-icon .icon {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgb(3 59 74 / 10%);
    -moz-box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
    box-shadow: 0 0 10px 0 rgb(3 59 74 / 10%);
    display: none;
}*/

@media (max-width: 1200px) {
  #mega-menu-wrap-tm-main-menu #mega-menu-tm-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
  }
}