/*
Theme Name: SRTAtheme
Theme URI: http://underscores.me/
Author: AMDS
Author URI: AMDS
Description: Description
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: starter-theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

starter-theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.wspsc_add_cart_submit {
    min-width: 264px;
    background-color: #2b9d2c;
    background-image: -webkit-linear-gradient(top, #2b9d2c, #2b9d2c);
    background-image: -moz-linear-gradient(top, #2b9d2c, #2b9d2c);
    background-image: -ms-linear-gradient(top, #2b9d2c, #2b9d2c);
    background-image: -o-linear-gradient(top, #2b9d2c, #2b9d2c);
    background-image: linear-gradient(to bottom, #2b9d2c, #2b9d2c);

    border-radius: 20px !important;
    font-family: Arial;
    color: #ffffff;
    font-size: 18px;
    padding: 20px 30px 20px 30px;
    border: solid #02552c 1px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    display: block;

}




#content #login {
	width:500px;
	max-width:100%;
	padding:2em;
	border:2px solid #2a9c2b;
	margin-bottom:2em;
}
#content #login h1 {
	display:none;
}
#content #login label {
	width:100%;
	color:#333;
}

#content #login .submit input {
	display:block;margin-top:1em;color:#fff;height:auto;font-size:16px;padding:20px;width:100%;max-width:100%;text-transform:uppercase;border-radius:0;opacity:1;transition:opacity .3s;position:relative;overflow:hidden;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;white-space:nowrap;line-height:1.42857143;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color: #2a9c2b;border:none;margin-bottom:1em;opacity:1;
}
#content #login .submit input:hover {
	opacity:0.8;
}
#content #loginform .input{
		margin-bottom:1em;
		width:100%
	}
	
	#content #nav a, #content #backtoblog a {
		font-size:12px;
		}
		
		#content #login a {color:#2a9c2b;}

.amenities {
	padding-bottom:20px;}

.wht-link {color:#fff;}
