/*
Theme Name:  Interico: Child Theme
Theme URI:   http://www.themicart.com/
Description: Child theme for the Interico WordPress Theme. Use it for manipulating the theme files so the core remains original, which is necessary for updates not to override the changes made.
Author:      Themicart
Template:    interico
Version:     1.0.0
*/

/* begin CSS code */
.subnav-item i {
    color: #7d6741;
}
.header-style-2.subnav-dark .header-wrapper {
    background: #2f2e2e;
}
#mainmenu ul li.menu-item-has-children a {
    padding: 10px 40px 10px 20px;
}
#mainmenu ul li.menu-item-has-children:last-child a {
    padding-bottom: 20px;
}
#mainmenu li ul li#menu-item-14461 ul.sub-menu {
    top: auto;
    bottom: 0;
}
#mainmenu li ul li#menu-item-14648 ul.sub-menu {
    top: auto;
    bottom: 0;
}
a[type="link"] {
    display: none;
}







