/* GENERIC */

.single-post .content a, .single-post .content .uk-link{
    color: #1cab8b;
}

/* TOOLBAR */

.tm-toolbar{
	color: #494949;
}
.tm-toolbar a{
	color: #494949;
}
.tm-toolbar a:hover{
	color: #252525;
	text-decoration:none;
}

/* NAVBAR */

.uk-navbar-dropdown-nav > li > a:focus,
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li.uk-active > a {
	font-weight: 600;
	color: #5d32a7;
}

.wpml-ls-legacy-dropdown {
	width: 75px;
}
.wpml-ls-legacy-dropdown a {
	border-radius: 12px;
	border: 1px solid #e7e7e7;
}
.wpml-ls-legacy-dropdown a:hover{
	text-decoration: none !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top:none;
}

/* ICONES A STICKY BAR  */

.tm-header .uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar .widget-search,
.tm-header .uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar .custom-html-widget,
.tm-header .uk-navbar-container:not(.uk-navbar-sticky) .sticky-logo {
    padding: 0;
    display: none;
}
.uk-navbar .widget-search,
.uk-navbar .custom-html-widget{
	margin-left: 20px;
}
.sticky-logo{
	margin: 0 30px 0 30px;
}
@media (min-width:960px) and (max-width:998px){
	.sticky-logo{
		margin: 0;
	}
}
.uk-navbar-sticky .widget-search,
.uk-navbar-sticky .custom-html-widget,
.uk-navbar-sticky > div > nav > div > .sticky-logo {
    display: inherit;
}

.uk-navbar-sticky .uk-navbar-nav{
	margin-left: auto;
    margin-right: auto;
}

.uk-navbar-sticky .uk-navbar-nav >li > a{
	font-size: 14px;
	padding: 0 10px;
}

.uk-navbar .custom-html-widget a.uk-icon-button{
	width: 28px;
	height: 28px;
	color: #F44144;
	border-color: #F44144;
	border-width: 1px;
}
.uk-navbar .custom-html-widget a.uk-icon-button svg{
	width: 18px;
}
.uk-navbar .custom-html-widget a.uk-icon-button:hover{
	background-color: #F44144;
	color: white;
}

/* HERO */

#hero .uk-heading-medium{
	min-height: 132px;
}
#hero .uk-heading-primary{
	min-height: 132px;
}
#hero .el-content{
	max-width: 642px;
	min-height: 108px;
}

.uk-heading-primary{
	font-size: 60px;
	font-weight: 500;
	line-height: 66px;
}


@media (min-width: 1200px){
	#hero.parallax > div{
	/*min-height: calc(-209.9px + 85vh) !important;*/
		min-height: 600px;
	}
}
@media (max-width: 1199px){
	#hero.parallax > div{
	/*min-height: calc(-209.9px + 85vh) !important;*/
		min-height: 40vh;
		background-position-y: 0 !important;
	}
}


#breadcrums{
	padding-top: 12px !important;
}
#breadcrums a{
	pointer-events: none;

}

/* HEADER MOBILE */

.tm-header-mobile .uk-navbar-right .uk-search-icon,
.tm-header-mobile .uk-navbar-right .uk-navbar-item{
	padding:0;
}


/* GENERIC */

/* FIX Yootheme update 1.21
.tm-page > div:nth-last-child(2){
	margin-bottom: 298px;
} */

.uk-search-icon svg {
	width: 25px;
	height: 25px;
}

.uk-button{
	min-width: 193px;
}

.uk-section-primary .uk-button:disabled{
	opacity: .5;
	background: none !important;
	border: 1px solid white !important;
	color: white !important;
}

.uk-section-muted .uk-button:disabled{
	opacity: .3;;
}

.el-slidenav > svg{
	width: 10px;
	height: 20px;
}
.uk-slidenav-large > svg{
	width: 14px;
	height: 25px;
}
.uk-slidenav-large > svg > polyline{
	stroke-width: 3;
}

#hero .uk-slidenav-large > svg{
	width: 37px;
	height: 45px;
}

.uk-slidenav:focus{
	color: #FFF;
	background-color: #262626;
}
.uk-slidenav:focus:hover{
	color: #262626;
	background-color: transparent;
}

.uk-light .uk-slidenav:focus{
	color: #FFF;
}
.uk-light .uk-slidenav:focus:hover{
	color: #262626;
}

.uk-button-text{
	text-align: left;
	padding-left: 30px;
}
.uk-button-text:before{
	bottom: 0;
	left: 0;
	right: auto;
}

/* SUBMENU */

.uk-navbar-dropdown{
	max-width: 1080px;
}

.uk-navbar-dropdown-nav > li{
	padding-top: 22px;
	padding-bottom: 22px;
}

.uk-navbar-dropdown-nav > li.uk-active,
.uk-navbar-dropdown-nav > li:hover{
	background-color: #efe6fd;
}

.uk-navbar-dropdown-nav > li > a{
	padding-top: 60px;
	text-align: center;
	position: relative;
	display: block;
}

