
/*  Theme Name:   PETRANCA Unlimited - Bricks Child Theme  Theme URI:    https:/petranca.ch/  Description:  This child theme to extends Bricks.  Author:       Claudio Petranca  Theme URI:    https:/petranca.ch/  Template:     bricks  Version:      1.1  Text Domain:  bricks */ html { overflow-x: hidden; }  /*///////////////////////////////////////////////////////////// GLOBAL /////////////////////////////////////////////////////////////*/  *, *:focus {   outline: none!important; }   address{ 	font-style: inherit; }  small{ 	font-size: 0.85em; 	line-height: 1em; }  .no-pointer-event > a{ 	pointer-events: none; }  .no-pointer-event{ 	cursor:pointer; }    /*REMOVE X FROM SEARCH INPUT*/ input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {   -webkit-appearance:none; }  /*SELECTION*/ ::-moz-selection  {    color: white;    background-color: var(--bricks-color-gespxn); } ::selection  {    color: white;    background-color:  var(--bricks-color-gespxn); }  /*SCROLLBAR*/ body::-webkit-scrollbar { 	width: 5px; }  body::-webkit-scrollbar-track { 	background:  var(--bricks-color-xcxahp);   border-left: 0; } body::-webkit-scrollbar-thumb {   	background-color:  var(--bricks-color-gespxn); }  /*///////////////////////////////////////////////////////////// THEME SPECIFIC /////////////////////////////////////////////////////////////*/  a.bricks-button.btn{ 	gap: 0;  }  a.bricks-button.btn i{ 	opacity:0; 	width:0; 	padding: 0; 	transition: all .2s; }  a.bricks-button.btn:hover i{   opacity: 1;   width: 25px; }  /*SEO PRESS COOKIE BANNER*/  #seopress-user-consent-close{ 	display:none; }  #seopress-user-consent-accept{ 	background: var(--bricks-color-mmafrx);     color: white;     padding: 5px 10px;     border: none;     border-radius: 6px; 	transition: all 0.25ms; }  #seopress-user-consent-accept:hover{ 	background: white;     color: var(--bricks-color-mmafrx); }  .seopress-user-message a{ 	text-decoration: underline; 	color: var(--bricks-color-gespxn); }  .seopress-user-consent.seopress-user-message {     border: none; }