/*!
Theme Name: MptAcademy
Theme URI: https://them.es/starter
Author: Si
Author URI: https://them.es/
Description: 
Version: 3.4.1
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: mptacademy
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */

/* From http://codex.wordpress.org/CSS */



@font-face {
    font-family: 'Larsseit';
    src: url('assets/fonts/larsseit/Larsseit-ExtraBold.woff2') format('woff2'),
        url('assets/fonts/larsseit/Larsseit-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larsseit';
    src: url('assets/fonts/larsseit/Larsseit.woff2') format('woff2'),
        url('assets/fonts/larsseit/Larsseit.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larsseit';
    src: url('assets/fonts/larsseit/Larsseit-Thin.woff2') format('woff2'),
        url('assets/fonts/larsseit/Larsseit-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larsseit';
    src: url('assets/fonts/larsseit/Larsseit-Bold.woff2') format('woff2'),
        url('assets/fonts/larsseit/Larsseit-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



body {
	font-family: 'Larsseit', sans-serif;
}




.alignnone {
	margin: 5px 20px 20px 0;
}

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

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

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

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

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

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

.wp-caption {
	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;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.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; /* Above WP toolbar. */
}

#main {
	margin-top: 0;
}



/*******************  HELPERS  ************************/

.stripe-button-el {
    background-image: none !important;
    border: none !important;
    box-shadow: none !important; 
}
.stripe-button-el:not(:disabled):active, 
.stripe-button-el.active {
    background: transparent !important;
}


.btn-pt {
	padding-top: 11px;
}


.btn {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 900;
	--bs-btn-box-shadow: none;
}


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #FD4768;
    --bs-btn-border-color: #FD4768;
    --bs-btn-hover-color: #FD4768;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #FD4768;
    --bs-btn-focus-shadow-rgb: 0,0,0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FD4768;
    --bs-btn-active-border-color: #FD4768;
    --bs-btn-active-shadow: inset 0 3px 5px #fd476820;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #FD4768;
    --bs-btn-disabled-border-color: #FD4768;
}

.btn-secondary {
    --bs-btn-color: #000;
    --bs-btn-bg: #e9e9e9;
    --bs-btn-border-color: #e9e9e9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 0,0,0;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e9e9e9;
    --bs-btn-active-border-color: #e9e9e9;
    --bs-btn-active-shadow: inset 0 3px 5px #e9e9e920;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e9e9e9;
    --bs-btn-disabled-border-color: #e9e9e9;
}

a {
    color: #000;
}
a:hover {
    color: #4B4B4B;
}
/*****************    HEADER    ********************/



.navbar-dark, .navbar {
	--bs-bg-opacity: 1;
    background-color: #000 !important;
	background-image: none;

    --bs-navbar-color: hsla(0,0%,100%,1);
    --bs-navbar-hover-color: hsla(0,0%,100%,.75);
    --bs-navbar-disabled-color: hsla(0,0%,100%,.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0,0%,100%,.1);
    --bs-navbar-nav-link-padding-x: 2rem;
}
 

ul#menu-main-menu {
    --bs-nav-link-font-weight: bold;
    --bs-nav-link-font-size: 18px;
}


button.navbar-toggler {
    top: 0;
    position: relative;
}
button.navbar-toggler:hover,
button.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}







#footer {
	background: #F5F5FB;
	font-size: 13px;
	padding: 0.5rem 0;
}

#footer p {
    margin: 1rem 0;
}

#footer .nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 1rem;
}










/******************  FORMS  *****************/


.reset-page #swpm-pw-reset-form label.swpm_label,
.login-page #swpm-login-form label.swpm-label {
    color: #727272;
    font-size: 12px;
}
.reset-page #swpm-pw-reset-form .swpm-text-field,
.login-page #swpm-login-form .swpm-text-field {
    background: none;
    border: none;
    border-bottom: 1px solid #4B4B4B;
    color: #fff;
	width: 100%;
}

.reset-page #swpm-pw-reset-form .swpm-text-field:focus-visible,
.login-page #swpm-login-form .swpm-text-field:focus-visible {
    outline: none;
	border-bottom: 1px solid #8d8d8d;
}

.login-page #swpm-login-form .swpm-rememberme-label,
.login-page #swpm-login-form  .swpm-password-toggle-checkbox-label {
    color: #fff;
    font-size: 14px;
}

.reset-page #swpm-pw-reset-form .swpm-pw-reset-submit,
.login-page #swpm-login-form .swpm-login-form-submit {
    margin: 20px 0;
    width: 100%;
    background: #3653F7;
    border: none;
    color: #fff;
    padding: 10px 40px;
    border-radius: 3px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
	transition: all 0.5s;
}
.reset-page #swpm-pw-reset-form .swpm-pw-reset-submit:hover,
.login-page #swpm-login-form .swpm-login-form-submit:hover {
	background: #0a58ca;
}










.page-template-page-login .swpm-login-widget-logged {
    color: #fff;
}

.profile-page .swpm-login-widget-logged {
    text-align: center;
}

.profile-page .swpm-logged-label {
	font-weight: normal;
}

.profile-page .swpm-logged-value {
	font-weight: 700;
}


.profile-page .swpm-logged-username,
.profile-page .swpm-logged-status,
.profile-page .swpm-logged-membership {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.profile-page .swpm-logged-expiry {
    padding: 20px 0;
}

.profile-page .swpm-edit-profile-link a {
    color: #000;
    background: #EFEFEF;	
    font-weight: 700;
    width: 100%;
    display: block;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 20px;
	transition: all 0.5s;
}

.profile-page .swpm-edit-profile-link a:hover {
    color: #fff;
    background: #3653F7;
}

.profile-page .swpm-logged-logout-link a {
    color: #000;
    font-weight: 700;
    border-radius: 6px;
    padding: 10px;
    display: inline-block;
	transition: all 0.5s;
}

.profile-page .swpm-logged-logout-link a:hover {
    color: #3653F7;
}




.profile-edit-page .swpm-edit-profile-submit {
	color: #000;
    background: #EFEFEF;
    font-weight: 700;
    width: 100%;
    display: block;
    border: none;
    border-radius: 6px;
    padding: 10px;
    margin-top: 20px;
    transition: all 0.5s;
}

.profile-edit-page .swpm-edit-profile-submit:hover {
    color: #fff;
    background: #3653F7;
}




.swpm-post-no-access-msg {
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 200px;
}