.uk-navbar-dropdown-nav > li > a:before {
    content: '';
    display: block;
	position: absolute;
	width: 100%;
	height: 45px;
	top: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
}
.uk-navbar-dropdown-nav > li.fundacion > a:before {
	background-image: url(../../../uploads/icono-submenu-fundacion.svg);
}
.uk-navbar-dropdown-nav > li.transparencia > a:before {
	background-image: url(../../../uploads/icono-submenu-transparencia.svg);
}
.uk-navbar-dropdown-nav > li.equipo > a:before {
	background-image: url(../../../uploads/icono-submenu-equipo.svg);
}
.uk-navbar-dropdown-nav > li.historia > a:before {
	background-image: url(../../../uploads/icono-submenu-historia.svg);
}
.uk-navbar-dropdown-nav > li.voluntariado > a:before {
	background-image: url(../../../uploads/icono-submenu-voluntariado.svg);
}
.uk-navbar-dropdown-nav > li.herencias > a:before {
	background-image: url(../../../uploads/icono-submenu-herencias.svg);
}
.uk-navbar-dropdown-nav > li.nuestra-causa > a:before {
	background-image: url(../../../uploads/icono-submenu-nuestra-causa.svg);
}
.uk-navbar-dropdown-nav > li.ecosistema > a:before {
	background-image: url(../../../uploads/icono-submenu-ecosistema.svg);
}
.uk-navbar-dropdown-nav > li.innovacion > a:before {
	background-image: url(../../../uploads/icono-submenu-innovacion.svg);
}
.uk-navbar-dropdown-nav > li.formacion > a:before {
	background-image: url(../../../uploads/icono-submenu-formacion.svg);
}
.uk-navbar-dropdown-nav > li.empresas-amigas > a:before {
	background-image: url(../../../uploads/icono-submenu-empresas-amigas.svg);
}
.uk-navbar-dropdown-nav > li.rsc > a:before {
	background-image: url(../../../uploads/icono-submenu-rsc.svg);
}
.uk-navbar-dropdown-nav > li.implica > a:before {
	background-image: url(../../../uploads/icono-submenu-implica.svg);
}
.uk-navbar-dropdown-nav > li.sala-prensa > a:before {
	background-image: url(../../../uploads/icono-submenu-sala-prensa.svg);
}
.uk-navbar-dropdown-nav > li.material-documentacion > a:before {
	background-image: url(../../../uploads/icono-submenu-material-documentacion.svg);
}
.uk-navbar-dropdown-nav > li.noticias > a:before {
	background-image: url(../../../uploads/icono-submenu-noticias.svg);
}
.uk-navbar-dropdown-nav > li.donar > a:before {
	background-image: url(../../../uploads/icono-submenu-donar.svg);
}
/* a custom css PRO 
.uk-navbar-dropdown-nav > li > a.click:before {
	background-image: url(../../../uploads/icono-submenu-click.svg);
}
*/

/* SLIDENAV */

.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active{
	color: #fff;
	background-color: #262626;
}


/* BOTTOM LINKS */

.bottomLinks .el-content{
	min-height:77px;
	margin-bottom: 50px;
}

.bottomLinks .el-content + div{
	position: absolute !important;
	bottom: 0;
	left: 0;
	right: 0;
}

/* TILES */

.uk-overlay.uk-tile-default,
.uk-overlay.uk-tile-muted,
.uk-overlay.uk-tile-primary,
.uk-overlay.uk-tile-secondary{
	border-radius: 8px;
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.07);
}


/* CARDS LINKS */

a.uk-card.uk-card-default,
.hoverEffect .uk-card,
.hoverEffect.uk-card{
	transition-property: transform,box-shadow !important;
	transition: .25s cubic-bezier(.215,.61,.355,1);
}

a.uk-card.uk-card-default .uk-card-media-top,
.hoverEffect .uk-card-media-top{
	background-color: #1CAB8B;
}

a.uk-card.uk-card-default:hover,
.hoverEffect .uk-card:hover,
.hoverEffect.uk-card:hover{
	transform: translateY(-2px);
	box-shadow: 0 20px 80px rgba(0,0,0,.1),0 5px 20px rgba(0,0,0,.05);
	transition-property: transform,box-shadow !important;
	transition: .25s cubic-bezier(.215,.61,.355,1);
}

a.uk-card.uk-card-default img,
.hoverEffect.uk-card-default img{
	transition: opacity 0.3s;
}
a.uk-card.uk-card-default:hover img,
.hoverEffect.uk-card-default:hover img{
	opacity: 0.4;
}

/* CARDS MUTED BACKGROUND */

.mutedCard .uk-card .el-meta{
	font-size: 10px;
}
.mutedCard .uk-card .el-content{
	font-size: 14px;
	color: black;
}
.mutedCard .uk-card .el-title{
	min-height: 105px;
}

.mutedCard.green .uk-card{
	background:#E7F5F2;
	padding: 0;
	padding-top: 15px;
}
.mutedCard.red .uk-card{
	background:#FFEEEC;
	padding: 0;
	padding-top: 15px;
}
.mutedCard .uk-card > *{
	padding: 0 10px;
}
.mutedCard .uk-card > div:last-child{
	background:#1CAB8B;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.mutedCard .uk-card > div:last-child a.el-link{
	font-size: 10px;
	font-weight: 700;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 33px;
}

/* LINKEDIN CARDS */

.linkedinPerfiles .el-link{
	background-image: url(../../../uploads/equipo-lnkedin-logo.svg);
	width: 40px;
	height: 40px;
	display: inline-block;
	background-size: cover;
}
.linkedinPerfiles .el-link:hover{
	opacity: 0.5;
}

/* OTHER */


.categoryTextProjectPageRelatedPosts{
	pointer-events: none;
	cursor: default;
}

