/**
borrame
**/

/*
fin:borrame;
*/

/*busqueda*/
.att-wpfc-select .facetwp-facet{
	margin: 0 0 -4px 0;
}
.att-wpfc-select{
	width: 25%;	
}
.att-wpfc-select select,
.facetwp-type-fselect.att-wpfc-select  .fs-default{
	width: 100%;
}
.att-wpfc-select .fs-label-wrap{
	background-color: #fff;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
     box-shadow: 0 20px 80px 0 rgba(185, 185, 185, 0.7);
}
.att-wpfc-select  .fs-label-wrap .fs-label{
	font-weight: 700;
	font-size: 13px;
	padding: 0;
	cursor:pointer;
	width: 100%;
	padding: 23px 32px;
	/*background-color: #fff;*/
	color:#ea4264;
	text-transform: uppercase;
}
.att-wpfc-select  .fs-arrow{
    border: none;
    font-family: FontAwesome;
    color: #000;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    right: 22px;
}
.att-wpfc-select  .fs-arrow:before{
	content: "\f107";
	margin: 4px;
}

.att-wpfc-select .facetwp-type-fselect .fs-dropdown,
.att-wpfc-select .facetwp-type-fselect .fs-wrap{
	width: calc(100% - 1px) ;
}
.att-wpfc-select  .fs-dropdown .fs-options{
	max-height: 50vh;
}
.att-wpfc-select  .fs-option{
	padding: 11px 25px;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.69;
	letter-spacing: 1px;
	color: #fc3162;
	border: none;
}
.att-wpfc-select  .fs-option:hover{
	background-color: #e6e6e6;
	color: #000;
}


/*resultados busqueda*/
body.error404 .site-main{padding-top:40px;}

.fwpl-row{
	display:grid;
	grid-template-columns: 1fr 250px;
	grid-template-areas: "attcontenido attboton";
	position: relative;
	  transform: scale(1);
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.fwpl-row:hover {
  transform: scale(1.03);
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/*.att-col1 { grid-area: atticono; }*/
.att-col2 { grid-area: attcontenido; margin-left: 20px;}
.att-col3 { grid-area: attboton; }
.fwpl-row{
	min-height: 145px;
	width: 950px;
	margin-bottom: 14px;
	background-color: #fff;
	box-shadow: 0 20px 80px 0 rgba(185, 185, 185, 0.7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}
.att-activity-img{
	width: 90px;
	height: 90px;
	padding: 30px;
	margin: 20px 31px;
	background-color: blue;
	background-image: url(../img/att-wpf-logo.png);
	background-size: cover;
	display: inline-block;
}
.att-activity-img.att-activitycuentacuentos, .att-activity-img.att-activitycontacontes{
	background-image: url(../img/cuentacuentos.jpg);
}
.att-activity-img.att-activitycuentacuentosmusical, .att-activity-img.att-activitycontacontes-musical{
	background-image: url(../img/cuentacuentosmusical.jpg);
}
.att-activity-img.att-activityexposicion,.att-activity-img.att-activityexposicio{
	background-image: url(../img/exposicion.jpg);
}
.att-activity-img.att-activitylaboratorio-con-autor, .att-activity-img.att-activitylaboratori-amb-autor{
	background-image: url(../img/laboratorioconautor.jpg);
	
}
.att-activity-img.att-activitypresentacion, .att-activity-img.att-activitypresentacio{
	background-image: url(../img/presentacion.jpg);
	
}
.att-activity-img.att-activitytaller, .att-activity-img.att-activitytaller-ca{
	background-image: url(../img/taller.jpg);
	
}
.att-activity-img.att-activitycharla, .att-activity-img.att-activityXerrada{
	background-image: url(../img/taller.jpg);
	
}
.att-excerpt p{
	margin-bottom: 0;
}
.att-localization{
	position: absolute;
	bottom: 18px;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.41px;
	color:#e50041;
	text-transform: uppercase;
}
.att-col2, .att-col3{
	margin-top:20px;
	letter-spacing: 0.89px;
}
		.att-col2 h1{
			margin-bottom: 0px;
			font-size: 22px;
			font-weight: 900;
			text-transform: uppercase;
			letter-spacing: 0.65px;
			line-height: 29px;
		}
		.att-col2 h1 a,.att-col2 h1 a:hover{
			color:#000;
		}
		.att-col2 .att-author{
			color:#616161;
			font-size: 13px;
			font-weight: normal;
			text-transform: capitalize;
			letter-spacing: 0.38;
			line-height: 24px;
			overflow: hidden;
    		height: 52px;
		}

.att-col3{
	margin-right: 20px;
	position: relative;
	text-align: right;
}
		.att-col3 .att-activity-date,
		.att-col3 .att-activity-age{
			
			font-family: Roboto;
  			font-size: 15px;
			font-weight: normal;
			line-height: 31px;
			color: #5b5b5b;

			
		}
		.att-col3 .att-activity-age{
			font-weight: 700;
		}
		.att-col3 .att-activity-age span{
			font-weight: normal;
		}
		

/*versión movil*/
@media (max-width: 768px){
	.fwpl-row{
		width: auto;
		min-height: 234px;
		grid-template-columns: 100%;
		grid-template-areas:
			"attcontenido"
			"attboton";
		padding: 0 20px;
		margin: 0 28px 20px 28px;
	}
	.fs-dropdown{
		position: relative !important;
	}
	.att-col2{
		margin:16px 0 0 0;
	}
	.att-col2 h1{
		font-size: 16px;
	}
	.att-col2 .att-author{
		font-size: 12px;
	}
	.att-col2 .att-localization{
		font-size: 14px;
	}
	
	.att-col3{
		margin:0;
	}
	.att-col3 .att-activity-date, .att-col3 .att-activity-age {
		position: absolute;
		right: 0;
		bottom: 16px;
	}
	.att-col3 .att-activity-date{
		bottom: 47px;
	}
	.att-activity-img{		
		margin: 0;
		padding: 0;
	}

	.att-localization{
		position: relative;
		bottom: inherit;
	}
}

/* formularios */
.att-form input[type="submit"]{
	font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-radius: 36px 36px 36px 36px;
    padding: 20px 50px 20px 50px;	
	margin-bottom:20px;
	display:inline-block;
}

/*scroll bars*/
html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE;
}
.fs-options::-webkit-scrollbar {
  width: 11px;
}
.fs-options {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.fs-options::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.fs-options::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

/*paginador wpfacet*/
.att-facet-paging .facetwp-pager .facetwp-pager-label{
    display: none;
}
.att-facet-paging .facetwp-pager{
    margin-top:66px;
    text-align: center;
}
.att-facet-paging .facetwp-pager .first-page{
    border-radius: 50%;
    width: 39px;
    height: 39px;
    line-height: 12px;
    padding: 12px;
    display: inline-block;
    background-color: #FC3162;
    text-align: center;
    margin: 0 10px 0 0;
    color: #fff;
    text-indent: -9999px;
    background-image: url(/wp-content/themes/generatepress_child/img/arrow-izq.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    cursor: pointer;
}

.att-facet-paging .facetwp-pager .last-page{
    border-radius: 50%;
    width: 39px;
    height: 39px;
    line-height: 12px;
    padding: 12px;
    display: inline-block;
    background-color: #FC3162;
    text-align: center;
    margin: 0 10px 0 0;
    color: #fff;
    text-indent: -9999px;
        
    margin-left: 10px !important;
    background-image: url(/wp-content/themes/generatepress_child/img/arrow-derecha.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    cursor: pointer;
}

.att-facet-paging .facetwp-pager .active{
    color:#000;
}