/*
Theme Name: Areden's Garden Theme
Theme URI: http://ardensgarden.com
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: Eastmont Group
Author URI: http://eastmontgroup.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lato:700);

html, body {
	overflow-x: hidden;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

img {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}
/**Bootstrap Toggle Menu**/

.navbar-default .navbar-toggle {
  border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
/**End Bootstrap Toggle Menu**/

.preheader {
	background: #9B50B5;
	padding: 10px 0;
}

.preheader ul {
	float: right;
	padding: 0;
	margin: 0;
}

.preheader ul li {
	display: inline;
}

.preheader ul li a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	transition: ease all 0.2s;
}

.preheader ul li a:hover {
	/*color: #333333;*/
	color: #fbbe05;
	text-decoration: none;
	transition: ease all 0.2s;
}

.menu-first, .menu-mid {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-first {
	padding: 0 10px 0 0;
}

.menu-mid {
	padding: 0 10px 0;
}

.menu-last {
	padding: 0 0 0 10px;
}

.navbar-nav {
  float: left;
  margin: 52px 0 0;
}

.navbar {
	border-radius: 0;
	background: url(/wp-content/uploads/2014/10/yellow-swirls.jpg);
	border: none;
	padding: 7px 0;
}

.navbar-brand {
	background: url(/wp-content/uploads/2014/10/ArdensGarden_lg.png) no-repeat;
	text-indent: -999999px;
	background-size: cover;
	width: 125px;
	height: 125px;
}

.navbar > .container .navbar-brand {
	margin-left: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-nav > li {
  margin: 0 0 0 40px;
}

@media (max-width: 452px) {
	.preheader {
		display: none;
	}
}

@media (max-width: 767px) {
	.navbar-nav {
		margin-top: 0px;
		margin-left: 15px;
	}
	.navbar-nav > li {
		margin: 10px 0px;
	}
	
	.social-side {
		display: none;
	}
}

.navbar-nav > li > a {
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	padding: 0px;
	transition: ease all 0.2s;
}

.navbar-nav > li > a:hover {
	color: #9B50B5 !important;
	transition: ease all 0.2s;
}

.navbar-collapse {
	padding: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: none;
	color: #ffffff;
}

footer {
	background: url(/wp-content/uploads/2014/10/purple-swirls.jpg) repeat;
	padding: 30px 0 48px;
	color: #ffffff;
	margin: 50px 0 0;
}

footer h4 {
	color: #FBBE05;
	font-weight: 300;
	margin: 7px 0 9px;
}

footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer ul li {
	padding: 7px 0;
}

footer a {
	color: #ffffff;
	transition: ease all 0.2s;
}

footer a:hover {
	color: #FBBE05;
	text-decoration: none;
	transition: ease all 0.2s;
}

footer p {
	font-size: 14px;
	line-height: 30px;
}

.copyright {
	padding: 44px 0 0;
	font-size: 11px;
}


.social-footer {
	padding: 0 0 0 10px;
}

#main article {
	border: none;
}

/**Menu Page**/

.page-template-page-menu-php .controls {
	margin-bottom: 20px;
}

.juice-modal-link:hover {
	text-decoration: none;
}

.juice-title, .team-title {
	color: #333333;
	font-weight: 600;
	text-transform: uppercase
}

.juice-title {
	min-height: 40px;
}

.juice-title:hover {
	text-decoration: none;
}

.team-title {
	padding: 10px 0 0;
	margin: 5px 0;
	min-height: 20px;
}

.team-position {
	margin: 5px 0 15px;
	color: #555555;
}

.team-title:hover {
	text-decoration: none;
}

.juice-modal-link img {
	max-width: 100%;
	height: 300px;
}

.page-template-page-menu-php #main article {
	margin: 0 0 25px;
	padding: 0;
}

.modal-x {
	position: fixed;
	right: 0;
    margin: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    background: #9B50B5;
	border-radius: 50px;
	color: #cccccc;
	font-weight: 900;
}

h3.modal-title {
	color: #333333;
	font-size: 30px;
	padding: 10px 0 0 10px;
	text-transform: uppercase;
}

.menu-modal h3.modal-title {
	color: #9B50B5;
	font-weight: 600;
	font-size: 26px;
	padding: 0;
}

.menu-modal .modal-footer {
	color: #ffffff;
}

.modal-body p {
	font-size: 16px;
	margin: 30px 0 0;
	font-weight: 100;
}

.menu-modal .modal-body p {
	color: #ffffff;
	font-weight: 400;
}

.modal-footer {
	text-align: left;
}

.menu-modal .modal-header {
	margin: 0 0 15px;
}

.modal-header {
	border: none;
}

.page-header, .page-header h1 {
	margin-top: 25px;
	border: none;
	color: #333333;
	font-size: 42px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.page-header h4 {
	color: #333333;
	text-transform: capitalize;
	margin: 25px 0;
}

.post_content p, .lead {
	color: #555555;
	font-size: 16px;
	line-height: 24px;
	font-weight: 100;
}

.post_content ul, ol {
	color: #555555;
	font-size: 16px;
	line-height: 24px;
	font-weight: 100;
}

.left-sidebar-container, .right-sidebar-container {
	margin: 50px auto;
}

.page-template-page-team-php #content {
	margin-top: 50px;
	margin-bottom: 50px;
}

