/**
 * Theme Name: Jordi Bordas
 */
a.no-follow{
	cursor: default;
}
.work-post.main-editor{
	padding-bottom: 100px;
}
form.variations_form.cart .variations {
	width: 100%;
}
.account-area .woocommerce .woocommerce-form-login-toggle,
.account-area .woocommerce .woocommerce-form-coupon-toggle,
.account-area .woocommerce .woocommerce-form-coupon,
.account-area .woocommerce .woocommerce-form-login{
	width: 100%;
}

.includes-block form.cart div.quantity,
.woocommerce-billing-fields > h3,
.single-quiz .sensei-breadcrumb,
.single-quiz #post-entries,
.single-lesson .sensei-breadcrumb,
.single-lesson #post-entries,
.single-lesson .lesson-content .lesson-title h1,
body.sensei  .blog-nav .sensei-course-filters,
body.sensei  .blog-nav .archive-header,
.theme-sensei-user-courses ul.course-container .entry > a,
.theme-sensei-user-courses .wp-block-sensei-lms-learner-courses__courses-list__category,
.wp-block-sensei-lms-learner-courses .sensei-free-lessons,
.wp-block-sensei-lms-learner-courses .course-expiration-message,
.wp-block-sensei-lms-learner-courses .entry-actions{
	display: none!important;
}
.single-lesson .lesson-content header.lesson-title{
	margin: 0;
	padding: 0;
}
.single-lesson .lesson-content .lesson-title .preview-label{
	margin: 0 0 10px 0;
}
.invisible-link{
	opacity: 0;
	visibility: hidden;
}
.not-found-block{
	width: 100%;
	text-align: center;
}
.not-found-block hr{
	width: 100%;
}
.cart_item .product-name .additional-info{
	font-weight: normal;
    border-top: 1px solid #DCD4D4;
}
.aside-row.processing{
	opacity: 0.7;
	filter: blur(0.5px);
  	-webkit-filter: blur(0.5px);
}
.post a {
	font-weight: bold;
	color: #D5A678;
}
.post a:hover {
	color: #E8C29D;
}
.post .ttl-img .category a,
.post .ttl-img .category a:hover {
	color: white;
	text-decoration: none;
}
@media (min-width: 1200px){

}
.blog-holder ~ .sensei-pagination,
.page-template-template-my-courses .course-content .course-excerpt{
	display: none;
}
.bbp-author-link{
	pointer-events: none!important;
}
.bbp-author-link .bbp-author-avatar{
	display: none;
}
.subscribe .wpcf7-checkbox .wpcf7-list-item-label,
#footer .wpcf7-checkbox .wpcf7-list-item-label{
	font-size: 1.5rem;
	margin-left: 0.25rem;
}
/* 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;
}
.theme-loading,.theme-loading:after {
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	border-radius: 50%;
	z-index: 2
}
.theme-loading {
	background-color: transparent;
	border-top: 5px solid #d7dff0;
	border-right: 5px solid #d7dff0;
	border-bottom: 5px solid #d7dff0;
	border-left: 5px solid #1587db;
	-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: theme-loading;
	animation-name: theme-loading
}
@-webkit-keyframes theme-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@keyframes theme-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
	}
}
div.wpcf7-response-output{
	line-height: 1.2;
	margin: 1em 0;
	padding: 1.344em;
	border: none;
	color: #ffffff;
	background-color: #255379;
	position: relative;
	z-index: 1;
}
span.wpcf7-not-valid-tip{
	font-size: 1em;
}
div.wpcf7-validation-errors{
	background-color: #c90000;
}
div.wpcf7-mail-sent-ok{
	background-color: #0fa55d;
}
/* WordPress Generated Classes */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.alignnone {
    margin: 5px 20px 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;
}
*/
.gallery-caption {
	display: block;
	line-height: 1.5;
	padding: 0.5em 0;
}
.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.ajax-loader{
	display: none !important;
}