@media (max-width:959px){
	:not(.uk-grid-stack) > .uk-card-media-right,
	:not(.uk-grid-stack) > .uk-card-media-left  {
	    border-radius: 8px 8px 0 0;
	}
}

/* ACCORDIONS */

#accordionSimple .uk-accordion-title::before,
#accordionSimple .uk-open > .uk-accordion-title::before {
	float: left;
	background: url(../../../uploads/left-arrow.svg);
	background-repeat: no-repeat;
	background-position-y: center;
	width: 15px;
	margin-right: 20px;
	margin-left: 0;
	background-size: 13px 17px;
	transition: transform 0.3s;
}

#accordionSimple .uk-open > .uk-accordion-title::before {
	transform: rotate(90deg);
}

#accordionFAQ .el-title{
	background-color: #FFEEEC;
	padding: 24px 30px;
	border-radius: 8px;
}

#accordionFAQ .el-item{
	background-color: #ffeeec;
	border-radius: 8px;
}
#accordionFAQ .el-content{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#accordionFAQ.uk-accordion > :nth-child(n+2) {
    margin-top: 10px;
}

#accordionFAQ .uk-accordion-title::before,
#accordionFAQ .uk-open > .uk-accordion-title::before {
	background: url(../../../uploads/left-arrow.svg);
	background-repeat: no-repeat;
	background-position-y: center;
	width: 15px;
	background-size: 13px 17px;
	transition: transform 0.3s;
}
#accordionFAQ .uk-open > .uk-accordion-title::before {
	transform: rotate(90deg);
}

/* MODULS */

#datosGrid .el-content{
	font-size: 14px;
}
#datosGrid .el-meta{
	font-size: 24px;
	color: black;
	line-height: 24px;
	min-height: 48px;
}


#programasGrid ul{
	padding-bottom: 40px;
}

#programasGrid li a{
	border-radius: 10px;
	border-bottom: 5px solid #1CAB8B;
	box-shadow: 0 20px 20px 0 rgba(0,0,0,.07);
}

#programasGrid li a:before {
    content: '';
    display: block;
	position: absolute;
	width: 21px;
	height: 20px;
	top: 15px;
	right: 15px;
	background-repeat: no-repeat;
	background-image: url(../../../uploads/heart-icon-white.svg);
	z-index: 1;
}

#programasGrid li a:hover:before{
	background-image: url(../../../uploads/heart-icon-red.svg);
}

#programasGrid li a:hover img{
	transform: scale3d(1.1, 1.1, 1);
}

#programasGrid .uk-panel{
	padding-bottom: 40px;
	font-weight: 600;
}
#programasGrid img{
    width: 100%;
   	transition: transform 0.5s;
}

#programasGrid picture + div.uk-position-cover{
	background: linear-gradient(-180deg, rgba(0,0,0,0.00) 33%, #000c 100%);
}

#switcherLeftPanel{
	position: relative;
}

#switcherLeftPanel li.el-item > div > div:first-child{
	margin-right: 0;
	margin-left: auto;
}

#switcherLeftPanel li.el-item > div > div:last-child{
	background-color: white;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.10);
	z-index: 1;
	max-width: 352px;
	position: absolute;
	padding-top: 57px;
	padding-left: 31px;
	padding-right: 31px;
	padding-bottom: 48px;
	border-radius: 8px;
	min-height: 334px;
}

#switcherLeftPanel .el-title{
	/*min-height: 58px;*/
}

#switcherLeftPanel .el-content{
	/*min-height: 120px;*/
	margin-bottom: 20px;
}

#switcherLeftPanel .el-content a.uk-icon-link{
	bottom: -37px;
}

#switcherLeftPanel ul.el-nav{
	position: absolute;
	bottom: 18%;
	z-index: 2;
	left: 133px;
}

#switcherLeftPanel .uk-thumbnav > * > ::after {
	background: none;
}

#switcherLeftPanel .uk-thumbnav > li:not(.uk-active)  svg {
	color: #D3D3D3 !important;
}

#switcherLeftPanel .next{
	border: none;
	position: absolute;
	z-index: 2;
	right: 20px;
	bottom: 29px;
}

#switcherLeftPanel .prev{
	border: none;
	position: absolute;
	z-index: 2;
	left: 20px;
	bottom: 29px;
}

@media (max-width: 1200px){
	#switcherLeftPanel li.el-item > div > div:last-child{
		position: relative;
		margin-left: auto;
		margin-top: -60px;
		margin-right: auto;
		max-width: 450px;
	}

	#switcherLeftPanel ul.el-nav{
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: -moz-max-content;
		width: max-content;
		max-width: 100%;
		box-sizing: border-box;
	}
	#switcherLeftPanel .el-content a.uk-icon-link{
		bottom: -27px;
	}
	#switcherLeftPanel li.el-item > div > div:first-child{
		text-align: center;
	}

}

@media (max-width: 480px){
	#switcherLeftPanel li.el-item > div > div:last-child{
		margin-top: 0px;
	}
	#switcherLeftPanel .el-content a.uk-icon-link{
		display: none;
	}
}
#slideshowBottomTile .uk-slideshow-items,
#slideshowBottomTile .uk-slideshow-items > * {
	overflow: visible;
}
#slideshowBottomTile .el-overlay{
	margin-bottom: -50px;
}
#slideshowBottomTile .uk-dotnav > li{
	z-index: 1;
}

/* TIMELINE */


element {
}

