/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* CONFIG */
button {
	border-radius: 6px !important;
}

/* Header */
header#masthead {
	position: sticky;
	top: 0;
	transition: ease 0.3s;
/* 	margin-bottom: -50px; */
}
header#masthead.offcanvas {
	transform: translatey(-132px);
}
header#masthead div.ast-below-header-wrap {
	display: none;
	transition: ease 0.3s;
	transform: translateY(-50px)
}
header#masthead div.ast-below-header-wrap.show {
	display: block;
	transition: ease 0.3s;
    transform: translateY(0px)	
}


/*Navigation buttons*/ 
.main-header-menu .nav-button .menu-link {
	width: 100px;
	height: 40px;
	margin: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #561519;
	color: white;
	border-radius: 6px;
	border: 1px solid white;
}
.main-header-menu .nav-button.filled .menu-link {
	background: linear-gradient(45deg, white, #f5f5f5);
	color: #561519;
	border-radius: 6px;
	border: 1px solid transparent;
}
.main-header-menu .nav-button .menu-link:hover {
	transform: scale(1.1);
}

/*Account icon navigation bar*/
div.ast-header-account-inner-wrap a.ast-header-account-link.ast-header-account-type-icon.ast-account-action-link span svg {
	display: none;
}
div.ast-header-account-inner-wrap a.ast-header-account-link.ast-header-account-type-icon.ast-account-action-link span {
	width: 25px;
    height: 25px;
    background: url(https://clasesdebaileonline.ensalsateq.com/wp-content/uploads/2021/06/user_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*Cart icon navigation bar*/
div.ast-builder-layout-element.site-header-focus-item.ast-header-woo-cart {
	padding: 0;
}

/*Ultimate member login/register buttons*/
div.um-form .um-button {
	border-radius: 6px !important;
	margin: 20px 0 !important;
}
div.um-form .um-button[type="submit"] {
	background: #561519 !important;
}
div.um-form .um-button:hover {
	box-shadow: 4px 7px 4px 0 rgba(0,0,0,0.2);
}


/*Ultimate member login fields*/
div.um-field-area input.um-form-field {
	border-radius: 6px;
}

/*Registrarion form page*/
div.register__container div.elementor-widget-wrap div.elementor-element:last-of-type {
	display: flex;
}

/*Login button customized hover*/
div.login__button--hover a.elementor-button-link.elementor-button:hover{
	box-shadow: 4px 12px 0 0 rgba(0,0,0,0.5);
}


/*Tutor LMS sidebar tabs*/
div.tutor-site-wrap.site div.tutor-single-lesson-wrap div.tutor-lesson-sidebar {
	background: white;
	height: 100vh;
}
div.tutor-tabs-btn-group a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	gap: 10px;
}
div.tutor-tabs-btn-group a span {
	font-size: 10px;
    line-height: 22px;
}
div.tutor-topbar-item.tutor-hide-sidebar-bar {
	display: flex;
}
div.tutor-topbar-item.tutor-hide-sidebar-bar a.tutor-topbar-home-btn {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/*WooCommerce cart and checkout */
div.entry-content div.woocommerce {
	margin: 40px 0;
	margin-bottom: 40px;
	min-height: 80vh;
}
div.ast-woocommerce-container {
	margin: 50px 0;
}
div.woocommerce-form-container {
	padding: 20px 10%;
}
.woocommerce-form-container .woocommerce-form-container--title {
	text-align: center;
	margin-bottom: 50px;
    color: #561519;
    font-weight: 700;
    font-size: 38px;
}
span.woocommerce-Price-amount.amount bdi {
	font-weight: 400 !important;
}

/*WooCommerce Chekout form*/
p.form-row span.woocommerce-input-wrapper input {
	border-radius: 0px;
    border: none;
    border-bottom: 1px solid #efefef;
}
form.checkout.woocommerce-checkout div.woocommerce-checkout-review-order {
	border-radius: 0 0 5px 5px;
	border: 1px solid white;
	border-color: white !important;
}
form.checkout.woocommerce-checkout h3#order_review_heading {
	border-radius: 5px 5px 0 0;
	border: 1px solid white;
	border-color: white;
}
table.shop_table.cart.woocommerce-cart-form__contents {
	border-color: white;
}
table.shop_table.cart.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item.cart_item + tr td.actions {
	display: none !important;
}
form.woocommerce-cart-form + div.cart-collaterals div.cart_totals {
	border-color: white !important;
	border: 1px solid white;
}
table.shop_table + div.wc-proceed-to-checkout {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0 ;
}
div.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
	margin: 0;
	background: none;
    background: #561519;
	color: white;
    border-radius: 6px;
}
.wc-forward {
	margin: 0;
	background: none;
    color: #561519;
    border-radius: 0;
}
div.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover {
	transform: scale(1.1);
}

/*WooCommerce Message*/
div.woocommerce-message, ul.woocommerce-error, p.cart-empty.woocommerce-info {
	border: none;
    background: none;
}
p.cart-empty.woocommerce-info:before, p.cart-empty.woocommerce-info:after {
	display: none;
}
p.cart-empty.woocommerce-info {
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0;
    padding: 30px 0;
    color: #561519;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
	
}
p.return-to-shop {
	display: flex;
    justify-content: center;
    align-items: center;
	border-bottom: 1px solid #561519;
    max-width: 230px;
    margin: 0 auto;
}
p.return-to-shop a.button.wc-backward {
	background: none;
	color: #561519;
}
p.return-to-shop a.button.wc-backward:hover {
	transform: scale(1.1);
}
div.woocommerce-message a.button.wc-forward{
	background: #561519;
    color: white;
    border-radius: 6px;

}
ul.woocommerce-error a.button.wc-forward {
	color: #561519;
    background-color: #f5f5f5;
}
ul.woocommerce-error a.button.wc-forward:hover {
	background-color: #561519;
    color: white;
}
ul.woocommerce-error li:last-of-type {
	padding-bottom: 30px;
    border-bottom: 1px solid #561519;
}

/*WooCommerce Product Catalog*/
div.astra-shop-summary-wrap {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
h2.woocommerce-loop-product__title, div.ast-woo-shop-product-description {
	text-align: center !important;
}
div.astra-shop-summary-wrap a.ast-loop-product__link h2.woocommerce-loop-product__title {
	font-size: 18px !important;
    font-weight: 600;
    color: #795548;
}
span.price span.woocommerce-Price-amount.amount bdi {
	font-size: 18px;
    font-weight: 700;
    color: #8a8a8a;
}
div.ast-woo-shop-product-description {
	margin-top: 15px;
	margin-bottom: 20px;
	padding-top: 15px;
    border-top: 1px solid #efefef;
}
div.astra-shop-summary-wrap a.button.add_to_cart_button.ajax_add_to_cart {
	background: #f1f1f1;
    color: #7a1e24;
	border-top: 4px solid #f1f1f1;
    border-left: 4px solid #f1f1f1;
    border-bottom: 4px solid #7a1e24;
    border-right: 4px solid #7a1e24;
	order: 5;
}
div.astra-shop-summary-wrap a.button.add_to_cart_button.ajax_add_to_cart:hover {
	background: #7a1e24;
    color: #f1f1f1;
	border-top: 4px solid #7a1e24;
    border-left: 4px solid #7a1e24;
}
/*404 Layout*/

div.page-content div.404__container h1.404__title {
	font-size: 150px;
    font-weight: bold;
    font-family: monospace;
}
div.page-content div.404__container h2.404__subtitle {
	font-size: 32px;
    font-weight: 600;
    color: #561519;
    margin-bottom: 20px;
}
div.page-content div.404__container p.404__info {
	font-weight: 500;
    font-size: 16px;
    color: #505050;
}

.woocommerce-error .button.wc-forward {
	display: none;
}


/* FAQ */
div.elementor-accordion-item {
	margin-bottom: 25px;
}
div.elementor-tab-title {
	border-bottom: 1px solid #561519;
}


/*Media Queries*/
@media (max-width: 921px) {
	
/*Navigation buttons*/ 
	.main-header-menu .nav-button .menu-link {
		width: 90% !important;
		max-width: 320px;
		height: auto;
		margin: 20px auto;
		text-align: center;
	}
	.main-header-menu .nav-button.filled .menu-link {
		background: linear-gradient(45deg, #f9f9f9, #f1f1f1);
		color: #561519;
		border-radius: 6px;
		border: 1px solid transparent;
	}
}
@media (max-width: 768px) {
	/*Registrarion form page*/
	div.register__container div.elementor-widget-wrap div.elementor-element:last-of-type {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 500px) {
	div.woocommerce-form-container {
	padding: 20px 4%;
	}
}
