/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*.dkr-icon-topbar {
	margin-top:0.695vh;
	
}*/

#dkr-scroll-top {
	display: none;
}

/*REMOVE AFTER SITE'S PUBBLICATION*/
.otgs-development-site-front-end {
    display: none;
}

/* stilysh b2b icon nav menu */
.dkr-icon-topbar-b2b .elementor-79 .elementor-element.elementor-element-cc2154d .elementor-icon {
    margin-top: -2.78vh
}


/* stilysh newsletter button */

.dkr-button-newsletter button.elementor-button.elementor-size-sm {
	margin-top: 15px;
	
}

/* Stilysh link */
a {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
  color: inherit;
}


/*mobile nav menu styling*/
.dkr-mobile-nav ul.sub-menu li {
    border: none!important;
}

/*Serie's archive styling*/
.dkravo-series-accordion span.e-n-accordion-item-title-icon {
    transform: rotate(90deg);
}

.ava-material-series-loop{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ava-product-featured-image img:hover {
    transform: scale(1.10);
}

.ava-product-featured-image img {
    transition: 0.3s;
}

/*Adding "mm" to product loop measures*/
.ava-product-loop-diametro p:after,
.ava-product-loop-aterra p:after,
.ava-product-loop-fcuscinetto p:after,
.ava-product-loop-dpiastra p:after,
.ava-product-loop-lmozzo p:after,
.ava-product-loop-lfascia p:after{
    content: "mm";
    font-size: 0.8em;
}

/*customizing hover color to each product line in nav menu*/
li.poliuretano a:hover,
li.poliuretano a.elementor-item-active{
    background: #ffdb00!important;
    /*color: #333438!important;*/
}

li.gomma a:hover,
li.gomma a.elementor-item-active{
    background: #103b6f!important;
	color: white!important;
}

li.poliammide a:hover,
li.poliammide a.elementor-item-active{
    background: #bcba62!important;
	color: white!important;
}

li.inox a:hover,
li.inox a.elementor-item-active{
    background: #5a91aa!important;
	color: white!important;
}

li.ghisa a:hover,
li.ghisa a.elementor-item-active{
    background: #695241!important;
	color: white!important;
}

li.alta-temperatura a:hover,
li.alta-temperatura a.elementor-item-active{
    background: #e94836!important;
	color: white!important;
}

li.rulli-transpallets a:hover,
li.rulli-transpallets a.elementor-item-active{
    background: #e98f02!important;
	color: white!important;
}

li.antistatico-conduttivo a:hover,
li.antistatico-conduttivo a.elementor-item-active{
    background: #7ac9cb!important;
	color: white!important;
}

li.ruote-ascensori a:hover,
li.ruote-ascensori a.elementor-item-active{
    background: #bad8ee!important;
	color: white!important;
}

li.pneumatica a:hover,
li.pneumatica a.elementor-item-active{
    background: #71bba4!important;
	color: white!important;
}

li.decauville a:hover,
li.decauville a.elementor-item-active{
    background: #57575c!important;
	color: white!important;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .dkravo-series-accordion .e-n-accordion-item-title-icon span svg{
    	height: 4vw!important;
	}
}

@media only screen and (max-width: 767px) {
  .dkravo-series-accordion .e-n-accordion-item-title-icon span svg{
    	height: 6vw!important;
	}
}

/* Banner background color stylish */
.dkr-background-banner {
background-position: calc(50% - 12vw) center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* tablet e mobile (max 1024px) */
@media (max-width: 1024px) {
    .dkr-background-banner {
        background-position: right center !important;
    }
}