.wpostahs-slider-design-2 .wpostahs-slider-for .wpostahs-centent-title{
	text-align: left;
	max-width: 800px;
	margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px !important;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title{
	outline: 0 !important;
	position: relative;
}

.wpostahs-slider-nav-title {
	padding-bottom: 42px;
	padding-top: 5px;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current {
    font-weight: 600;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button,
.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title .wpostahs-main-title button,
.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title:hover .wpostahs-main-title button {
    border-color: #000;
    height: 12px;
	width: 12px;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button,
.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title:hover .wpostahs-main-title button{
	background: #000;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav-title .wpostahs-title {
    color: #000;
    font-size: 10px;
    width: calc(100% - 2px);
    position: absolute;
    top: 0;
}

.wpostahs-slider-design-2 .wpostahs-slider-for .wpostahs-centent p,
.wpostahs-slider-design-2 .wpostahs-slider-for .wpostahs-centent {
    text-align: left;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav {
    max-width: 1000px;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-list.draggable::before {
	width: 800px;
}

.wpostahs-slider-design-2 .wpostahs-slick-slider .slick-arrow {
    margin-top: -26px !important;
}
.wpostahs-slider-design-2 .wpostahs-centent {
	max-width: 800px;
}


/* FORMS */

.voluntarioLlamame .uk-button{
    min-width: inherit;
    padding: 0 40px;
}
div.wpcf7 .ajax-loader {
	display: none;
}

.herenciasLlamame .uk-form-icon > svg{
	width: 25px;
	color: white;
}
.herenciasLlamame .politicasText{
	margin-left: 20px;
	position: absolute;
	display: inline;
	width: 150px;
	top: 0;
	left: 15px;
}

@media (max-width: 638px){
	.herenciasLlamame .politicasText{
		width: auto;
	}
}
.wpcf7-response-output{
	max-width: 600px;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 10px !important;
	margin-bottom: 0 !important;
	border-radius: 8px;
	border: none !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	font-weight: 500;
}


.uk-section-primary .wpcf7-response-output{
	background: white;
}
.uk-section-primary .wpcf7-mail-sent-ok{
	color: #1db492 !important;
}
.uk-section-primary .wpcf7-validation-errors{
	color: #F44144 !important;
}


.uk-section-muted .wpcf7-response-output{
	color: white !important;
}
.uk-section-muted .wpcf7-validation-errors{
	background: #F44144;
}
.uk-section-muted .wpcf7-mail-sent-ok{
	background: #1db492;
}

span.wpcf7-list-item {
	margin-left: 0;
}
#newsletterModule span.wpcf7-list-item {
	display: block;
}
#newsletterModule .uk-input{
    color: black;
    background: white;
    border-radius: 8px;
    padding-left: 30px;
}

#newsletterModule ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
#newsletterModule ::-moz-placeholder { /* Firefox 19+ */
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
#newsletterModule :-ms-input-placeholder { /* IE 10+ */
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
#newsletterModule :-moz-placeholder { /* Firefox 18- */
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.wpcf7 .uk-input:not(input), .wpcf7 .uk-select:not(select) {
    line-height: 23px;
}

.wpcf7 textarea.uk-input{
	height: 80px;
}


.swal2-popup {
	padding: 2.25em;
}

.swal2-popup .swal2-title {
	line-height: 1.5;
}
.swal2-popup .swal2-title span{
	color: #1cab8b !important;
}
.swal2-popup .swal2-styled.swal2-confirm {
	padding: 0 32px !important;
	vertical-align: middle;
	font-size: 12px !important;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 50px;
	background-color: transparent !important;
	color: #1cab8b !important;
	border: 1px solid #1cab8b !important;
	text-align: center;
	border-radius: 8px !important;
	width: 250px;
}
.swal2-popup .swal2-styled.swal2-confirm span{
	color: #1cab8b !important;
}
.swal2-popup .swal2-styled.swal2-confirm:hover{
	background-color: #1cab8b !important;
	color: #fff !important;
	border-color: #1cab8b !important;
}
.swal2-popup .swal2-styled.swal2-confirm:hover span{
	color: #fff !important;
}


/* MATERIAL Y DOCUMENTACION */

#documentacion ul li{
	margin-top: 5px;
	text-align: center;
}
@media (max-width: 450px){
	#documentacion ul{
		display: block;
	}
}

/* LIGHTBOX */

.uk-lightbox-toolbar.uk-lightbox-caption{
	background-color: rgba(0,0,0,0.5);
}
.uk-lightbox-toolbar em{
	color:white;
}

/* BLOG */

.metaPostBlog li > a,
.tptn_posts a[rel~="category"],
.archive.category h3 {
	color: #1CAB8B !important;
	font-weight: 600 !important;
	font-size: 10px !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	pointer-events: none;
	cursor: default;
}

body.post-template-default.single-post{
	color: #313131;
}


@media (max-width: 360px){
	.metaPostBlog li > a,
	.tptn_posts a[rel~="category"],
	.archive.category h3 {
		letter-spacing: 0px !important;
	}
}

.blog .uk-card:not(.featured) .uk-card-body .uk-article-title,
.archive.category .uk-card:not(.featured) .uk-card-body .uk-article-title{
	min-height: 110px;
}
.archive.category h3{
	font-size: 20px !important;
}

.blog .uk-card-body{
	padding-top: 17px;
	padding-bottom: 17px;
}
.blog .uk-card-media-top,
#ultimasNoticias .imagenPost{
	background-color: #1CAB8B;
}
.blog .uk-card.uk-card-default img,
#ultimasNoticias .uk-card.uk-card-default img {
    transition: opacity 0.3s;
}
.blog .uk-card.uk-card-default:hover img,
#ultimasNoticias .uk-card.uk-card-default:hover img {
    opacity: 0.4;
}

