/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


html, body {
            -ms-overflow-style: none !important; /* IE و Edge */
            scrollbar-width: none !important; /* Firefox */
            overflow-y: scroll !important;
        }
        
        html::-webkit-scrollbar, body::-webkit-scrollbar {
            display: none !important; /* Chrome, Safari */
            width: 0 !important;
            height: 0 !important;
        }
        
        * {
            scrollbar-width: none !important;
        }
        
        *::-webkit-scrollbar {
            display: none !important;
        }




body {
	background-blend-mode: hard-light;
}



/* estils text */

sup {
	bottom: 4.5ex;
	font-size: 1.2rem;
	font-weight: 500;
	font-style:italic;
}

@media only screen and (max-width: 1200px) {
	sup {
	bottom: 2.5ex;
	font-size: 1rem;
	font-weight: 500;
	font-style:italic;
	}
}

@media only screen and (max-width: 600px) {
	sup {
	bottom: 2.5ex;
	font-size: 0.8rem;
	font-weight: 500;
	font-style:italic;
	}
}

/* header */

#masthead {
	height: 6rem;
}

.site-header {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	margin: 0 auto;
}

.admin-bar .site-header  {
    top: 32px;
}

/*
.inside-header.grid-container {
	border-bottom: 2px solid;
}
*/

/* menu */

#primary-menu {
	display: none !important;
}
.menu-toggle {
	display: none !important;
}

.menu_obert {
	background-blend-mode: hard-light !important;
}

.menu-bar-items p {
	margin-bottom: 0;
}

/* tv noise en el menú */

/*
.menu_obert::before {
	position: fixed;
	top: 0;
	left: 0;
	width: -webkit-fill-available !important;
	height: -webkit-fill-available !important;
	content: "";
	opacity: .02;
	z-index: 1000;
	pointer-events: none;
	background: url(/wp-content/uploads/2026/03/noise.gif);
}
*/

@media only screen and (max-width: 600px) {
.gb-overlay__content {
	overflow-y: scroll;
}
}


/* textura */

.barres {
  background-image: repeating-linear-gradient(45deg, #1f1f1f, #1f1f1f 2px, transparent 2px, transparent 12px);
}

/* contingut */

#page {
	margin-top: 6rem;
}

/*
#content {
	border-right: 2px solid;
	border-left: 2px solid;
}
*/



#masthead, #page, .site-footer, #gb-overlay-68 {
	/*filter: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"><defs><filter id="filter-noise"><feTurbulence result="TURBULENCE" baseFrequency="0.2" numOctaves="4" seed="1" /><feDisplacementMap in="SourceGraphic" in2="TURBULENCE" scale="1.3" /></filter></defs></svg>#filter-noise');*/
	filter: url(#filter-noise);
	overflow-x: hidden;
}

#masthead, #page, .site-footer {
	mix-blend-mode: multiply;
}

/* tv noise */
.noise::before{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    content: "";
    opacity: .02;
    z-index: 1000;
    pointer-events: none;
    background: url(/wp-content/uploads/2026/03/noise.gif) ;
}

/* publicacions */
/* carousel */


/* color fons pagines */

#page {
	border-top: 2px solid;
}

/*
.page-id-169 #page {
	background: #ffd8df;
}

.page-id-170 #page {
	background: #e2ffe5;
}
*/




/* footer */
.inside-site-info.grid-container {
	border-top: 2px solid;
}
