/*
  Theme Name: Fablab
  Theme URI: http://llos.co
  Author: LLOS&
  Author URI: https://llos.co
  Description: Fablab Template
  Version: 1.0.62
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: llos
  GitLab Theme URI: https://gitlab.com/llos/clients/fablab
*/


h1, .h1, h2, .h2, h3, .h3, .partners-section h2, .partners-section .h2, .contact-form h2, .contact-form .h2, .events-carousel h2, .events-carousel .h2, h4, .h4, .listen-card figure figcaption p, .news-list > li p, .event-card h3, .event-card .h3, .event-card .partners-section h2, .partners-section .event-card h2, .event-card .partners-section .h2, .partners-section .event-card .h2, .event-card .contact-form h2, .contact-form .event-card h2, .event-card .contact-form .h2, .contact-form .event-card .h2, .event-card .events-carousel h2, .events-carousel .event-card h2, .event-card .events-carousel .h2, .events-carousel .event-card .h2, h5, .h5, h6, .h6 {
	word-break: normal !important;
	-webkit-hyphens: none !important;
	-ms-hyphens: none !important;
	hyphens: none !important;
}
a.no-follow{
	cursor: default;
}
.work-post.main-editor{
	padding-bottom: 100px;
}
.check-box .wpcf7-list-item-label span:before{
	display: none;
}
.hidden{
	display: none;
}
/* Loading */
#wrapper{
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#wrapper.loading{
	opacity: 0;
}
.animsition-loading,.animsition-loading:after {
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	border-radius: 50%;
	z-index: 2
}
.animsition-loading {
	background-color: transparent;
	border-top: 5px solid rgba(0,0,0,.2);
	border-right: 5px solid rgba(0,0,0,.2);
	border-bottom: 5px solid rgba(0,0,0,.2);
	border-left: 5px solid #eee;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-name: animsition-loading;
	animation-name: animsition-loading
}
@-webkit-keyframes animsition-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@keyframes animsition-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fade-in {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}


/* Contact Form 7 */
.wpcf7-response-output {
	line-height: 1.2;
	margin: 1em 0;
	padding: 1.344em;
	border: none !important;
	color: #000 !important;
	background-color: transparent !important;
	position: relative;
	z-index: 1;
	padding: 0 !important;
    font-size: 0.8em !important;
    margin-left: 0 !important;
}
.home:not(.single) .wpcf7-response-output {
	color: white !important;
}
.single-education .wpcf7-response-output,
.single-resources .wpcf7-response-output {
    color: black !important;
}
form.invalid .wpcf7-response-output { color: red !important; }
.single-education form.sent .wpcf7-response-output { display: none !important; }
.single-education #modal-user-details form.sent .wpcf7-response-output { display: block !important; }
.single-education  .wpcf7-response-output { color: black; !important; }
#footer .wpcf7-response-output { color: white !important; }
span.wpcf7-not-valid-tip { font-size: 0.7em; }

.tribe-events-c-top-bar__nav.tribe-common-a11y-hidden,
.tribe-events-c-top-bar__today-button{
	float: left;
}
.datepicker-mount{
	position: absolute;
    z-index: 999;
}
.events-area.month-view .container{
	padding-bottom: 0;
}
.events-area.month-view .events-list-items .title-item{
	padding-bottom: 0;
}
.events-area.month-view .events-list-items .title-item .hold{
	padding-top: 0;
}
.tribe-events-view--month .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-nav.tribe-events-c-nav{
	display: none;
}

.calendar-nav li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid black;
    position: relative;
	font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 3px 10px 1px;
}
.calendar-nav li.current,
.calendar-nav li:hover {
	background: black;
	color: white;
}
.calendar-nav li a,
.calendar-nav li a:hover {
	text-decoration: none;
}

/* WordPress Generated Classes */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.alignnone {
    margin: 5px 0 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 40px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 40px 20px 20px 0;
}
img{
	height: auto;
}
a img.alignright {
    float: right;
    margin: 40px 0 20px 20px;
}

