/**sticky header*/
.header-default {
	position: fixed;
    z-index: 999;
    width: 100%;
	margin-top: -10px;
	height: 100px;
	justify-content: center;
}

.navbar{
	padding-top: 20px;
}
/**Brandlogo**/
.navbar-brand img{
	width: 300px;
}

header.header-default {
	border-bottom:  1px solid #454;}

.header-default {
    position: fixed;
    z-index: 999;
    width: 100%;
    margin-top: -10px;
    height: 80px;
    justify-content: center;
}

/**Botones nav **/

.navbar .navbar-nav .menu-item.current-menu-item a{
	color: #433333;
	text-decoration: none;
	font-weight: 300;
	text-decoration: none;
	
}
.navbar .navbar-nav .menu-item.current-menu-item a:hover {
	color: #433333;
	text-decoration: none;

}

.menu-item .sub-menu a {
    color: #433333;
	text-decoration: none;
	font-weight: 300;
	text-decoration: none;
}
.sub-menu{
	font-weight: 300;
	text-decoration: none;

	
}
.navbar-nav .menu-item .sub-menu a:hover {
    color: #AD8352;
	text-decoration: none;
}

.navbar-nav .menu-item a:hover {
    color: #443333;
    display: flex;
    align-items: center;
	text-decoration: none;
}

.pmpro {
    color: var(--pmpro--color--contrast);
    margin-top: 10px;
}

.pmpro {
    .avatar {
        border: 1px solid var(--pmpro--color--border--variation);
        border-radius: 50%;
        box-shadow: var(--pmpro--box-shadow);
        margin: 0;
        padding: 0;
        max-width: 50px;
    }
}

.um-row-heading {
    padding: 5px 0;
    font-size: 26px;
    font-family: 'Playfair Display';
    text-align: center;
}

/**sub menu**/

.menu-item .sub-menu a {
    border-radius:0px;
	text-decoration: none;
	
	
}
.menu-item .sub-menu ul:hover{
	text-decoration: none;
}
section.footer-widgets {
    padding-top: 70px;
    padding-bottom: 30px;
    background: black;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #433333;
}



#menu-item-1759 a:hover{
	text-decoration: none;
}

.menu-item menu-item-type-post_type menu-item-object-page{
	text-decoration: none;
}
}

a{
	text-decoration: none
}


.logo-footer{
	text-align: right;
	color: #B9966C;
}
.logo-footer h3{
	clear: right;
}

.logo-footer button{
	border: 1px solid;
	padding: 20px;
	font-family: 'Work Sans', sans serif; 
	color:#B9966C; 
	background-color: rgb(0,0,0,0.3); 
	border-color:#B9966C;
	text-align: right;
	
}

.um-misc-img{
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	
}

.um-form{
	font-family: 'Work Sans', sans serif; 
	
}

.logo-footer img{
	width: 50px;
	float: right;
	
}
.tutor-dashboard .tutor-frontend-dashboard-header {
    position: relative;
    padding-bottom: 25px;
    padding-top: 60px;
}

.button.wc-backward, .checkout-button, .place_order, .woocommerce-Button.button {
    background: black !important;
}
.cart-subtotal, td, th{
		color: black;
		text-align: right;
	}

.casa img{
	width: 250px;
	margin-left: auto;
	margin-right:auto;
	
}

.woocommerce ul.products li.product .added_to_cart.wc-forward {
    display: block;
    text-align: center;
    margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
    color: #6f6362;
    padding: 5px;
	width:50%;
}

.pmpro_login_wrap [type=reset], [type=submit], button, html [type=button] {
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    word-spacing: 0em;
    fill: #000000;
    color: #000000;
    background-color: #7BA7A200;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    border-radius: 10px 10px 10px 10px;
	padding: 10px;
}

.um a.um-button, .um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:hover, .um input[type=submit].um-button, .um input[type=submit].um-button:focus {
    background: #AD8351;
}

.um a.um-button:hover, .um input[type=submit].um-button:hover {
    background-color: black;
}

.entry-content {
    padding-top: 50px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: table-cell;
    }
}

@media screen and (max-width: 600px){

.navbar-brand img{
	width: 200px;
}

	.casa img{
		width: 150px;
		margin-left: auto;
		margin-right: auto;
	}
	
.tutor-course-single-content-wrapper #tutor-single-entry-content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 70px;
}

	.logo-footer img{
	float: none;
	margin-left: auto;
	margin-right: auto;
}

	.footer-widgets{
		width: 100vw;
	}
.widget h3{
	font-size: 17px;
}
	

.logo-footer{
	text-align: center;
	
}
	

}