/**
 * Theme Name: NELMA
 * Theme URI: http://www.brackishwaters.com
 * Description: Brackish Waters Design
 * Version: 0.1
 * Author: Sean Fitzpatrick
 * Author URI: http://www.brackishwaters.com
 * Tags:
 * Status: publish
 */
/* Get base CSS */
@import url('styles/main.css');

/* Get menu CSS */
@import url('styles/nav.css');

/* Get print CSS */
@import url('styles/print.css');

/* Wordpress Compliance */
body {
}

#main {
}

header {
}

nav {
}

nav.primary {
}

nav.footer {
}

#widget-header {
}

#widget-alert {
}

#content {
}

article {
}

.featured-thumbnail {
}

.post-content {
}

.pagination {
}

.post-meta {
}

.post-navigation {
}

#comments {
}

li.comment {
}

.odd {
}

.even {
}

.author-comment {
}

.comment-text {
}

.comment-meta {
}

p.gravatar {
}

.waiting-for-approval {
}

#trackbacks {
}

li.trackback {
}

p#no-comments {
}

#comments-form {
}

#respond {
}

.cancel-comment-reply {
}

.page {
}

#page-content {
}

#page-meta {
}

.post {
}

.postContent {
}

.post-excerpt {
}

nav.oldernewer {
}

.older {
}

.newer {
}

.search {
}

.author {
}

#recent-author-posts {
}

#recent-author-comments {
}

#error404 {
}

#sidebar {
}

#widget-sidebar {
}

#sidebar-search {
}

#sidebar-nav {
}

#sidebar-archives {
}

#sidebar-meta {
}

.widget {
}

#footer {
}

#widget-footer {
}

#footer-nav {
}

.no-results {
}

