/*
Theme Name:  Nectarblocks Child Theme
Version:     1.0.0
Template:    nectar-blocks-theme
Description: Child theme for Nectarblocks.
Theme URI:   https://nectarblocks.com
Author:      NectarBlocks
Author URI:  https://nectarblocks.com
License:     Custom license
License URI: https://nectarblocks.com/license
Text Domain: nectar-blocks-theme
*/

/*-------------------------------------------------------------------------*/
/* Note: The theme CSS files are loaded through the /css/ folder. 
/*-------------------------------------------------------------------------*/

/* ==========================================================================
   VARIABLES GLOBALES
   ========================================================================== */
:root
{
	--container-padding: 6vw;
    --wp--style--root--padding-left: 6vw;
    --wp--style--root--padding-right: 6vw;
}

html 
{ 
	font-size: 16px; 
}

@media only screen and (max-width: 1024px) {
    :root 
	{
    	--header-mobile-fullwidth-horizontal-padding: 5vw;
		--scroll-bar-w: 0px;
	}
	
	html 
	{ 
		font-size: 14px; 
	}
}


/* ==========================================================================
	NAVIGATION
   ========================================================================== */

#nectar-nav[data-format=menu-left-aligned] .row .col.span_3 {
    margin-right: 1.2rem;
    /* background-color: #ffffff; */
    padding: 0 2rem;
}

/*#nectar-nav[data-full-width=true] header>.container
{
	padding: 0 2vw 0 0 !important;
}*/

/*Intéraction hp hover
#top .container .row > .col.span_3
{
	overflow: hidden;
	background-color: var(--accentPrimary);
}

#top .container .row > .col.span_3:before{
    content: '';
    background-color: #dc9135;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transform: translateY(130%) rotate(8deg);
	transition: transform 600ms cubic-bezier(0.16,0.8,0.4,1);
}

#top .container .row > .col.span_3:hover:before,
#menu-item-75 a:hover:before{
	transform: translateY(0%) rotate(0deg);
}
*/