/*
 Theme Name:   Rendition Child
 Theme URI:    http://sppsl.net/rendition-child/
 Description:  Rendition Child Theme
 Author:       Jordi
 Author URI:   https://sppsl.net
 Template:     rendition
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  rendition-child
*/

/*/////////////////////////////////////////////////////////////////////////////////////////
///////Quadre enviar arxius formularis	*/
.codedropz-upload-handler{
	border: 3px dashed #24890d !important;
	border-radius: 5px;
}

/* Cambiar logo superior esquerra admin bar*/
#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before, #wp-admin-bar-wp-logo .ab-item .ab-icon:before {
	content: url(https://sppsl.net/wp-content/uploads/2026/01/sppsl-rodo.png);
    top: 2px;
}

/*Ocultar logo captcha, excepte pagines contact form*/
.grecaptcha-badge { 
    visibility: hidden;
}
.page-id-90 .grecaptcha-badge, .page-id-208 .grecaptcha-badge, .page-id-93 .grecaptcha-badge, .page-id-582 .grecaptcha-badge, .page-id-102 .grecaptcha-badge, .page-id-92 .grecaptcha-badge, .page-id-94 .grecaptcha-badge {
    visibility: visible !important;
}

/*Formularis cambiar colors camps checkbox i radio*/
input, 
textarea {
	border: 3px solid rgba(143, 201, 123);
	border-radius: 6px;
}
input:focus,
textarea:focus {
	border: 3px solid rgba(36, 137, 13);
	outline: 0;
}
/*Color verd intern checkbox i radio*/
input[type="checkbox"] {
  filter: contrast(70%) hue-rotate(240deg) brightness(1.5);
}
input[type="radio"] {
  filter: contrast(70%) hue-rotate(240deg) brightness(1.5);
}
/*Tamany aumentat checkbox i radio*/
input[type="checkbox"]{
margin-left:18px!important;
margin-right:18px!important;
margin-bottom:18px!important;
-moz-transform: scale(1.3);
-webkit-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
input[type="radio"]{
margin-left:10px!important;
margin-right:10px!important;
margin-bottom:10px!important;
-moz-transform: scale(1.3);
-webkit-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
/*/////////////////////////////////////////////////////////////////////////////////////////
///////Formulari acces usuaris TML colors camps i mides	*/
.tml > form:nth-child(2){ /*Marc groc*/
		border: 10px solid #F4B727;
        border-radius: 10px;
	    padding: 15px 15px;
}
#user_login{ /*Marc camp verd*/
	max-width: 90%;
	border: 3px solid #8FC97B;
	border-radius: 6px;
  transition: border-width 0.3s, border-color 0.3s;
}
#user_login:hover {
    border-color: #24890d; /* Color cambia a verd fosc */
}
#user_pass{
	max-width: 90%;
	border: 3px solid #8FC97B;
	border-radius: 6px;
  transition: border-width 0.3s, border-color 0.3s;
}
#user_pass:hover {
    border-color: #24890d; /* Color cambia a verd */
}
.tml-links{ /* Ocultar text contrasenya perduda */
	visibility: hidden;
}

.tml-button {
  background-color: #24890d; /* Color de fons verd */
  color: white; /* Color del text blanc */
  padding: 8px 20px; /* Espai intern (adalt/abaix 15px, esquerra/dreta 32px) */
  border: none; /* Sin borde */
  border-radius: 6px; /* Cantonadas rodones */
  cursor: pointer;  /* Cursor de ma al pasar el ratoli */
  font-size: 16px; /* Tamany de la font */
  box-shadow: none;
  /*font-weight: bold; */ /* Text en negreta */
}