/**
* Theme Name: Corino Child
* Description: This is a child theme of Corino, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: corino
* Version: 1.0.4
*/

#secondary .widget:not(:last-child) {
  padding-bottom: 0;
  margin-bottom: 10px;
}

.widget:not(:last-child) {
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.corino-mobile-nav {
	left: unset !important;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(330px, 0, 0);
}
/*modifiche al menu mobile*/
.corino-mobile-nav .mobile-nav-tabs ul .mobile-pages-title {display: none}
.corino-mobile-nav .mobile-menu-tab.active {margin-top: 55px}
/*.corino-mobile-nav .mobile-menu-tab.active:before {content: "MENU"}*/