/*
Theme Name: Ronix Child
Theme URI: https://www.ronixitalia.it/
Description: A child theme of Ronix Theme
Author: Millemila
Author URI: https://www.millemila.it
Version: 1.0.0
Text Domain: ronix
Template: ronix
*/

body {
    font-family: 'Helvetica', 'Arial', sans-serif;
}

header.fixed {
    box-shadow: 0 0 17px 2px #cfcfcf;
    z-index: 999;
}
li#menu-item-169{
	list-style-type: none;
	background: #dd3333;
	
}
li#menu-item-169 a {
    line-height: 64px;
    padding: 0 17px;
	color: #f2f2f2;
}
li#menu-item-169 a:hover {
	color: #3d3d3d;
}
nav.main_menu ul li:hover,
li#menu-item-169:hover{
    background: #f2f2f2;
    border-bottom: 2px solid #bf0000;
    text-shadow: 0 0 1px #3d3d3d;
    transition: .2s all ease-in-out;
    color: inherit;
	cursor: pointer;
}


h4, h3, h2, h1 {
    margin-bottom: 0;
    padding-bottom: 16px;
}
.title {
    height: 98px !important;
}
.portfolio_main_holder .item_holder.slow_zoom .icons_holder a{
	display: none !important;
}

.portfolio_description {
    z-index: 1000000 !important;
    position: relative !important;
    margin-top: -35px !important;
    background-color: transparent !important;
    padding: 0px !important;
    color: #fff !important;
}