a img.alignnone {
    margin: 40px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 40px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-pagenavi{
	text-align: center;
}
/* Text meant only for screen readers. ( z-index: 100000; - Above WP toolbar. )
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
*/
.single-post .download-block h3 {
	text-align: left;
}
.single-section h5, .single-section .h5 {
	line-height: 1.3;
}
.gallery-caption {
	display: block;
	line-height: 1.5;
	padding: 0.5em 0;
}
.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}
/* #footer .footer-links {
	padding-top: 24px;
} */
#footer .footer-links ul{
	list-style: none;
	margin: 0;
	padding: 8px 0 30px;
}
#footer .footer-bottom-links ul{
	list-style: none;
	margin: 0 -10px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#footer .footer-bottom-links > ul > li + li::before {
	content: "|";
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	margin-left: -1px;
}
/* #footer .footer-social, .footer-social {
	padding-top: 16px;
} */
.additional_info > p{
	margin: 0 ;
}
span.wpcf7-list-item{
	margin: 0;
}
.dontfound{
	padding: 179px 0 140px;
}
.f-post{
	margin-bottom: -90px ;
}
@media screen and (max-width: 768px){
	.f-post{
		margin-bottom: 0px ;
	}
}

/* WordPress Generated Classes END */

/*04-11*/
.single-section .top-row {
	display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
		justify-content: space-between !important;
}
.single-section .top-row ul.tags > li a {
margin-right: 10px !important;
}
.single-section .top-row ul.tags > li:last-child a {
margin-right: 0 !important;
}

/* Contact page Subscribe form (= FOOTER) */