.widget-area {
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

/*HIDE for the registration form*/
.post-1629 .images, .post-1629 .woocommerce-tabs, .post-1629 .product_meta, .post-1629 .quantity, .gfield_hidden {
	display: none;
}

.gfield_checkbox label {
	float: left;
}

.gform_wrapper li.gfield.gfield_error {
	border: none !important;
}

.product select, .product input[type="text"], .product input[type="password"], .product input[type="email"] {
	padding: 6px 5px;
	border: solid 2px #BBBBBB;
	/*font-family: 'Oswald', sans-serif;*/
	font-weight: 300;
	font-size: 18px;
	line-height: 1em;
	min-width: 260px;
	height: auto;
	min-height: 24px;
}

.product button.single_add_to_cart_button {
	outline: 0;
	-webkit-appearance: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #979797;
	/*font-family: 'Oswald', sans-serif;*/
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
	padding: 17px 22px;
	text-align: center;
	color: #fff;
	margin: 5px !important;
	border: solid 2px #fff;
	cursor: pointer;
	text-transform: uppercase;
	/*text-shadow: 1px 1px 0px rgb(0,0,0);*/
	min-width: 100px;
}

.ginput_container {
	position: relative;
}

.gfield_checkbox li {
	min-width: 250px;
	float: left;
}

.gsection {
	margin-top: 30px;
}

.woocommerce-message {
	margin: 50px 0;
	font-size: 20px;
}

.woocommerce-message a, .woocommerce-info {
	float: right;
	display: none;
}

/*FLAT*/
.Zebra_TransForm_Checkbox, .Zebra_TransForm_Checkbox_Focus, .Zebra_TransForm_Checkbox_Tick, .Zebra_TransForm_Checkbox_Disabled, .Zebra_TransForm_Radio, .Zebra_TransForm_Radio_Focus, .Zebra_TransForm_Radio_Dot, .Zebra_TransForm_Radio_Disabled, .Zebra_TransForm_Arrow {
	background-repeat: no-repeat;
}

.Zebra_TransForm_Checkbox, .Zebra_TransForm_Radio {
	position: absolute;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.Zebra_TransForm_Checkbox {
	border-color: #CADAE1;
	border-width: 3px;
	border-style: solid;
	background-color: #f9f9f9;
}

.Zebra_TransForm_Radio {
	border-color: #CADAE1;
	/*border-width:3px;
	 border-style:solid;
	 background-color: #f9f9f9;*/
}

/*  CHECK BOXES */
.Zebra_TransForm_Checkbox_Focus {
	background-color: #f9f9f9;
	background-image: url('images/checked.gif');
	background-position: center center;
}

.Zebra_TransForm_Checkbox_Tick {
	width: 20px;
	height: 20px;
	/*margin: 4px 0 0 4px !important;*/
}

.Zebra_TransForm_Checkbox_Checked .Zebra_TransForm_Checkbox_Tick {
	background-image: url('images/checked.gif');
	background-position: center center;
}

.Zebra_TransForm_Checkbox_Disabled, .Zebra_TransForm_Checkbox_Checked_Disabled {
	background-position: -38px top;
	cursor: auto;
}

.Zebra_TransForm_Checkbox_Checked_Disabled .Zebra_TransForm_Checkbox_Tick {
	background-position: -22px -42px;
}

/*  RADIO BUTTONS */
.Zebra_TransForm_Radio_Focus {
}

.Zebra_TransForm_Radio_Dot {
	background-image: url('images/radio.png');
	background-position: center center;
	width: 26px;
	height: 26px;
}

.Zebra_TransForm_Radio_Checked .Zebra_TransForm_Radio_Dot {
	background-image: url('images/radioon.png');
	background-position: center center;
}

.Zebra_TransForm_Radio_Disabled, .Zebra_TransForm_Radio_Checked_Disabled {
	cursor: auto;
}

.Zebra_TransForm_Radio_Checked_Disabled .Zebra_TransForm_Radio_Dot {
}

/*  SELECT BOXES */
.Zebra_TransForm_Select {
	background: #fff;
	position: absolute;
	border: 1px solid #666;
	cursor: default;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	z-index: 19;
	/*height:35px;
	 line-height:35px;*/
}

.Zebra_TransForm_Select_Focus {
	/**background-color: #F6F6F6;
	 -moz-box-shadow: 0 0 3px #CCC;
	 -webkit-box-shadow: 0 0 3px #CCC;
	 box-shadow: 0 0 3px #CCC;*/
}

.Zebra_TransForm_Select_Disabled {
	/*border: 3px solid #DEDEDE;*/
}

.Zebra_TransForm_Select .Zebra_TransForm_Arrow {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 100%;
	background-color: #666;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASCAYAAAAdZl26AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUAMS8yMC8xNNuuj8YAAAK4SURBVEiJ1dZvb1RVEAbw32y3S2lIJGAkYjAEEwE1EIuKjSL4Cfx6kPjGL6LIHwUFkfBHhdgXJhZLhBhRqNul44tztntdtouFYuNJNufcs3NnnmfmOXOuzDyWmVv9z0ZmPpeZRyMzP8YCzuNCRMxvMLaxIzN34C3M4sXIzOOYxBTu4Ht8hpsR0dswpI2RmS3swYd4A89jEUuRmSeQCLQxUZ9v4iy+iYh7GwS8g0N4D6+hhYfoYRmtdrWNOvewVNevYj/mM/NbnIyIW/8R8G04grexq24vGiR6BXO/AiP9VKNOnbu4hC9wJSKWnwHwvTiMd7ClbneVbMeQ+TJakZmf1I1hhit+6xzYrJRwDl/hbET88ZSgJw1kshfTuF8B9uMO4wnlzIrM/AivY199qVuNViPTwqa6/g1f4uuImFsj8B14U5HKTuXsdRUZrwZajd3CDVyN6qxTSRytRKaVTHc9SqRZkai29/BdJXNxnLwycw8+wEG8gAc11jDQZryO0invV+AncTUi/ho2lpm7GgFeUqTVazgbFaBdg/TwM07hckTcrj6nhhI0VW27jWQ0/fWfJxTZ3sZlnI6IH5vBHyHQILIdByqZl2sGlupvXIknKsAFXFSqM4NXDKr6uGRMKnK+hdNKK18YhXNVAg0iE8rl8b7Si7cqpXxY3x9X9rZBBxnVJLKxbhkc4BvKHXQhIpaMGY8lMERmt9IxZpXbkFKRPplhEjFi3fy/pWQ78KfS2c5FxA//FtOaCKxEzpxW+vWsIo2OchhH9euRLhRtB35SpPZ5RNxdK5YnIvAPJJkHFDIzigSWlao0yYz6VLmOM7gUEYtPGv+pCfRH7etHFIntrNt93XeU/v0rruFTzK3Hbb5uBPqjtswZvKt8T01iHueUO+KX9Yy37gT6IzPbShvejvMR8fuziPM32E0BN8Iu7SYAAAAASUVORK5CYII=);
	background-position: center center;
	background-size: 80%;
	z-index: 19;
}

.Zebra_TransForm_Select_Focus .Zebra_TransForm_Arrow {
	background-color: #666;
	/*background-position: -58px -19px;*/
}

.Zebra_TransForm_Select_Disabled .Zebra_TransForm_Arrow {
	/*background-position: -58px -38px;*/
}

.Zebra_TransForm_Select .Zebra_TransForm_Text {
	position: absolute;
	color: #222;
	cursor: default;
	z-index: 18;
	padding: 0 5px;
}

option {
	line-height: 1.8em;
	font-family: inherit;
}

/* LABELS FOR DISABLED CONTROLS */
.Zebra_TransForm_Label_Disabled, .Zebra_TransForm_Select_Disabled .Zebra_TransForm_Text {
	color: #DEDEDE;
}

/*  LISTS */
.Zebra_TransForm_List {
	border: 1px solid #DEDEDE;
}

select {
	font-family: inherit;
	min-height: 48px;
}

select.flat {
	filter: alpha(opacity=0);
	opacity: 0;
}

.anythingWindow > div {
	height: 100%;
}

#content input[type=button], #content input[type=submit] {
	-webkit-appearance: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #4F4738;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	color: #fefefe;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1em;
	margin: 0;
	padding: 10px 20px;
	text-decoration: none;
	/*text-shadow: 0 1px 0 #ffffff;*/
	vertical-align: middle;
	white-space: nowrap;
	text-transform: uppercase;
	outline: none;
}

#content input[type=text], #content  input[type=password], #content  input[type=email] {
	-moz-box-sizing: border-box;
	-moz-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 0px;
	background-color: #fafafa;
	box-sizing: border-box;
	border: 2px solid #4F4738;
	border-radius: 0px;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 10px 10px;
	vertical-align: middle;
	min-width: 60px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #326671;
	font-size: 15px;
	line-height: 1em;
	height: auto;
	min-height: 32px;
	outline: none;
}

#bus-loginform form, #bus-password-reminderform form, #add-class, .note, #bus-loginform-errors {
	margin: 20px 0 0 200px;
}

#bus-loginform-errors {
	color: #a33;
}

#bus-loginform label, #bus-password-reminderform label {
	width: 120px;
	display: inline-block;
	color: #4F4738;
	font-size: 16px;
}

@media screen and (max-width: 650px) {
	#bus-loginform form, #bus-password-reminderform form, #add-class, .note, #bus-loginform-errors {
		margin: 20px;
	}
	div.ui-input-text {
		padding: 0 !important;
	}
}