/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2024 | 11:38:53 */
/* CUSTOM GP */
html {
	scroll-behavior: smooth;
}


/* Coses que molesten de GP */
* {
 	outline: 0;
}

.sticky {
	position: sticky;
    top: 0;
}
@media (max-width: 767px){
	.sticky {
		position: inherit !important;
	}
}
body.admin-bar {
	.sticky {
		position: sticky;
		top: 46px;
	}
	@media (min-width: 783px){
	  	.sticky {
			top: 32px;
		}
	}
}

/* Utilitats */
.coltxt-2 {
	column-count: 2;
}
@media (max-width: 1199px){
	.coltxt-2 {
		column-count: 1;
	}
}

.dots-limited {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pointer-none {
	pointer-events: none !important;
}

.d-none {
	display: none !important;
}

@media (max-width: 767px) {
	.entry-content > .gb-container {
		padding-right: 20px;
    	padding-left: 20px;
	}
}
@media (max-width: 767px) {
	.gb-container-site-footer {
		padding-right: 20px;
    	padding-left: 20px;
	}
	.wp-block-navigation__responsive-container .gb-container-site-footer {
		padding-right: 0;
    	padding-left: 0;
	}
}