/*
 Theme Name:   mot
 Theme URI:    https://tandem.blog
 Description:  GeneratePress child theme
 Author:       Tandem
 Author URI:   https://tandem.blog
 Template:     generatepress
 Version:      0.1
*/

/* editor */

.wp-block.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input.rich-text {
  color: black !important;
}


/* web */

p a, li a {
    text-decoration: underline;
}


hr {
    background-color: var(--accent);
}

.wp-block-separator {
	border-top: 1px solid var(--contrast);
	border-bottom: 0px solid;
}



blockquote {
    border-left: 0px solid rgba(0,0,0,0);
}


::selection {
  color: black;
  background: yellow;
}

.wp-block.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input.rich-text {
  color: var(--contrast);
}

/* menu */

.site-header a {
  text-decoration: none;
}

/* menu fixe */
.nav-float-right .navigation-stick {
    margin: 0 auto;
    max-width: 1200px;
}

/* menu comprar entrades */

.secondary-navigation .inside-navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.secondary-nav-above-header .secondary-navigation .inside-navigation.grid-container {
    padding: 0px !important;
}


.navigation-search input[type="search"], .navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus, .main-navigation .main-nav ul li.search-item.active > a, .main-navigation .menu-bar-items .search-item.active > a {
	color: var(--contrast);
	background-color: var(--blanc);
	opacity: 1;
}


/* inici */


body.home .entry-content {
  background: var(--accent-2) !important;
}


.page-id-46 .entry-content {
  background: var(--accent-2) !important;
}

.page-id-46 .entry-content {
  background: var(--accent-2) !important;
}


body.home .inside-article {
	background: var(--accent-2) !important;
}

.page-id-46 .inside-article {
	background: var(--accent-2) !important;
}

/* pàgines */

.page-id-196 .entry-content {
  background: var(--accent-2) !important;
}


.entry-header {
	background: var(--accent-2) !important;
	color: var(--base) !important;
}




/* transperencia capçalera títol */
.entry-header {
    background: var(--transparent);
    padding: 40px;
}

.entry-content {
    padding: 2em;
}

/* portada fons transparent */
body.home .entry-content {
    background: var(--transparent);
    padding: 0;
}


/* blog */
/* imatge capçalera */
.imatge_destacada_blog {
  margin-bottom: -10px;
}
/* navegacio de posts */
#nav-below {
    background: white;
    padding: 20px;
    border-top: 1px dashed;
}


.facet-portada {
	color: var(--blanc);
}

.facet-portada a {
	color: var(--blanc) !important;
}


/* CPT */

/* icones  */

.icona-edicio {
  opacity: 0.2;
}

/* graella tots els actes i autors */

.wp-post-image {
   transition:  .4s ease-out;
}

.wp-post-image:hover {
    opacity: .3;
    transition: .4s ease-out;
}

/* títol graella amagat
 * 
.element-graella .fwpl-col {
  overflow: hidden;
}

.autors-graella {
display: block;
white-space: nowrap;
text-overflow: ellipsis;
}

 */

.resultat_graella {
	margin-bottom: 30px;
}

.resultat_graella .fwpl-result {
  margin-bottom: 20px !important;
}

.titol_graella {
  background: white;
  margin: -15px 0 10px 0;
  display: inline-block;;
  padding: 0 10px 0 0 !important;
  float: left;
}

.autors-graella {
  min-height: 6rem;
}

/* graell actes >> NO link autors!!! */

.autors-graella a {
  pointer-events: none;
  cursor: default;
}

.graella_modera a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: var(--contrast);
}


/* CPT actes single */

.resum-acte h2 {
    font-size: 2rem;
}

.titol-acte h3 {
	font-size: 1.3rem;
	font-weight: 500;
	color: grey;
}

.data-acte h3 {
	font-size: 1.7rem;
	font-weight: 700;
	color: var(--base);
}

.localitzacio-acte h3 {
    font-size: 1.7rem;
	font-weight: 700;
	color: var(--base);
}


.graella-acte {
  background: var(--blanc);
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  grid-template-areas:
       "b a a"
       "c c c";

  align-items: start;
  margin: 0 auto;
}

.graella-acte a {
     text-decoration: underline;
}

.text-acte {
grid-area: a;
display: grid;
grid-gap: 20px;
}

.imatge-acte {
grid-area: b;
}

.localitzacio {
grid-area: c;
}

.resum-acte {
	display: grid;
	gap: 8px;
}






/* icona mapa acte */

.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
  margin-left: -5px !important;
margin-top: -50px !important;
width: 45px;
height: 45px;
}


/* modera */

.biografies-dins-actes h3 {
  font-size: 18px;
}

.moderacio {
  margin: 40px 0;
}

.moderacio h3 {
  font-size: 18px;
}




/* CPT autors single */

.graella-autor {
  background: var(--blanc);
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  grid-template-areas:
         "a a b";
  align-items: start;
  margin: 0 auto;
}

.graella-autor a {
     text-decoration: underline;
   }

.text-autor {
grid-area: a;
display: grid;
gap: 20px;
}

.llista_recomanacions {
  margin-left: 60px;
  margin-top: -20px;
}


.foto-autor {
grid-area: b;
}


/* graella +mot */

.imatge-mes-mot-grid img {
	height: 250px;
	object-fit: cover;
}



/* plantilla pàgina localitzacions */


.leaflet-popup-content-wrapper {
    border-radius: 0px !important;
}


/* plantilla autors i actes */

/* icona fitxes */
.icona-camps img {
  width: 35px;
  height: auto;
  padding-right: 7px;
  float: left;
  opacity: 0.3;
}