.blog .featuredContainer{
	height: 600px;
}
@media (max-width: 960px){
	.blog .featuredContainer{
		height: 300px;
	}
	.blog .uk-height-medium {
	    height: 300px;
	}
}

.blog .featured .uk-text-large{
	min-height: 84px;
}
@media (min-width: 960px){
	#ultimasNoticias .imagenPost{
		max-height: 174px;
	}

	#ultimasNoticias h2{
		min-height: 70px;
	}
	#ultimasNoticias .resumenPost{
		margin-bottom: 40px;
	}
}
@media (max-width: 959px){
	#ultimasNoticias .imagenPost{
		max-height: 500px;
	}
}

/* BLOG SHARE */
.shareButtons .sd-content li a.sd-button{
	border: none !important;
	background: none !important;
	box-shadow: none !important;
}

.shareButtons .sd-content li a.sd-button > span{
	line-height: 45px !important;
	margin-left: 20px;
	font-size: 16px;
}
.shareButtons .sd-content li a:before{
	content:'' !important;
	border: 1.5pt solid black;
	border-radius: 500px;
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	background-repeat: no-repeat;
	background-position: center center;
}
.shareButtons .sd-content li a.share-facebook:before{
	background-image: url(../../../uploads/icon-social-facebook.svg);
}
.shareButtons .sd-content li a.share-twitter:before{
	background-image: url(../../../uploads/icon-social-twitter.svg);
}
.shareButtons .sd-content li a.share-linkedin:before{
	background-image: url(../../../uploads/icon-social-linkedin.svg);
}

.shareButtons .sd-content li a.share-linkedin:before{
	background-image: url(../../../uploads/icon-social-linkedin.svg);
}
.shareButtons .sd-content li a.share-email:before{
	background-image: url(../../../uploads/icon-social-email.svg);
}

.shareButtons .sd-content li a:hover:before,
.st-custom-button:hover{
	opacity: 0.5;
}
div.sharedaddy h3.sd-title{
	font-size: 20px !important;
	font-weight: 400 !important;
}

div.sharedaddy h3.sd-title:before{
	content: none !important;
}

div:not(.shareButtons) > .sharedaddy{
	display: none;
}

.single-post .shareButtons{
	border-top: 1px solid #D8D8D8;
	margin-top: 15px;
	padding-top: 50px;
}

@media (min-width: 960px){
	.sd-social-icon-text .sd-content li{
		display: block;
		margin-bottom: 20px;
	}
}
@media (max-width: 959px){
	.sharedaddy .sd-social{
		text-align: center;
	}
	.single-post .shareButtons{
		border-top: 1px solid #D8D8D8;
		margin-top: 15px;
		padding-top: 20px;
	}
	.sd-social-icon-text .sd-content li a.sd-button > span{
		display: none;
	}
	.sd-social-icon-text .sd-content li{
		margin: 0;
	}

}

/* BLOG PAGINATION */

.uk-pagination{
	margin-left: 0px;
}

.uk-pagination > * {
	padding-left: 0;
}

.uk-pagination > * > * {
	padding-top: 22px;
	padding-bottom: 22px;
	padding-right: 23px;
	padding-left: 23px;
	background: #F9F9F9;
	color: black;
}
.uk-pagination .next,
.uk-pagination .prev {
	padding-right: 16px;
	padding-left: 16px;
}

.uk-pagination > * > :focus, .uk-pagination > * > :hover {
	background: #583888;
	color:#FFF;
}

.uk-pagination > .uk-active > * {
	background: #000000;
	color:#FFF;
}

.uk-pagination .next svg > *,
.uk-pagination .prev svg > *{
	stroke-width: 1.5px;
}

/* BLOG TOP POSTS */

.widget-top-posts .widgets-list-layout li {
	width: 33%;
	display: inline-block;
}
.widget-top-posts .widgets-list-layout .widgets-list-layout-blavatar {
	max-width: none;
	height: 95px;
	width: 95px;
}
.widget-top-posts .widgets-list-layout-links,
.widget-top-posts .top_posts_date,
.widget-top-posts .top_posts_category {
    float: right;
    width: calc(100% - 120px);
}
.widget-top-posts img.widgets-list-layout-blavatar{
	border-radius: 8px;
}

/* BLOG MOST VIEWED POSTS TOP10 */

.widget-widget-tptn-pop h3{
	text-align: center;
}

.tptn_posts img.tptn_thumb {
	padding: 0;
	border: 0;
}

.tptn_posts .tptn_title{
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
	display: block;
	padding-bottom: 5px;
	text-decoration: none;
}
.tptn_posts a[rel~="category"]{
	line-height: 15px;
	/* float: left; */
	margin-bottom: 10px;
}
.tptn_posts .tptn_link{
	float: left;
}

/* BLOG RELATED POSTS JETPACK */

#noticiasRelacionadas .imagenPost {
    max-height: 174px;
}


body.single-post #tm-bottom,
body.blog #tm-bottom{
	padding-top: 0;
}
body.blog #tm-bottom{
	padding-bottom: 0;
}

/* YARPP */