.post_content h2 {
	color: #555555;
	margin: 50px 0 25px;
}

.modal-subtitle {
	color: #555555;
	padding: 0 0 0 10px;
}

.menu-modal .modal-content {
	background: url(/wp-content/uploads/2014/10/yellow-swirls.jpg);
}

.modal-content .lead {
	margin: 0;
}

.modal-content img {
	margin: 0 0 25px;
}

.team-modal p {
	font-size: 14px;
	line-height: 20px;
}

.btn-primary {
	background: #9B50B5;
	border-color: #9B50B5;
	transition: ease all 0.2s;
}

.btn-primary:hover {
	background: #b176c6;
	border-color: #b176c6;
	transition: ease all 0.2s;
}

.panel-success .panel-heading {
	background: #9b50b5;
	color: #ffffff;
	text-transform: uppercase;
}

.panel-warning .panel-heading {
	background: #2C825E;
	color: #ffffff;
}

.panel-warning {
	border-color: #2C825E; 
}

.panel-success h3 {
	margin: 10px 0;
	font-size: 22px;
}


.panel-current-store .panel-body {
	min-height: 290px;
}

.panel-coming-soon .panel-body {
	min-height: 150px;
}

.panel-success {
	border-color: #9B50B5;
}

.location-details {
	margin: 15px 0 0;
}

.page-template-page-retail-locations-php #main article {
	margin-bottom: 0;
}

.panel-group {
	margin: 0 0 50px;
}

.panel-body .lead {
	margin: 0;
}

.social-side {
	position: fixed;
	top: 40%;
	left: 0;
}

.social-side .widget {
	margin: 0;
}

.shop-now {
	text-transform: uppercase;
}

#sidebar1 .menu  {
	background: #f7f7f7;
	list-style-type: none;
	margin: 0;
	padding: 20px 20px 0;
}

.controls ul {
	background: #f7f7f7;
	list-style-type: none;
	padding: 20px 20px 0px 20px;
	margin: 0;
}

#sidebar1 .menu li, .controls li {
	padding: 0 0 20px;
}

#sidebar1 .menu li a, .controls li a {
	display: block;
	text-transform: uppercase;
	color: #555555;
	font-size: 15px;
	cursor: pointer;
}

.controls li a:hover {
	color: #9B50B5;
	text-decoration: none;
}

.controls li .active {
	color: #9b50b5;
	font-weight: 900;
}

#sidebar1 .menu .current-menu-item a {
	color: #9B50B5;
	font-weight: 900;
}

h1.page-title {
	margin: 0 0 25px;
}

.page-template-default .page-header {
	margin: 0;
}

.home #main article {
	background: #802E9C;
	padding: 0;
	margin: 0;
}

.home .navbar {
	margin: 0;
}

.home #content {
	padding: 0;
}

.home footer {
	margin: 0;
}

.menu-categories {
	padding: 10px 0 25px;
}

/***Menu Page Styles**/
.page-template-page-menu-php #main .mix {
	display: none;
	 -webkit-backface-visibility: hidden;
}


/***End Menu Page Styles***/

.purple, .purple a{
	color: #9B50B5;
	font-weight: 900;
}

.team-modal .modal-body {
	font-weight: 100;
	padding: 0 20px 20px;
}

/* Mailchimp Form Styles */

#mc_embed_signup {
	background: none !important;
}

#mc_embed_signup form {
	padding: 0 0 10px !important;
}

#mc_embed_signup input.email {
  border: medium none !important;
  border-radius: 3px !important;
  display: block;
  margin: 0 4% 10px 0;
  min-width: 130px;
  padding: 12px 0 10px !important;
  text-indent: 10px !important;
  width: 100% !important;
}

#mc_embed_signup input.button {
	background: #fbbe05;
	color: #9b50b5;
	transition: ease all 0.2s;
}

#mc_embed_signup input.button:hover {
	background: #DAA507 !important; 
	transition: ease all 0.2s;
}

.ingredients {
	color: #ffffff;
}

.menu-modal ul li {
	color: #ffffff;
	padding: 5px 0;
}

/*** Store Locator ***/

#wpsl-result-list li p {
	text-transform: uppercase;
}

/*** Cart Block from Magento ***/

.block-cart {
	margin-bottom: 20px;
	padding: 20px;
	background: #f7f7f7;
}

.block-cart .label {
	color: #9B50B5;
	padding: 0;
	font-size: 100%;
}

.block-cart a {
	color: #9b50b5;
}

.block-cart button {
	background: #9B50B5;
	padding: 5px 10px;
	color: #ffffff;
	border: none;
	margin: 0 0 10px;
	transition: ease all 0.2s;
}

.block-cart button:hover {
	color: #fbbe05;
	transition: ease all 0.2s;
}

.block-cart .block-subtitle, .block-cart #cart-sidebar {
	display: none;
}

@media only screen and (max-width: 770px;) {
.social-side {
	display: none;
}
}

.navbar-collapse {
	border-top: none;
	box-shadow: none;
}

.contact-submit input {
	background: #9B50B5;
	border: none;
	color: #ffffff;
	padding: 5px 10px;
}

#wpsl-reset-map {
	background: #b176c6 !important;
	color: #fbbe05;
	font-size: 16px;
	font-weight: 700;
}

#ingredientsList, #symptomsList {
	margin-top: 15px;
}