note {
    font-weight: 700;
}


/* responsive */
@media (max-width: 768px) {
	
	.site-branding {
  display: none;
	}

  .descripcio-acte h2 {
    font-size: 1.4rem;
}

.graella-acte {
  grid-template-areas:
       "b b b"
       "a a a"
       "c c c";
}

.graella-autor {
  grid-template-areas:
         "b b b"
         "a a a";
}


} /* fi @media query*/


/* graella actes */

@media (min-width: 768px) {

.facetwp-facet {
    margin-bottom: 40px;
    display: flex;
}

.facetwp-radio {
    padding: 20px;
}

}


.img-organitza {
  max-width: 150px;
}


/* resoponsive graelles */

@media (max-width: 767px) {
body .facetwp-template .fwpl-layout,
body .facetwp-template-static .fwpl-layout {
grid-template-columns: repeat(2, 1fr); /* modificar el nombre de columnes */
}
}


/* gravity forms */

.gform_required_legend {
	display: none;
}

.gform_wrapper .gfield_required {
    color: #fff !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
	border: 3px solid var(--accent-2);
	color: var(--accent-2);
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 20px;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
	color: var(--base);
	background: var(--accent-2);
}


.gform_wrapper .field_description_below .gfield_consent_description, .gform_wrapper .gfield_consent_description {
    max-height: 60px !important;
    border: 1px solid #ddd0 !important;
	background: transparent;
}

#gfield_consent_description_2_3 a {
    color: white;
}

/* portada  subscripcio i social */

.gfield_label {
  color: var(--accent);
}


.fondu {
	padding: 30px;
	background: var(--base);
}

.social-home ul {
    margin: 0;
    text-align: center;
}

.social-home ul li {
    display: inline;
	padding-left: 2em;
}

.social-home ul li:last-child {
	padding-left: none;
}

.social-home  .fa {
    font-size: 2em;
}

.social-home  a{
    color: var(--accent) !important;
}



/* resultat cerca */

.generate-columns-container.masonry-container {
    background: white;
}

.masonry-post {
    padding: 20px !important;
}





/* acordio */

.tndm-acordio {
	margin-bottom: 10px;
}

.tndm-acordio h5 {
    margin-bottom: 0px;
	font-weight: 900;
}

.tndm-acordio input {
	position: absolute;
 	opacity: 0;
  	z-index: -1;
}

/* Acordio styles */


.tndm-acordio input {
	position: absolute;
  	z-index: -1;
}

/* Acordio styles */
.tndm-tabs {
  overflow: hidden;
}

.tndm-tab {
  overflow: hidden;
	border-bottom: solid 1px #b1b1b1;
}

/*
.tndm-tab:last-child {
	border-top: solid 1px #b1b1b1;
} */

.tndm-tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.2em;
}
.tndm-tab-label:hover {
}
.tndm-tab-label::after {
  	content: "+";
	line-height: 1.1em;
	font-size: 1.6em;
	font-weight: 600;
  	width: 1.1em;
  	height: 1.1em;
  	text-align: center;
  	transition: all 0.35s;
}

.tndm-tab-content {
  max-height: 0;
  padding: 0 1em;
  transition: all 0.35s;
}
.tndm-tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}


.tndm-acordio input:checked + .tndm-tab-label {
  background: none;
}
.tndm-acordio input:checked + .tndm-tab-label::after {
  transform: rotate(45deg);
}
.tndm-acordio input:checked ~ .tndm-tab-content {
  max-height: 1000vh;
  padding: 1em;
}


/* galeria actes */

.galeria_actes {
  display: flex;
	gap: 20px;
}


/* galeri participants - 10 anys */

/* filtres */

.filtres_participants input[type="button"], .filtres_participants input[type="button"]:focus, .filtres_participants button {
  color: var(--contrast);
  background-color: #fff;
    border: solid 1px;
}

.filtres_participants input[type="button"]:hover, button:hover {
  color: #fff;
  background-color: var(--contrast);
  border: solid 1px var(--contrast);;
}

.filtres_participants input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
  color: var(--contrast);
  background-color: #fafafa00;
  border: solid 1px var(--contrast);
}


.filtres_participants  .facetwp-autocomplete {
  border-right: 0px !important;
}


/* graella */

.graella_participants {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.52rem 2rem;
}

.postal_participant{
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.imatge_participant {
	grid-area: 1 / 1 / 2 / 2; 
}

.text_participant { 
	grid-area: 1 / 1 / 2 / 2;
} 


.imatge_participant {
	z-index: 3;
	opacity: 1;
	transition: opacity .3s ease 0s;
}

.imatge_participant img {
  height: 300px;
  width: 100%;	
  object-fit: cover;
}

.text_participant { 
	z-index: 2;
	padding: 1rem;
	/*display: flex;
	flex-direction: column;
  	justify-content: space-around;*/
} 



.text_participant a { 
	/* display: flex;
	align-items: center;
	gap: .5rem; */
	color: var(--contrast);
} 


.text_participant .icon-link-participant {
  width: 15px;
  height: 15px;
  display: inline-block;
}

.postal_participant:hover .imatge_participant {
    z-index: 1;
    opacity: 0;
}

/* responsive graella participants - 10 anys */

@media (max-width: 840px) {
	.graella_participants {
	  grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.graella_participants {
	  grid-template-columns: repeat(1, 1fr);
	}
}

/* logos */

.page-id-122 .entry-content {
  background: white;
}

/* footer */

.footer-widgets .widget {
    margin-bottom: 5px;
}


.copyright-bar {
    border-top: solid 1px;
    width: 100%;
    padding-top: 30px;
}