.contact-section .footer-subscribe-form {
	position: relative;
}


  @media (max-width: 767px) {
	.contact-section .footer-subscribe-form {
	  border-top: 1px solid #fff;
	  margin-top: 14px;
	  padding-top: 23px;
	  padding-bottom: 14px;
	}
  }
  .contact-section .footer-subscribe-form .yikes-mailchimp-container {
	position: relative;
  }
  .contact-section .footer-subscribe-form .wpcf7-validation-errors {
	display: none !important;
  }
  .contact-section .footer-subscribe-form .wpcf7-mail-sent-ok {
	background: none !important;
	font-weight: bold;
	padding: 0;
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form {
	position: relative;
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label {
	display: block;
	margin: 0;
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap {
	padding-bottom: 0;
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	display: none !important;
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label > input,
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap > input {
	display: block;
	width: 100%;
	height: 60px;
	font: 20px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	border: 1px solid #fff;
	background: none;
	color: inherit;
	padding: 5px 80px 5px 25px;
	margin: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label > input::-webkit-input-placeholder,
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap > input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label > input:-ms-input-placeholder,
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap > input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label > input::-ms-input-placeholder,
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap > input::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label > input::placeholder,
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap > input::placeholder {
	color: #fff;
	opacity: 1;
  }
  @media (max-width: 1699px) {
	.contact-section .footer-subscribe-form .yikes-easy-mc-form > label > input,
	.contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap > input {
	  font-size: 16px;
	}
  }
  @media (max-width: 767px) {
	.contact-section .footer-subscribe-form .yikes-easy-mc-form > label > input,
	.contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap > input {
	  height: 44px;
	  font-size: 14px;
	  padding: 5px 60px 5px 12px;
	}
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label > input:focus,
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap > input:focus {
	outline: none;
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label > input:focus::-webkit-input-placeholder,
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap > input:focus::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0);
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label > input:focus:-ms-input-placeholder,
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap > input:focus:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0);
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label > input:focus::-ms-input-placeholder,
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap > input:focus::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0);
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label > input:focus::placeholder,
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap > input:focus::placeholder {
	color: rgba(255, 255, 255, 0);
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label > input.wpcf7-not-valid,
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap > input.wpcf7-not-valid {
	border-color: #e52436;
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label > input:-webkit-autofill:focus, .contact-section .footer-subscribe-form .yikes-easy-mc-form > label > input:-webkit-autofill:hover, .contact-section .footer-subscribe-form .yikes-easy-mc-form > label > input:-webkit-autofill,
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap > input:-webkit-autofill:focus,
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap > input:-webkit-autofill:hover,
  .contact-section .footer-subscribe-form .yikes-easy-mc-form > label .wpcf7-form-control-wrap > input:-webkit-autofill {
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0 100px #000 inset;
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form .yikes-easy-mc-submit-button {
	width: 64px;
	height: 60px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	padding: 0;
	border: 0;
	background: #fff;
	position: absolute;
	z-index: 10;
	bottom: 27px;
	right: 0;
  }
  @media (max-width: 1200px) {
	.contact-section .footer-subscribe-form .yikes-easy-mc-form .yikes-easy-mc-submit-button {
	  bottom: 24px;
	}
  }
  @media (max-width: 767px) {
	.contact-section .footer-subscribe-form .yikes-easy-mc-form .yikes-easy-mc-submit-button {
	  width: 46px;
	  height: 44px;
	  bottom: 19px;
	}
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form .yikes-easy-mc-submit-button::before {
	content: "";
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	width: 20px;
	height: 17px;
	background: url('https://fablabbcn.org/wp-content/themes/fablab/assets/images/arrow-right-black-001.svg') no-repeat;
	background-size: 20px 17px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
  }
  @media (max-width: 767px) {
	.contact-section .footer-subscribe-form .yikes-easy-mc-form .yikes-easy-mc-submit-button::before {
	  width: 14px;
	  height: 12px;
	  background-size: 100% auto;
	}
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover::before {
	margin-left: 5px;
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form .yikes-easy-mc-submit-button .loading-dots {
	display: none !important;
  }
  .contact-section .footer-subscribe-form .yikes-easy-mc-form .yikes-mailchimp-preloader {
	display: none !important;
  }
  .contact-section .footer-subscribe-form .form-note {
	display: block;
	font-size: 15px;
	padding-top: 14px;
  }
  @media (max-width: 767px) {
	.contact-section .footer-subscribe-form .form-note {
	  font-size: 12px;
	  padding-top: 10px;
	}
  }
  .contact-section .footer-subscribe-form .form-note a {
	text-decoration: underline;
  }
  .contact-section .footer-subscribe-form .form-note a:hover {
	text-decoration: none;
  }

  .page-id-135 .contact-section div.wpcf7 .ajax-loader {
	background-image: url('https://fablabbcn.org/wp-content/themes/fablab/assets/images/ajax-loader-black-bg.gif') !important;
    margin-left: 10px;
    background-size: 16px;
  }

  /* Està al scss compilat però no ho agafa a prod, error a arxiu compilat o cache? */
  .mbl-btns {
	padding: 0;
  }
  .mbl-btns .btns {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .mbl-btns .btns li {
	padding: 0 0 20px;
  }
  .mbl-btns .btns li::after {
	display: none;
  }
  .visible-xs {
	display: none !important;
  }
  @media (max-width: 767px) {
	.visible-xs {
	  display: block !important;
	}
  }

/*9-11-23*/
.single-section .logos img {
 width: 150px;
}


/*menu item with separator*/
#header #main-nav>li ul li.border-top {
	padding: 10px 0 0px 0;
	margin-top: 10px;
}
/*education archive new post-card types*/
.education-section.type_1 .post-card {
	background: #000;
	color: #fff;
}
.education-section.type_1 .post-card figure .img .frame {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.education-section.type_1 .post-card:hover {
	background: #fff;
	color: #000;
}
.education-section.type_1 .post-card .str i:after {
	background: #000;
}
.education-section.type_1 .post-card:hover figure .img .frame {
	-webkit-filter: none;
	filter: none;
}
.education-section .post-card .btn {
    margin-top: 20px;
}
.education-section.type_2 .post-card:hover .btn {
    border-color: white;
}