.yarpp-related a {
    font-weight: 400 !important;
}
.yarpp-related a.uk-button-text,
.yarpp-related .uk-text-meta a{
	font-weight: 600 !important;
}
.yarpp-related h3 {
	font-size: 34px !important;
	line-height: 1.3;
	font-weight: 500 !important;
	margin: 0 0 25px 0 !important;
}

/* PROGRESS BARS */

#js-progressbar{
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

progress {
    border-radius: 20px;
}
progress::-webkit-progress-bar {
    border-radius: 20px;
}
progress::-webkit-progress-value {
    border-radius: 20px;
}
progress::-moz-progress-bar {
    border-radius: 20px;
}

/* SEARCH AND FILTER */

.searchandfilter > ul{
	padding: 0;
}
@media (min-width: 900px){
	.searchandfilter > ul > li:not(:first-child) {
		display: inline-block;
		vertical-align: top;
		padding: 0 20px;
		width: 25%;
		max-width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
}
.searchandfilter > ul > li > h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}

.searchandfilter > ul > li.sf-field-search {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.searchandfilter > ul > li label{
	width: 100%;
}
.searchandfilter > ul > li label select{
	border-bottom: 1px solid #dadada !important;
}

.searchandfilter select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.searchandfilter > ul > li.sf-field-search label input{
	max-width: 550px;
	font-size: 24px;
	border-bottom: 1px solid #dadada;
}

.searchandfilter > ul > li.sf-field-search label input.uk-input::placeholder {
    color: #262626;
}

.searchandfilter > ul > li.sf-field-search label input.uk-input{
	background-image: url(https://www.fundacioires.org/wp-content/uploads/lupa.svg);
	background-repeat: no-repeat;
	background-position: right center;
}



/* FIXED HEART */

#fixedHeart{
	position: fixed;
	right: 50%;
	z-index: 10000000;
	-webkit-transform: translateX(560px);
	transform: translateX(560px);
	bottom: 45px;
	width: 52px;
	height: 52px;
	color: #F44144;
	border-color: #F44144;
	border-width: 1px;
	background-color: #f44144;
	transition: width 1s;
	text-decoration: none;
	overflow: hidden;
}

#fixedHeart .text{
	opacity: 0;
	color: white;
	margin-left: 20px;
	transition: opacity 1s;
	white-space: nowrap;
}

#fixedHeart svg{
	color: white;
}

#fixedHeart .content{
	-webkit-transform: translateX(0) translateX(61px);
	transform: translateX(0) translateX(61px);
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	transition: transform 1s;
}
#fixedHeart .content.cat{
	-webkit-transform: translateX(0) translateX(50px);
	transform: translateX(0) translateX(50px);
}

#fixedHeart .content .uk-icon{
	width: 20px;
}

#fixedHeart:hover{
	width: 200px;
}

#fixedHeart:hover .text{
	opacity: 1;
}
#fixedHeart:hover .content{
    -webkit-transform: translateX(0) translateX(0px);
	transform: translateX(0) translateX(0px);
}

#fixedHeart:hover svg > *{
	fill: white;
}


@media (max-width: 1200px){
	#fixedHeart{
		right: 40px;
		left: inherit;
		-webkit-transform: none;
		transform: none;
	}
}

@media (max-width: 950px){
	#fixedHeart{
		display: none;
	}
}


/* FOOTER */

#footer .uk-list li{
	margin-top: 0;
}

#footer #social,
#footer #quickLinks .el-content{
	font-size: 12px;
	margin-top: 15px !important;
}


#footer #quickLinks .el-content svg path{
	fill: white;
}

#footer #social .el-link{
	width: 50px;
	height: 50px;
}

#footer #social svg,
#contacto #social svg{
	width: 25px;
}

#footer #social > div.uk-grid > div,
#contacto #social > div.uk-grid > div  {
	padding-left: 15px;
}



#footer #quickLinks .el-title{
    font-weight:400;
    font-size:16px;
    line-height: 1.6;
}

#footer #quickLinks > div > div:first-child,
#footer #quickLinks > div > div:last-child{
	width:auto;
}

@media (min-width:960px){
	.footerGrid div.uk-width-xlarge\@m{
		width: 725px;
	}
	#footer #social >div.uk-grid{
		padding-right: 70px;
	}
}
@media (max-width: 959px){
	#footer .legalLinks ul li:first-child{
		width: 100%;
	}
}
@media (max-width: 653px){
	#footer #quickLinks > div > div:first-child,
	#footer #quickLinks > div > div:last-child{
		width:100%;
	}
	#footer #social{
		margin-bottom: 20px;
	}
	#footer .legalLinks ul li:first-child > a{
		margin-left: auto;
		margin-right: auto;
	}
}




/* FLIP */

/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
}

.flip-container svg:hover{
    cursor: pointer;
}

/* flip the panel when click */
.flip-container.hover .flipper,
.flip-container.flip .flipper {
    transform: rotateY(180deg);
}

.flip-container.causa,
.flip-container.causa .front,
.flip-container.causa .back {
    width: 100%;
    height: 680px;
}

.flip-container.proyectos,
.flip-container.proyectos .front,
.flip-container.proyectos .back {
    width: 100%;
    height: 350px;
}

