/*
Theme Name: Musea
Theme URI: https://musea.qodeinteractive.com
Description: Art Gallery and Museum Theme
Author: Elated Themes
Author URI: https://themeforest.net/user/elated-themes
Text Domain: musea
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.
*/
.pl-20 {
	padding-left: 20px;
}

.pr-20 {
	padding-right: 20px;
}

.u-column2.col-2 {
	display:none;
}

.tml-button {
	display:block;
	vertical-align:middle;
	width:auto;
	margin:0;
	font-family:"Open Sans";
	font-size:13px;
	line-height:2em;
	font-weight:600;
	letter-spacing:.07em;
	outline:0;
	box-sizing:border-box;
	transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	padding:7px 37px;
	color:#525252;
	background-color:transparent;
	border:1px solid #c9ab81;
	cursor:pointer;
}

.show-password-input {
	all: unset; 
	display: block; 
	cursor: pointer;
}

.woocommerce-form-login__submit {
		display:block !important;
}

@media only screen and (min-width: 1024px) {
	.mobile-only {
		display:none !important;
	}
}