.screen-reader-text{
	display: none;
}
.contact-item a{
	display: block;
}


.how-it-work picture {
	max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sponsors-collab .collab figure {
  max-width: 140px;
  max-height: 40px;
}
body:not(.single-product) .in-stock, .reset_variations {
  display: none !important;
}
.wpcf7 form .wpcf7-response-output {
  border:0;
  background: transparent;
  color: #756C6C;
  padding: 0;
}
.upcoming-editions .upcoming-table .table-row .table-col {
  text-align: left;
}
.grecaptcha-badge {
  display: none !important;
}
.country-selector a {
	padding: 0px 8px;
	outline: none;
	text-decoration: none;
	float: none !important;
	white-space: nowrap;
	font-weight: normal;
	cursor: pointer;
	color: black;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.weglot-container {
	margin-right: 20px;
}
.country-selector.weglot-inline.weglot-default {
	display: none;
}
#header .weglot_here ul {
	display: inline-block;
}

.wg-list.country-selector a,
.country-selector .wg-li {
	font-size: 1.5rem !important;
	display: inline-block;
	margin: 0;
}
.wg-default {
	display: none !important;
}
.weglot-inline.country-selector .wgcurrent a,
.weglot-inline.country-selector a,
.weglot-inline.country-selector a:hover,
.country-selector .wg-li a {
	text-decoration: none !important;
}
.weglot-inline.country-selector a:hover {
	color: #D5A678;
}
.country-selector a,
.country-selector.weglot-inline label {
	padding: 0 8px;
}

html[lang="fr-FR"] .country-selector a,
html[lang="fr-FR"] .country-selector.weglot-inline label {
 	padding: 0 3px 0 8px;
}

html[lang="fr-FR"] .country-selector {
	margin-right: 5px;
}


.weglot-inline.country-selector li:before {
	content:" | ";
	position: absolute;
	margin-left: 0;
}
.weglot-inline.country-selector .wgcurrent a,
.country-selector .wg-li:hover a {
	color: #D5A678;
}
#order_review_heading,
.checkout-form-wrapper .woocommerce-checkout .main-row .step-heading {
	display: none;
}
.woocommerce-checkout #payment ul.payment_methods li img {
	display: none;
}

#header .weglot-inline.country-selector ul {
	display: inline-block;
}

.video-base.video-vimeo iframe {
	z-index: 1;
}
@media (max-width: 991.98px){
	#header .main-header .btns .btn-sm::after,
	#header .main-header .btns .btn-group-sm>.btn::after {
		display: none;
	}
	#header .main-header .btns .btn-sm,
	#header .main-header .btns .btn-group-sm>.btn {
		font-size: 17px;
	}
	.weglot-inline.country-selector {
		margin-top: 1.2rem;
	}

		.weglot-inline.country-selector li:before {
		margin-top: 2px;
	}
}

.woocommerce-store-notice,
p.demo_store {
	background-color: #D5A678;
	font-size: 1.3rem;
	box-shadow: none;
}

#main #bbpress-forums #subscription-toggle{
    display: block !important;
}

html[lang="es"] .video-vimeo-en {
	display: none;
}

html[lang="en"] .video-vimeo-es {
	display: none;
}

.lesson-content .wp-block-embed.video-vertical::before {
	padding-top: 174%;
}

/* Missatge Mensaje Top Bar Tienda y general Vacaciones */
#header #top-top-bar p {
    padding-top: 10px;
    font-size: 16px;
}
#header #top-top-bar {
	display: none;
    background: #B62039;
    color: white;
    text-align: center;
    padding: 4px 0;
	transition: all 0.4s ease;
}
#header #top-top-bar.show {
  display: block;
}
#header #top-top-bar.hide {
  opacity: 0;
  margin-top: -55px;
}
button#close-top-bar {
    position: absolute;
    right: 20px;
    top: 10px;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 24px;
    margin: 0;
    padding: 0;
}