.flip-container.proyectos .back .uk-card-body{
	line-height: 1.4;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    -webkit-transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

/* EXTRA */

.flipper .uk-card{
    height: 100%;
}

@media (max-width:959px){
    .flip-container.causa,
    .flip-container.causa .front,
    .flip-container.causa .back {
        width: 100%;
        height: 300px;
    }
}

@media (max-width:600px){
    .flip-container.causa,
    .flip-container.causa .front,
    .flip-container.causa .back {
        height: 500px;
    }
}

@media (max-width:450px){
    .flip-container .icon > svg {
        width: 45px;
    }

}



/* Donatius */

.formDonation .uk-button-secondary{
    color: #262626;
}
.formSpinner{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(255,255,255,.8);
}
/* RANGE */
.inputRange {
    width: 100%;
    display:block;
    margin: 50px auto;
    color:#aaa;
    position:relative;
}
/* .output{display:inline-block; width:40px; text-align:center;} */

input[type='range'] {
    display: inline-block;
    width: 350px;
}

input[type='range']:focus {
    outline: none;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border: 3px solid #F44144;
    border-radius: 50%;
    margin-top: -9px;
}

input[type=range]::-moz-focus-outer {
    border: 0;
}

input[type=range]::-moz-range-thumb {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border: 3px solid #F44144;
    border-radius: 50%;
}

input[type=range]::-ms-thumb {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border: 3px solid #F44144;
    border-radius: 50%;
}

input[type=range]::-webkit-slider-runnable-track {
    background-image:linear-gradient(90deg,#F44144 0%,#F44144 300px);
    background-color: #9B9B9B;
    background-repeat: no-repeat;
    background-position:0% 0%;
    height: 4px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    outline: none;
}

input[type=range]::-moz-range-track {
    background-image:linear-gradient(90deg,#F44144 0%,#F44144 100%);
    background-color: #9B9B9B;
    background-repeat: no-repeat;
    height: 4px;
}

input[type=range]::-ms-track {
    background-color: #ffffff;
    height: 4px;
}

input[type=range]::-ms-fill-lower {
    background-image:linear-gradient(90deg,#F44144 0%,#F44144 100%);
}

input[type=range]::-ms-fill-upper {
    background-color: #9B9B9B;
}





/******************/
/* Fomr Donacions */
/******************/


.uk-tooltip {
  background: #FFEEEC;
  color: #262626;
  padding: 15px 20px;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
  max-width: 280px;
  border-radius: 8px; }

.wizardDonacions .formSpinner {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  background: rgba(255, 255, 255, 0.8); }

.wizardDonacions .colorBox {
  border-radius: 8px; }
  .wizardDonacions .colorBox.red {
    padding: 40px 0 20px 0;
    background-color: #FFEEEC;
    border: 1px solid #979797; }
  .wizardDonacions .colorBox.purple {
    padding: 23px 23px 40px 23px;
    background-color: #EFECF3;
    border: 1px solid #583888; }

.wizardDonacions .uk-button-primary {
  background-color: #f44144;
  color: white; }
  .wizardDonacions .uk-button-primary:hover {
    background-color: transparent;
    color: #f44144; }

.wizardDonacions .uk-button-secondary {
  color: #262626; }

.wizardDonacions .uk-button.uk-button-link {
  text-align: left; }

.wizardDonacions .deduccionsFiscals .uk-text-xsmall {
  font-size: 0.8em; }

@media screen and (min-width: 1200px) {
  .wizardDonacions .deduccionsFiscals .uk-card.deduccions {
    min-height: 290px;
    box-sizeing: border-box; } }

.wizardDonacions .donationForm {
  color: #262626;
  /* RANGE */ }
  .wizardDonacions .donationForm .uk-text-bold {
    font-weight: 600; }
  .wizardDonacions .donationForm .uk-radio {
    background-size: 23px 30px;
    border-color: #979797; }
    .wizardDonacions .donationForm .uk-radio:checked {
      background-color: #f44144;
      border-color: #f44144; }
  .wizardDonacions .donationForm label {
    cursor: pointer; }
    .wizardDonacions .donationForm label a {
      text-decoration: underline; }
  .wizardDonacions .donationForm .light-bg {
    background: white;
    border: 1px solid #979797; }
  .wizardDonacions .donationForm .text-secondary {
    color: #797979; }
  .wizardDonacions .donationForm .radioTabs input {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #979797;
    height: 50px;
    color: white;
    z-index: 1;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .wizardDonacions .donationForm .radioTabs input.otherRadio:checked {
      background: #f44144; }
      .wizardDonacions .donationForm .radioTabs input.otherRadio:checked + .otherRadioText {
        background: transparent;
        color: white; }
        .wizardDonacions .donationForm .radioTabs input.otherRadio:checked + .otherRadioText + .borderInput {
          background-color: white; }
    .wizardDonacions .donationForm .radioTabs input.otherRadio:not(:checked) {
      z-index: 2; }
    .wizardDonacions .donationForm .radioTabs input.otherRadio + .otherRadioText {
      border: 0;
      padding: 0 10%;
      color: #262626;
      font-size: 20px;
      font-weight: bold; }
      .wizardDonacions .donationForm .radioTabs input.otherRadio + .otherRadioText:disabled {
        background: transparent; }
      .wizardDonacions .donationForm .radioTabs input.otherRadio + .otherRadioText::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: black;
        opacity: 1;
        /* Firefox */ }
      .wizardDonacions .donationForm .radioTabs input.otherRadio + .otherRadioText:-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: black;
        opacity: 1;
        /* Firefox */ }
      .wizardDonacions .donationForm .radioTabs input.otherRadio + .otherRadioText::-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: black;
        opacity: 1;
        /* Firefox */ }
      .wizardDonacions .donationForm .radioTabs input.otherRadio + .otherRadioText::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: black;
        opacity: 1;
        /* Firefox */ }
      .wizardDonacions .donationForm .radioTabs input.otherRadio + .otherRadioText:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: black; }
      .wizardDonacions .donationForm .radioTabs input.otherRadio + .otherRadioText::-ms-input-placeholder {
        /* Microsoft Edge */
        color: black; }
    .wizardDonacions .donationForm .radioTabs input:checked {
      background: #f44144;
      cursor: default;
      border-color: #f44144; }
      .wizardDonacions .donationForm .radioTabs input:checked + span {
        color: white;
        position: relative;
        z-index: 2; }
    .wizardDonacions .donationForm .radioTabs input:disabled {
      opacity: .7;
      cursor: default; }
  .wizardDonacions .donationForm .radioTabs label {
    position: relative;
    line-height: 50px; }
  .wizardDonacions .donationForm .radioTabs:not(.paymentTabs) label:first-child input {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
  .wizardDonacions .donationForm .radioTabs:not(.paymentTabs) label:last-child input {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
  .wizardDonacions .donationForm .radioTabs.amount {
    font-size: 20px;
    font-weight: 600; }
  .wizardDonacions .donationForm .radioTabs .borderInput {
    position: absolute;
    z-index: 3;
    background-color: #979797;
    width: 40%;
    margin: 0 auto;
    height: 3px;
    bottom: 18%;
    left: 10%; }
  .wizardDonacions .donationForm .radioTabs.paymentTabs label {
    display: block;
    text-align: left;
    line-height: 107px; }
    .wizardDonacions .donationForm .radioTabs.paymentTabs label input {
      height: 107px; }
      .wizardDonacions .donationForm .radioTabs.paymentTabs label input + span {
        background-image: url("https://fundacioires.org/wp-content/uploads/theme/arrow-right_dark.svg");
        background-position: center right 50px;
        background-repeat: no-repeat;
        padding: 0 20px;
        display: block; }
        .wizardDonacions .donationForm .radioTabs.paymentTabs label input + span svg g {
          fill: #262626; }
      .wizardDonacions .donationForm .radioTabs.paymentTabs label input:checked + span {
        background-image: url("https://fundacioires.org/wp-content/uploads/theme/arrow-right.svg"); }
        .wizardDonacions .donationForm .radioTabs.paymentTabs label input:checked + span svg g {
          fill: white; }
    .wizardDonacions .donationForm .radioTabs.paymentTabs label:first-child input {
      border-bottom: 0;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .wizardDonacions .donationForm .radioTabs.paymentTabs label:last-child input {
      border-top: 0;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
  .wizardDonacions .donationForm .formDatos {
    border: 1px solid #979797;
    border-radius: 8px; }
    .wizardDonacions .donationForm .formDatos .inputBorderRemove {
      border-bottom: 0; }
  .wizardDonacions .donationForm .explicaValor {
    background-color: #EFECF3; }
  .wizardDonacions .donationForm .inputRange {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #aaa;
    position: relative; }
  .wizardDonacions .donationForm .output {
    font-weight: 600;
    color: black; }
  .wizardDonacions .donationForm input[type='range'] {
    display: inline-block;
    width: 350px;
    max-width: 80%;
    background: transparent;
    height: 40px; }
  .wizardDonacions .donationForm input[type='range']:focus {
    outline: none; }
  .wizardDonacions .donationForm input[type='range'],
  .wizardDonacions .donationForm input[type='range']::-webkit-slider-runnable-track,
  .wizardDonacions .donationForm input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none; }
  .wizardDonacions .donationForm input[type=range]::-webkit-slider-thumb {
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    border: 3px solid #F44144;
    border-radius: 50%;
    margin-top: -9px; }
  .wizardDonacions .donationForm input[type=range]::-moz-focus-outer {
    border: 0; }
  .wizardDonacions .donationForm input[type=range]::-moz-range-thumb {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border: 3px solid #F44144;
    border-radius: 50%; }
  .wizardDonacions .donationForm input[type=range]::-ms-thumb {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border: 3px solid #F44144;
    border-radius: 50%;
    margin-top: 1px; }
  .wizardDonacions .donationForm input[type=range]::-webkit-slider-runnable-track {
    background-image: -webkit-linear-gradient(left, #F44144 0%, #F44144 300px);
    background-image: linear-gradient(90deg, #F44144 0%, #F44144 300px);
    background-color: #9B9B9B;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 4px; }
  .wizardDonacions .donationForm input[type=range]:focus::-webkit-slider-runnable-track {
    outline: none; }
  .wizardDonacions .donationForm input[type=range]::-moz-range-track {
    background-image: linear-gradient(90deg, #F44144 0%, #F44144 100%);
    background-color: #9B9B9B;
    background-repeat: no-repeat;
    height: 4px; }
  .wizardDonacions .donationForm input[type=range]::-ms-track {
    background-color: #ffffff;
    height: 4px;
    border: transparent;
    margin-top: -3px; }
  .wizardDonacions .donationForm input[type=range]::-ms-fill-lower {
    background-image: linear-gradient(90deg, #F44144 0%, #F44144 100%); }
  .wizardDonacions .donationForm input[type=range]::-ms-fill-upper {
    background-color: #9B9B9B; }
