/*
	Theme Name: Monrovia
	Theme URI: http://monrovia.com	
	Description: Custom Monrovia theme built on HTML5 Blank WordPress Theme
	Version: 1.0.0
	Author: Primitive Spark
	Author URI: http://primitivespark.com
	Tags: Blank, HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);
/*@import url(http://fonts.googleapis.com/css?family=Montserrat); */
@import "css/lightbox.css";

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Montserrat';
	src:url('fonts/Montserrat-Regular.eot');
	src:url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Regular.svg#Montserrat') format('svg'),
		url('fonts/Montserrat-Regular.woff') format('woff'),
		url('fonts/Montserrat-Regular.ttf') format('truetype');
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	position:relative;
	max-width:100%;
}
body {
	background-color: #f5f6f5;
    color: #514942;
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
	width:100%;
	overflow-x:hidden;
	max-width:100%;
	position:relative;
}

body.login{
	padding:0px;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

iframe{
	margin:10px 0px;
}

iframe.alignright, iframe.alignleft{
	margin:0px;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#819d0f;
	text-decoration:none;
	outline:none;
}
a:hover, a:visited:hover {
	color:#A1C512;

}
a:focus {
	outline:none;
	color:#DAE5AB;
}
a:active {
	outline:none;
	color:#DAE5AB;
}
a:visited{
	/*color:#6C51A9;*/
	color:#819d0f;
}

section.main p a{
}

input:focus {
	outline:0;
}

menu, ol, ul {
    padding:0;
	list-style:none;
}
dl, menu, ol, ul {
    margin:0;
}

p{
	margin:0px 0px 20px 0px;
	line-height:24px;
}

.login code{
	color: #514942;
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
	
}

.home p{
	line-height:20px;
}

/* UL/LI styles for content */
article ul{
    list-style-position: outside;
    margin: 0 0 10px 20px;
	list-style:none;	
}

article li{
	margin-left:30px;
	line-height:24px;
}

article li:before{
      /* For a round bullet */
      content:'\2022';
      /* For a square bullet */
      /*content:'\25A0';*/
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -15px;
      top: -0px;
      color: #f18424;
      font-size: 14px;
}

article form li:before{
	display:none;
}

/* Headings */
h1, h2, h3, h4, h5, h6, h7 {
    color: #7a6f66;
    font-weight: 400;
    margin: 5px 0 15px 0px;
	font-family: 'Libre Baskerville', serif;
	line-height:24px;
}

h1 {
    font-size: 24px;
    line-height: 28px;
	font-weight:bold;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#f6851c;
	margin:0px 0px 10px 0px;
}

h3, h4 {
    font-size: 16px;
	margin:0px 0px 10px 0px;
	font-weight:bold;
}

h4, h5, h6{
	color:#f6851c;
	font-family: "Lato", Arial, sans-serif;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

.tertiary-grid h4{
	font-size: 14px;
    margin: 5px 0 10px 0px;
	line-height:18px;
}

h5, h6{
	color: #514942;
	font-size:16px;
}

h6{
	font-size:14px;
	line-height:22px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:980px;
	width:95%;
	margin:0 auto;
	position:relative;
	min-width:980px;
}
/* header */
.header {
	background:#fff;
	margin-bottom:20px;
}

.header .inner{
	width:980px;
	margin:0px auto;
}

/* Breadcrumb */
.breadcrumb{
    font-size: 14px;
    margin-bottom: 30px;
}
/* logo */
.logo {
	margin:35px 0px 25px 0px;
	width:300px;
	
}
.logo-img {
	
}
/* nav */
header .nav {
	background:#f5fbf2;
	border-top:1px solid #e4e4e4;
	box-shadow:0px 5px 3px 0px #e6e7e6;
	height:62px;
	text-align:center;
}
/* sidebar */
.sidebar {}
#right-sidebar .share-this{ margin: 0 0 10px;}
#right-sidebar .share-this > div {
    color: #7a6f66;
    font-family: Montserrat;
    font-size: 12px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

#social_icons a img {
    background-image: url("img/icons_social_16px.png");
    height: 16px;
    width: 16px;
}
#social_icons a {margin: 0 2px;}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

#facebook_contest_banner {
    background: #fff;
    margin-bottom: 12px;
    overflow:hidden;
	margin:0px 0px 10px 0px;
	border:1px solid #e4e4e4;
}

#facebook_contest_banner h2{
	color: #f6851c;
    font-size: 18px;
	margin:0px;
	font-weight:bold;
}

#facebook_contest_banner div{
	width:75%;
	float:left;
	color:#514942;
	padding:12px 0px 12px 20px;
}


#facebook_contest_banner img{
	float:right;
	max-height:110px;
}

#facebook_contest_banner span, .home .facebook-banner span{
	font-size:12px;
}

/* Home Version */
.home .facebook-banner .widget-text div{
	width:195px;
	float:left;
	padding:0px 10px 0px 0px;
}
.home .facebook-banner h2{
	padding-bottom:10px;
}

.home #facebook_contest_banner img{
	max-height:none;
}


/************* Global Nav *************/
header nav ul{
	display:inline-block;
	margin:0px auto;
	width:auto;
}

header nav li{
	float:left;
	border:1px solid transparent;
	height:62px;
}

header nav a {
    color: #819d0f;
    display: table-cell;
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    height: inherit;
    max-width: none;
    padding: 0 12.5px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
	line-height:16px;
}

/* Plant Catalog 
li.menu-item-51 a{width:100px;}
/* Plant Savvy
li.menu-item-52 a{width:80px;}
/* Garden Centers 
li.menu-item-46 a{width:46px;}
/*Find a Pro
li.menu-item-45 a{width:133px;}
*/
header nav li:hover, header nav li.current-menu-item , header nav li.current-page-ancestor, .single-collection .menu-item-51{
	-moz-box-sizing: content-box;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
    background-color: #E2EDC5;
    border-color: #BDCD7A;
    height: 58px;
    margin-top: -1px;
    padding-bottom: 0;
    padding-top: 3px;
}
header nav a:hover, header nav li.current-menu-item a, header nav li.current-page-ancestor a, .single-collection .menu-item-51 a { 
	color:#819d0f;
}

header nav ul ul{
	display:none;
}

/* Secondary Navigation */
.navigation-secondary{
	padding:10px 0px 0px 0px;
	margin: 0 0 5px 0;
}

.navigation-secondary a, .navigation-secondary span{
	color:#7a6f66;
	text-transform:uppercase;
	font-size:11px;
	font-family: 'Montserrat',sans-serif;
	padding-left:30px;
	font-weight: 600;
}

.logged-in .navigation-secondary a{
	padding-left:12px;
}

.navigation-secondary form{
	padding-top:10px;
	text-align:right;
}
.navigation-secondary input{
	width:298px;
}

/*********** Footer Nav ***************/
.footer-menu{
	border:1px solid #e4e4e4;
	background:#fff;
	margin:35px 0px;
	text-align:center;
}
.footer-menu ul{
	/*! width:980px; */
	margin:0px auto;
	list-style:none;
}

footer ul li{
	display:inline-block;
	height:62px;
}
footer ul a, footer ul a:visited, footer ul a:active{
	color: #514942;
    font-size:12px;
	padding-right:12px;
	height:inherit;
	line-height:62px;
	text-transform:uppercase;
	font-family: 'Montserrat',sans-serif;
}

footer li.current-menu-item a, footer li.current-menu-item a:hover{
	opacity:0.5;
}

footer .copyright{
	text-align:center;
	font-size:12px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/************** Home Page *************/
.home-promo-wrap{
	width:590px;
	padding:20px 35px 0px 0px;
}

.promo{
	margin-bottom:30px;
}

.promo-inner{
	width:390px;
	padding-left:15px;
}
.promo img {
    max-width: 156px;
}

.promo-inner a h2{
	font-size:18px;
	color:#819d0f;
	margin:0px;
}

.promo p a, .promo .list a{
	font-size:14px;
}

.promo .list{
	margin-right:60px;
}


.page section.main{
	position:relative;
}

.page.sidebar-right section.main, .single.sidebar-right section.main{
	float:left;
	width:720px;
}

.plants section.main{
	min-height:700px;
}

/* Home Widgets */
.home .widget div.left{
	width:190px;
	padding-right:20px;
}
.home .widget img{
	float:right;
}

.home .widget h2{
	padding-bottom:10px;
}

.home .widget:after{
	display:block;
	content:" ";
	clear:both;
}

.featured-plant-home{
	float:left;
	margin-right:0px;
	width:275px;
	text-align:center;
}

.featured-plant-home a{
	font-size:14px;
	padding-top:10px;
	display:block;
}

/*** Homepage Slider Overlay Updates 7/13/15 ***/
.item.cycle-slide .infoOverlay{
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 0;
  left: 0;
  line-height: 287px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  top: 0;
  transition: all 0.6s ease-in-out 0s;
  width: 100%;
}
.item.cycle-slide:hover .infoOverlay{
  height: 278px;
}
.item.cycle-slide .infoOverlay span,
.item.cycle-slide .infoOverlay a{
	width:calc(100% / 3);
	display:block;
	height:100%;
	line-height:30px;
	text-align:center;
	float:left;
	padding:120px 25px 0;
	color:#fff;
	max-width:326px; /* Needed for IE */
}

/* Column Styles */
.col-wrapper{
	padding:15px 0px;
}

.two-col{
	margin-bottom: 30px;
    padding-right: 45px;
    width: 350px;
}

.two-col h2{
	margin-top:10px;
}

/* Tertiary Grid Styles */
.tertiary-grid{
	margin-top:40px;
}

.tertiary-grid .children{
	padding-right:25px;
	width:175px;
	margin-bottom:25px;
	font-size:14px;
	line-height:14px;
}

/* Careers */
.location-meta{
	padding:15px 0px;
	border-bottom:1px solid #ADA975;
}
.location-meta p{
	padding:20px;
}

/* Video Landing Page */
.video-grid{
	font-size:14px;
	margin-top:20px;
}

.video-grid .more{
	font-size:16px;
}

.video-grid .two-col{
	width:49%;
	padding-right:20px;
	margin-bottom:20px;
}

.video-info{
	overflow: hidden;
    padding-top:5px;
    width: 320px;
}


.videoSearch-errorBox{
	width: 545px;
    border: 1px solid #909090;
    padding: 85px 30px 85px 50px;
    font-size: 18px;
    color: #f6851c;
    
}
}

.flag-new{
	float: left;
    font-size: 10px;
    margin-right: 5px;
    width: 30px;
	background-color: #eeeded;
    color: #f18424;
    cursor: default;
	border:1px solid #bdb9b6;
    text-align: center;
	height:15px;
	line-height:13px;
	font-weight:bold;
}

/* New plant on Detail page */
.slideshow-wrapper  .flag-new {
  background-color: rgba(238, 237, 237, 1);
  box-sizing: padding-box;
  float: none;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  width: calc(100% + 5px);
  z-index: 9999;
}

/* Video Detail Page */
article.youtube_video{
	width:640px;
}

.video-listing{
	padding-bottom:16px;
}

.video-listing, #right-sidebar .video-listing a{
	font-size: 10px;
    line-height: 12px;
}

.video-listing img{
    height: 48px;
    width: 85px;
}

.view-all{
	float:right;
	margin-top:-24px;
	font-size:9pt;	
}

#right-sidebar .video-info{
	width:85px;
	color:#545135;
	padding-left:10px;
}

/***** Find a Garden Center ******/
.page-template-find_igc-php article{
	width:100%;
	padding:10px;
	position:relative;
}

#map{
	width:638px;
	height:660px;
	float:right;
	margin-top:30px;
}
.map-border{border: 1px solid #E5E2BF;}

.map-key{
	position:absolute;
	top:-50px;
	right:230px;
	overflow:hidden;
}

.icons_description {
    float: left;
    padding-left: 5px;
    text-transform: uppercase;
    vertical-align: bottom;
	overflow:hidden;
	min-width:200px;
}

.icons_description p{
	line-height:18px;
	font-size:14px;
}

.igc-disclaimer{
	font-size:13px;
	width:635px;
	position:absolute;
	right:0px;	
}
.igc-disclaimer p{line-height:16px}
.igc-disclaimer i{
	font-size:20px;
	float:left;
	display:block;
	margin:5px 10px 10px 0;
}

#garden_centers {
    background: #FFFFFF;
    border-bottom: 1px solid #D2D1B3;
    float: left;
    height: 481px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
    width: 270px;
}

#garden_centers .result {
    border-top: 1px solid #e4e4e4;
    padding: 0.75em 0;
}

#garden_centers .result.highlighted {
    background-color: #e4f0cc;
}

#garden_centers .details{
    float: left;
    line-height: 1.5em;
    width: 180px;
	font-size:12px;
}

#garden_centers .icon {
    float: left;
    height: inherit;
    padding-left: 9px;
    width: 40px;
}

#map img{
	max-width: none;
}

/*************  Find a Re-Wholeseller **********/
.rewholeseller{
	border-bottom: 1px solid #D2D1B3;
    padding: 0.75em 0;
}

.rewholeseller:first-child{
	border-top: 1px solid #D2D1B3;
}

.rewholeseller a{
	font-weight:bold;
	border-bottom: 1px solid #B3C37F;
}

.page-template-re-wholesellers-php form{
	margin:10px 0px;
}

/* Form Styles */
.change-location{
	background:#fff;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    width: 260px;
	overflow:hidden;
}

.change-location .select-wrap, .change-location .customSelect{
	display:block;
	width:240px;
	margin-bottom:5px;
}

#create_profile_form .customSelect{
	max-width:216px;
}

input[type='text'].location{
	width:100%;
	margin:5px 0px;
}

.plant-item-search{
	border:1px solid #e4e4e4;
	padding:10px;
	background:#fff;
	width:260px;
	margin-bottom:10px;
	font-size:14px;
	line-height:16px;
}

.plant-item-search img{
	margin-right:10px;
}

/************  Design Profiles Styles ********/
#profile_detail{
	font-size:14px;
}

#profile_detail h1{
	margin:0px;
}

#profile_detail label{
	display:block;
	font-weight:bold;
}

.profile_logo img {
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100px;
    width: 140px;
}

.profile_contact_information {
    float: left;
    margin-left: 10px;
    width: 400px;
}

.profile_social_icons .profile_social_icon {
    float: left;
    height: 16px;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 16px;
}

.profile_details_images {
    float: right;
    margin-left: 10px;
    width: 320px;
}

.profile_details_information {
    float: left;
    width: 344px;
}


.profile_details_bar {
    background: #E2EDC5;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 5px;
}

.profile_social_icons {
    float: left;
    margin-left: 10px;
    margin-top: 75px;
}

.profile_edit_buttons{
	padding:20px 0px;
	overflow:hidden;
}

.profile_edit_buttons a{
	margin-right:20px;
}

/** Design Profiles Search Results **/
.search_result_item {
    border-bottom: 1px solid #D3D1B2;
    margin-top: 5px;
    padding-bottom: 5px;
	font-size:14px;
}
.search_result_item_left {
    float: left;
    max-width: 575px;
	width:100%;
}
.search_result_item_right {
    float: right;
    text-align: right;
}

.profile-result-inner{
	max-width:450px;
	width:100%;
}

.profile_result_img {
    background-image: url("img/404_sr.gif");
    background-position: center center;
    background-size: cover;
    float: left;
    height: 70px;
    margin-right: 15px;
    overflow: hidden;
    width: 105px;
}

.view_profile_wrap .green-btn.small{
	padding:0px 10px;
	margin-top:10px;
}

.num-results{
	font-weight:bold;
	margin:20px 0px;
}

#designers_search_form{
	background:#fff;
	padding:5px 10px;
	margin:10px 0px;
}

#designers_search_form label{
	font-size:14px;
	margin-bottom:5px;
	display:inline-block;
	padding-bottom:5px;
}

#designers_search_form td{
	vertical-align:bottom;
}

.disclaimer{
	margin:10px 0px;
	font-size:11px;
}

/*------------------------------------*\
    DESIGN INSPIRATION STYLES
\*------------------------------------*/
.page-template-design-inspiration-php.page.sidebar-right section.main{
	max-width:730px;
	width:100%;
}

.inspiration-grid .children{
	margin-bottom:20px;
	width:calc(50% - 20px);
}

.inspiration-grid .children .meta{
	margin-top:5px;
}

.inspiration-grid .children a{
	font-weight:bold;
}
.inspiration-grid .children a img{width:100%;}

.inspiration-grid .children span{
	font-size:12px;
	color:#999;
}

.inspiration-grid .children.last{
	margin-left:20px;
}

.block{
	display:block;
}

/* Garden Styles */
.garden .children{
	margin-bottom:10px;
}

.garden .children.last{
	margin-left:10px;
}

.design-style-tabs ul{
	margin-bottom:15px;
}

.design-style-tabs .ui-tabs-panel {
    background: rgba(0,0,0,0);
    border: 0px;
    padding: 0px;
}

.design-style-tabs li{
	float:left;
	margin-right:20px;
	width:119px;
	height:38px;
	background:#96b500;
}

.design-style-tabs li.ui-tabs-active, .design-style-tabs li:hover{
	background:#7a6f65;	
}

.design-style-tabs li a{
	color:#fff;
	font-size:14px;
	display:block;
	line-height:22px;
	font-weight:bold;
	padding-left:34px;
	background: url('img/tab-icons.png') 6px top no-repeat transparent;
	margin:8px 0px;
}

.design-style-tabs li a.look{
	background-position:6px -24px;
}

.design-style-tabs li a.garden{
	background-position:6px -48px;
}

.design-style-tabs nav{
	margin:40px 0px 20px 0px;
	overflow:hidden;
}

.design-style-tabs nav a{
	font-size:16px;
}

.design-style-tabs .children{
	margin-bottom:30px;
	max-width:355px;
	width:calc(50% - 10px);
}
.design-style-tabs .children.last{
	margin-left:10px;
}
.design-style-tabs  .children a img{width:100%;}

.design-style-tabs .excerpt{
	font-size:12px;
	margin-top:5px;
}



/*------------------------------------*\
    SIDEBARS
\*------------------------------------*/
#homepage{
	width:390px;
}

#homepage .widget{
	background:#fff;
	border:1px solid #e4e4e4;
	padding:20px;
	margin-bottom:10px;
	position:relative;
}

#homepage h2{
	color:#7a6f66;
	font-size:18px;
	margin:0px;
}

#right-sidebar, #lower-right-sidebar{
	float: right;
}

#right-sidebar .sidebar-inner, #lower-right-sidebar .sidebar-inner, #sidebar-left{
    background:#FFFFFF;
    margin-bottom: 10px;
    overflow: hidden;
    width: 200px;
	padding: 10px 10px 30px 10px;
	min-height:500px;
	border:1px solid #e4e4e4;
}

#sidebar-left{
	width:165px;
	border:0px;
	background:transparent;
	padding:0px;
	margin-top:7px;	
}

#lower-right-sidebar .sidebar-inner{
	padding:10px 0px;
	min-height:0px;
}


.single-youtube_video #right-sidebar{
}

#right-sidebar h3{
	margin: 20px 0 10px 0;
}
#right-sidebar .widget:first-child h3 {
    margin-top: 0;
}

#lower-right-sidebar h3{
	padding-left:10px;
}

#right-sidebar a {
    display: block;
    font-size: 14px;
	text-transform:capitalize;
}

#right-sidebar li a{
	line-height:24px;
}
/* Plant Care Icon Key */
li.top-margin {
    margin-top: 15px;
}

#right-sidebar a.print-this{
	font-size:12px;
}

/* Menu Styles */
#right-sidebar li.current-menu-item a, #right-sidebar li a:hover, #right-sidebar li.current-page-ancestor a{
	color:#A1CC50;
}

/* Social Links */
.share-this a{
	display:block;
	float:left;
	margin-right:1px;
}

.share-this a img{
	background: url('img/social-icons-small.png') left top no-repeat transparent;
	width:22px;
	height:22px;
}
.share-this img[title="Pinterest"]{background-position:-23px top;}
.share-this img[title="Twitter"]{background-position:-46px top;}
.share-this img[title="Google+"]{background-position:-69px top;}
.share-this img[title="Email"]{background-position:-92px top;}
.share-this img[title="Favorites"]{background-position:-115px top;}
.share-this img[title="Compact"]{background-position:-138px top;}
.share-this img[title="Print"]{background-position:-161px top;}

/* SVG Overrides */
/** SVG Overrides, Per Ms. Rose Request **/
.svg .share-this a img{
	background-position:0 0;
	background-size:22px 22px;
	background-repeat:none;
	background-color:transparent;
}

.svg .share-this img[title="Facebook"]{background-image: url('img/fb-g-svg.svg');}
.svg .share-this img[title="Pinterest"]{background-image: url('img/pt-g-svg.svg');}
.svg .share-this img[title="Twitter"]{background-image: url('img/tw-g-svg.svg');}
.svg .share-this img[title="Google+"]{background-image: url('img/gp-g-svg.svg');}
.svg .share-this img[title="Print"]{background-image: url('img/print-svg.svg');}
.svg .share-this img[title="Email"]{background-image: url('img/email-svg.svg');}
.svg .share-this img[title="Compact"]{background-image: url('img/com-svg.svg');}


/* Print this Link */
.print-this{
	display:block;
	padding:4px 0px;
	clear:both;
}

/*  Spotlight Plants in Sidebar */
.spot-plant{
	font-size:12px;
	padding:10px 5px 10px 10px;
	border-top:1px solid #e4e4e4;
}

.spot-plant:first-child{
	border-top:0px;
}

.spot-plant .botanical{
	font-size:11px;
	color:#7a736d;
	line-height:12px;
}

.spot-plant a {
	font-size:14px;
	line-height:16px;
}

.spot-plant .item-num{
	padding-top:20px;
	max-width:80px;
}

.spot-plant img{
	max-width:90px;
	margin:0px 10px 3px 0px;
	float:left;
}

/***********  Cold Zone Widget ************/

.zone-box{
	width:45px;
    height:45px;
    padding:2px 0px 5px 0px;
    text-align:center;
    color:#7a6f66;
    font-size:10px;
    font-family: 'Montserrat',sans-serif;
    display:inline-block;
    font-weight:700;
    text-transform:uppercase;
    float:left;
    line-height:10px;
    background: url("img/zone-img.png") center center no-repeat;
}

.zone-box span{
	color:#ffffff;
    font-size:19px;
    font-family: "Lato", Arial, sans-serif;
    line-height:20px;
    padding-top: 15px;
    display: inline-block
}

.home .widget .zipcode{
	display: inline-block;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    width: 93px;
    padding:0px;
    float:left;
}

#right-sidebar .widget .zipcode {
    text-align: center;
}

.home .widget .zipcode .zipcode-content {
    line-height: 1;
    text-align: center;
    padding-top: 6px;
}

#right-sidebar .zipcode .zipcode-content {
    margin-top: 15px;
}

#right-sidebar .zipcode .zipcode-content br{
    display: none;
}

.home .widget .zipcode .zipcode-content span {
    font-size: 16px;
    padding: 2px;
    display: inline-block;
}
#right-sidebar .zipcode .zipcode-content span {
    font-size: 16px;
    display: inline-block;
    margin-top: 3px;
}

.home .cold-zone .update.update-btn {
    background: #96b711;
    padding: 10px 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}

#right-sidebar .cold-zone .update.update-btn {
    display: inline-block;
    width: 100%;
    background: #96b711;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    text-transform: uppercase;
    margin-top: 5px;
}

.home .cold-zone .update.update-btn.update-profile {
    padding: 10px 5px;
}

.zone-box .form-item{
    float:left;
}
.home .zone-box .form-item{
    float:none;
}

#right-sidebar .search.update-form {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.cold-zone.widget .form-item label {
    display: none;
}

.cold-zone.widget .form-item input[type='text']{
    height: 34.4px;
}
#right-sidebar .cold-zone.widget .form-item input[type='text'] {
    width: 140px;
}
.cold-zone.widget form.search .form-item button[type='submit']{
    margin-top: 4px;
    font-size: 15px;
    font-family: "Lato", Arial, sans-serif;
    line-height: 33px;
}
#right-sidebar .cold-zone.widget form.search .form-item button[type='submit']{
    margin-top: 0;
}

#right-sidebar .form-item .ajax-loader {
    right: 45px;
    top: 10px;
}

#right-sidebar a.question, .sidebar a.question, .cold-zone a.question{
    color: #96B711;
    font-size: 16px;
    font-weight: bold;
    height: 17px;
    line-height: 16px;
    position: absolute;
    right: 6px;
    top: 4px;
    width: 17px;
    cursor:pointer;
}

#right-sidebar a.question:hover, .sidebar a.question:hover, .cold-zone a.question:hover{
    color:#A1C512;
}

.cold-zone.widget{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E4E4E4;
    margin-bottom: 10px;
    position:relative;
    font-size:12px;
    padding: 10px;
    position: relative;
    width: 200px;
}

.home .cold-zone.widget{
    width:100%;
}

.cold-zone .zipcode{
    line-height:12px;
    margin-bottom:7px;
}


/***** Tool Tip ****/
.tool-tip-container{
	position:relative;
}
.tool-tip{
	display:none;
	background: none repeat scroll 0 0 #E4E2E0;
    border: 1px solid #BCB7B2;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    right: 34px;
    top: -34px;
    width: 400px;
	  z-index: 1000;
}

.tool-tip .tip-content{
	padding:10px;
	possition:relative;
}
.tool-tip.icon-tip .tip-content {
  padding: 10px 15px;
}
.tool-tip h4{
	margin-bottom:0px;
}

#right-sidebar .tool-tip a,
.tool-tip.icon-tip a{
	font-size:12px;
}

.tool-tip .tip-content:before,
.tool-tip .tip-content:after{
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #E4E2E0;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    right: -16px;
    top: 38px;
    width: 0;
}
.tool-tip.icon-tip .tip-content:before,
.tool-tip.icon-tip .tip-content:after{
	border-color: rgba(0, 0, 0, 0) #e4e2e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width: 10px;
    left: -20px;
    top: 15px;
	z-index:1;
}
.tool-tip.icon-tip .tip-content:after {
  z-index:0;
  border-color: rgba(0, 0, 0, 0) #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.tool-tip.icon-tip img.alignleft {
  margin: 7px 10px 0 0;
  width: 50px;
}

.favorite-tip tool-tip{
	width: 40%;
	line-height: 20px;
	display: block;

}
img.icons{cursor:pointer;}


.tip-close{
	color:#81766e;
	position:absolute;
	top:5px;
	right:5px;
	font-size:20px;
	line-height:20px;
	cursor:pointer;
}

/* Lower Pages w/ Cold Widget Styles */
#right-sidebar .cold-zone.widget a.update{
	font-size:11px;
}

#right-sidebar .cold-zone.widget input[type='text'], .search .cold-zone.widget input[type="text"]{
	width:78px;
}

.cold-zone.widget label, .search .cold-zone.widget label, div.search label, form.search label{
	position:absolute;
	font-size:14px;
	color:#514942;
	font-family: "Lato", Arial, sans-serif;
	line-height:26px;
	left:7px;
	top:10px;
}
form.search label{top:0;}

#right-sidebar .cold-zone.widget label, .search .cold-zone.widget label{
	top:auto;
	left:51px;
	font-size:9px;
}
	

.home .cold-zone .update, .home .cold-zone form {
	line-height:41px;
	font-size:16px;
}

.home .cold-zone form{
	float:left;
}

form.search{
	position:relative;
}

.ajax-loader{
	display:none;
	width:16px;
	height:16px;
	background: url('img/ajax-loader.gif') left top no-repeat transparent;
	position:absolute;
	right:-22px;
	top:12px;
}

#right-sidebar .ajax-loader, .page-template-search-results-php .form-item .ajax-loader{
	top:5px;
	right:0px;
}

/*** Social Widget  ***/

.social.widget h2, .social.widget .right{
	padding:15px 0px;
	overflow:hidden;
}

.social.widget a{
	width:24px;
	height:24px;
	display:block;
	float:left;
	background: url('img/social-icons.png') left top no-repeat transparent;
	margin-right:2px;
}

.social.widget a[title="Pinterest"]{
	background-position:-26px top;
}

.social.widget a[title="Twitter"]{
	background-position:-52px top;
}

.social.widget a[title="Google"]{
	background-position:-78px top;
}

.social.widget a[title="YouTube"]{
	background-position:-104px top;
}

.social.widget a[title="Instagram"]{
	background-position:right top;
}


/*------------------------------------*\
   Plant Detail Page
\*------------------------------------*/
.plant-main{
	background:#fff;
	padding:20px;
	border:1px solid #e4e4e4;
	margin-bottom:20px;
	font-size:14px;
}

.plant-main .slideshow-wrapper{
	width:358px;
	margin:0 20px 20px 0;
	position:relative;
}

.plant-main-right{
	float:right;
	width:300px;
	position:relative;
}

.plant-main-right h1{
	color:#f6851c;
	margin-bottom:5px;
}

.plant-main-right h2{
	margin:5px 0px;
	color:#514942;
}

.item-number{
	padding-right:20px;
}

#plant_icons{
	margin:15px 0px;
}

#plant_icons img{
	margin-right:10px;
}

.plant-main-right #zipcode-item{
	width:155px;
	margin-top:5px;
}

.plant-main-right a.green-btn, .plant-main-right a.white-btn{
	width:144px;
	margin-top:0;
	font-size:12px;
	border:1px solid #96b711;
	padding:10px 0px;
	text-align:center;
}

/* Green Buy Now Button - Plant Detail Page */
.plant-main-right a.green-btn{margin-right:10px;}
.plant-main-right a.green-btn.stacked {height: 34px;line-height: 14px;margin-right: 10px;padding: 2px 0 0;}

/* Messaging Under Action Buttons */
.plant-messaging{position:relative;}
.plant-messaging h4{padding-bottom:10px;}

.ajax-loader.messaging {left: 45%;top: 45%;}

.ajax-loader.fav{
	bottom: 79px;
    right: 47px;
    top: auto;
}

.high-res{
	font-size:12px;
	padding-top:20px;
	margin-bottom:20px;
}

/** Plant Detail Tabs **/
.plant-tabs{
	font-size:14px;
	margin-bottom:25px;
	line-height:24px;
}

/*** Plant Availability Icons ***/
.plant-availability {}

.plant-availability div[class*='-icon'], .plant-availability a[class*='-icon']{
	background: url('img/plant-actions-icons.png') 0 0 no-repeat transparent;
	width:100%;
	height:37px;
	line-height:18px;
	margin-bottom:10px; 
	display:block;
	font-weight:bold;
	padding-left:53px;
	padding-top:10px;
}

.plant-availability [class*='-icon'].disabled{
	color:#7d726a;
	font-weight:normal;
}

/* Shop Links */
.plant-availability div[class*="-icon"].hide{display:none;}
.plant-availability a.shop-icon{background-position:0 -78px;line-height:18px;padding-top:0px;}
.plant-availability div.shop-icon.disabled{
	background:url('img/grow-more.png') left top no-repeat transparent;
	height:auto;
	padding-top:0;
	font-weight:normal;
}
.plant-availability div.shop-icon.leaf{
	background:url('img/plant-leaf.png') left top no-repeat transparent;
	height:auto;
	padding-top:0;
	font-weight:normal;
}

/* IGC Links */
.plant-availability div.igc-icon.disabled{background-position:0 -39px;}

/* Add to favorites link */
.plant-availability a.fav-icon{background-position:0 -194px;line-height:18px;float: left;width: 55%;}
.plant-availability a.fav-icon.remove:hover{}/* Hover State for remove from favorite */
.plant-availability a.fav-icon.remove, .plant-availability a.fav-icon:hover{background-position:0 -155px;}

.favorite-tip{
	position: relative;
    width: 40%;
    height: 20px;
    float: right;
    display: inline-block;
    margin-top: 7px;
}
.plant-availability a:focus{
	color:#819D0F;
}

.plant-tabs .label, .plant-description h3, .plant-availability h3{
	color:#f6851c;
	font-weight:bold;
	font-family: 'Libre Baskerville', serif;
	font-size:14px;
}

.plant-description{
	border-top:1px solid #e4e4e4;
	margin-top:20px;
	padding:10px;
}

.plant-tabs span.label{
	float:left;
	width:210px;
	text-align:left;
}

.plant-tabs .value{
	line-height:18px;
	padding:3px 0px 0px 10px;
	width:165px;
}

.plant-tabs .icons{
	padding:7px 0px 0px 0px;
}

.details .label{
	font-size:12px;
}

.plant-tabs .attribute.details{
	margin-bottom:15px;
}

.plant-tabs .paragraph{
	margin-bottom:20px;
}

.plant-tabs .overview, .plant-tabs .row .care{
	width:33%;
	padding-right:20px;
}

.plant-tabs .row{
	margin-bottom:15px;
}

.attribute.details span.left{
	max-width:460px;
}

/*------------------------------------*\
   User Logged in Pages
\*------------------------------------*/

/* Favorites Page */
.fav-actions{
}

.fav-actions a{
	margin:0px 20px 0px 0px;
}

.list-plant a.delete-fav{
	position:absolute;
	top:-10px;
	right:-12px;
	color:#96b711;
	width:30px;
	height:30px;
	display:block;
	opacity:0.0;
	font-size:28px;
	cursor:pointer;
}

.list-plant a.enable-fav{
	position:absolute;
	top:-10px;
	left:-16px;
	color:#96b711;
	width:30px;
	height:30px;
	display:block;
	opacity:0.0;
	font-size:28px;
	cursor:pointer;
}

.list-plant:hover a.delete-fav, .list-plant:hover a.enable-fav{
	opacity:1.0;
}

/*** Notes ***/ 
.list-plant a.fav-note{
	font-size:12px;
	padding:5px 0px;
	min-height:100px;
	text-align:left;
	display:block;
	cursor:pointer;
}
.edit-note{
	display:none;
}

.edit-note textarea{
	font-size: 12px;
    height: 90px;
    margin-bottom: 5px;
    max-width: 100%;
    padding: 0 5px 5px;
    text-indent: 0;
    width: 100%;
}

.edit-note a.green-btn{
	padding:5px;
}

/****** Login/Sign up Page ************/
body.login .login, .forgot-password .login, .reset-password .login{
	float:left;
	width:45%;
	margin-right:20px;
	padding:20px;
	background:#fff;
	border:1px solid #e4e3e2;
}

#privacy {
    clear: both;
    float: right;
    margin: 10px 85px;
}

.forgot-password .login, .reset-password .login{
	width:750px;
}

#theme-my-login2 .tml-action-links{
	display:none;
}

article ul.tml-action-links {
	margin-left:-20px;
}
body.login .login label, .profile label, .forgot-password .login label, .reset-password .login label, .block-label{
	display:block;
	font-size:14px;
	color:#514942;
	line-height:25px;
}

.login.profile .form-item{
	width:77%;
	margin-bottom:20px;
}

#your-profile .form-item{
	width:50%;
}



.login.profile .form-item input{
	display:block;
	width:75%;
}

.login.profile .submit .button-primary{
	float:left;
	width:auto;
}

.profile .form-item .description{
	font-size:11px;
	line-height:14px;
}

#pass-strength-result{
	display:block;
	font-size: 12px;
    width: 75%;
	float:none;
}

.profile h2{
	display:none;
}

.login form p.forgetmenot label{
	display:inline-block;
	vertical-align:top;
	color:#514942;
	font-size:12px;
}

body.login .login input[type=text], body.login input[type='password'], .forgot-password .login input[type=text], .reset-password .login input[type=text]{
	width:77%;
	font-size:14px;
	color:#514942;
}

.forgot-password .login input[type=text], .reset-password .login input[type=text]{
	width:250px;
}

.login .checkwrap {
	display:inline-block;
	margin-right:10px;
}

/************  SiteMap Styles *********/
.main .site-map ul {
    margin-bottom: 0;
    margin-top: 0;
}
.main .site-map ul li {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 15px;
	margin:0px 20px 30px 0px;
	width:300px;
}
.main .site-map ul li:last-child {
    padding-right: 0;
}
.main .site-map ul li a {
    display: block;
    padding-bottom: 10px;
}
.main .site-map ul li ul li {
    display: block;
    float: none;
    margin-bottom: 0;
    padding-right: 0;
	max-width:250px;
}
.main .site-map ul li ul li a {
    font-size: 12px;
    padding-bottom: 0;
}

.site-map .page_item.page-item-39{
	clear:left;
}

/********  Icons at a Glance **********/
.icons-table{

}
.icons-table .left{
	width:25%;
	margin-bottom:20px;
}

.icons-table img{
	display:block;
	margin-bottom:10px;
}


/*------------------------------------*\
   SLIDESHOW STYLES
\*------------------------------------*/
/* Home Slideshow */

.home .slide-wrap{
    height: 357px;
    overflow: hidden;
    padding-bottom: 30px;
}

.home .slide-content{
	position:absolute;
	bottom:0px;
	background: rgba(0,0,0,0.8);
	height:50px;
	width:100%;
}

.home .item{
	display:none;
}

.home .item.cycle-slide, .home .item:first-child{
	display:block;
}

.home .slide-content h2{
	line-height:50px;
	color:#fff;
	padding-left:55px;
	font-size:24px;
	margin:0px;
	max-width:770px;
	float:left;
	font-style:italic;
	font-weight:100;
}

.home .slide-content a{
	float:right;
}

.home .cycle-pager, .mini .cycle-pager{
	margin-top:10px;
	text-align:center;
}

.home .cycle-pager span, .mini .cycle-pager span{
	display:inline-block;
	height:10px;
	width:10px;
	background:#999;
	border-radius:50%;
	margin-right:10px;	
	cursor:pointer;
}

.home .cycle-pager span.cycle-pager-active, .mini .cycle-pager span.cycle-pager-active{
	background:#514942;
}

/* Having max-width:100%; causes problem in Chrome */
.item img{
	max-width:none;
}

/* Pager Arrows */

.cycle-prev, .cycle-next{
	width:23px;
	height:40px;
	display:block;
	position:absolute;
	left:10px;
	top:34%;
	z-index:1000;
	cursor:pointer;
	background: url('img/pager-arrows.png') left top no-repeat transparent;
}

.cycle-next{
	background-position:left bottom;
	left:auto;
	right:10px;
}

/************* Mini Slideshow *********/
.slide-wrap.mini .cycle-slideshow{
	width:320px;
	height:220px;
	text-align:center;
}
.slide-wrap.mini .cycle-slideshow a{
	width:100%;
	text-align:center;
}




/********** Plant Detail Slideshow ****/
#cycle-1{
	height:275px;
	width:365px;
	overflow:hidden;
	margin-bottom:15px;
}

#cycle-1 .cycle-slide{
	width:100%;
	text-align:center;
	max-width:100%;
}

#cycle-1 .cycle-prev, #cycle-1 .cycle-next {
    background: url("img/pager-prev.png") no-repeat scroll center center #E4E4E4;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
    z-index: 1000;
}

#cycle-1 .cycle-next {
    background: url("img/pager-next.png") no-repeat scroll center center #E4E4E4;
    left: auto;
    right: 0;
}

#cycle-2 img.cycle-slide, #cycle-two img.cycle-slide{
	border:1px solid #fff;
	cursor:pointer;
	margin-right:8px;
}

#cycle-2 img.cycle-slide-active, #cycle-two img.cycle-slide-active{
	border:1px solid #f18424;
}

/*** Design Styles Slideshow ***/
#cycle-one, #cycle-two{
	width:580px;
	margin:0px 0px;
	margin-bottom:15px;
}

#cycle-one .cycle-prev, #cycle-one .cycle-next {
	top:45%;
}

/*------------------------------------*\
   Global Plant Grid Styles 
   Video,Favorites, Search Results,
   Collections
\*------------------------------------*/
.list-plant{
	width:175px;
	padding-right:20px;
	margin-bottom:20px;
}

.list-plant a{
	text-align:center;
	font-size:14px;
	line-height:16px;
}

.list-plant span{
	font-size:11px;
	line-height:12px;;
}

.image-wrap{
	position:relative;
	float:left;
}

.list-plant .flag-new{
	float:none;
	width:100%;
	background-color: rgba(238,237,237,1.0);
	position:absolute;
	font-size:12px;
	text-transform:uppercase;	
}

.list-plant .favorite-icon, 
.list-plant .for-sale{
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:2;
	width:24px;
	height:24px;
	background: url('img/heart.png') -25px top no-repeat #d5d0cd;
	border:1px solid #d5d0cd;
	cursor:pointer;
}

.list-plant .favorite-icon.added{
	background-position:left top;
}

.list-plant .favorite-text{
	display:none;
	position:absolute;
	bottom:0px;
	left:0px;
	border:1px solid #95b800;
	cursor:pointer;
	height:24px;
	line-height:24px;
	color:##729102;
	font-weight:bold;
	font-size:11px;
	padding-right:25px;
	background:rgba(233,232,232,1.0);
	z-index:1;
	width:100%;
	text-align:center;
}

.list-plant .favorite-icon:hover{
	border: 1px solid #95B800;
	background-position:left top;
}
.list-plant .favorite-icon.added:hover{
	background-position:-25px top;
}

.list-plant .favorite-icon:hover + .favorite-text{
	display:block;
}

.list-plant .ajax-loader{
	top:calc(50% - 8px);
	left: calc(50% - 8px);
	background-image: url('img/ajax-loader-light.gif');
}

.collection-plants{
	max-width:750px;
	width:100%;
}

/** LIst Plants - Buy Now Link/Icon **/
.list-plant a.for-sale,
.list-plant a.for-sale:hover,
.list-plant a.for-sale:visited,
.list-plant a.for-sale:visited:hover{
	border:0px;
	width:100%;
	color:#fff;
	background:transparent;
}

.list-plant .for-sale i, .list-plant .for-sale span{
	display:block;
	float:left;
	width:24px;
	height:24px;
	text-align:center;
	line-height:24px;
	background:#96B711;
	font-size:18px;
}

.list-plant .for-sale span{
	display:block;
	float:right;
	font-size: 12px;
    font-weight: 300;
    width: calc(80% - 1px);
	margin-left:1px;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
}
.list-plant .for-sale i{
	width:20%;
}

.list-plant .for-sale:hover i, .list-plant .for-sale:hover span{
	background:#A1C512;
}

.for-sale.slide-show-icon{
	display:block;
	width:50px;
	height:50px;
	background:rgba(151,185,60,0.85);
	color:#fff;
	position:absolute;
	line-height:50px;
	text-align:center;
	font-size:30px;
	right:45px;
	bottom:0;
	z-index:100001;
}
.for-sale.slide-show-icon:hover{
	background:#a1c512;
	color:#fff;
}
.plant-availability .fa-angle-double-right {
  font-size: 10px;
}
	

/*------------------------------------*\
   Plant Catalog Page
\*------------------------------------*/
.plant-top-search form{
	margin-bottom:10px
}

.module_multiselect.three_col{
	width:210px;
	margin: 0 30px 35px 0;
	padding:5px;
	float:left;
	font-size:12px;
}

.module_multiselect.three_col .list_content{
	height:100px;
	overflow-y:scroll;
	border:1px solid #e4e4e4;
	background:#fff;
	padding:5px;
}
.module_multiselect h4{
	text-transform:capitalize;
}
.list_content span{
	color:#819D0F;
	cursor:pointer;
	display:inline-block;
	line-height:26px;
}
span.selected{
	color:#514942;
}

.module_singleselect{
	margin-bottom:10px;
}

.plant-search-bottom span i{
	opacity:0.0;
	color:#9cbb20;
	padding-left:10px;
	line-height:20px;
}

.plant-search-bottom span.selected i{
	opacity:1.0;
}

.search-item{
	border-bottom:1px solid #e4e3e2;
	padding:0 0px 20px 0px;
	margin-bottom:15px;
}

#plant_name_query{
	width:300px;
}

#by-name, #criteria-top, #criteria-btm{
	display:inline-block;
}

.search-item .form-item{
	margin-bottom:15px;
}

.search-item .form-item h6{
	line-height:26px;

}

.letters{
	background: none repeat scroll 0 0 #EEEDED;
    border: 1px solid #E4E4E4;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin-left: 25px;
    padding: 0 10px;
}

.letters .dot{
	cursor: default;
    font-size: 8px;
    line-height: 26px;
    padding: 0 2px;
    vertical-align: top;
	color:#7a6f66;
}
/*------------------------------------*\
   Global Search Results Page
\*------------------------------------*/

.meta-date {
    color: #666;
    font-size: 14px;
    font-style: italic;
}
/*------------------------------------*\
   Plant Search Results Page
\*------------------------------------*/
.page-template-search-results-php .search-results{
	width:785px;
	padding:0px;
}


.search-refine{
	width:160px;
	padding:10px;
	margin-right:20px;
	font-size:12px;	
}

.plants-grid.search-results{
	padding-left:40px;
}

.search .cold-zone.widget{
	float:right;
}

.sorter{
	width:250px;
	margin-left:135px;
}

.sorter .select-wrap, .sorter .customSelect{
	width:185px;
	display:inline-block;
}

.sorter label{
	display:inline-block;
	padding-right:5px;
	color:#514942;
	font-size:12px;
}

.list-content{
	border-bottom:1px solid #e4e3e2;
	border-top:1px solid #e4e3e2;
	padding:5px 0px;
	margin:15px 0px;
}

/** Pagers **/
.search-meta{
	border-bottom:1px solid #e4e3e2;
	padding:10px 0px;
	margin-bottom:20px;
}

.search-meta.bottom{
	border-top:1px solid #e4e3e2;
	border-bottom: 0px;
}

.paging{
	text-align:right;
	text-transform:uppercase;
}
.paging span{
	vertical-align:sub;
}

.paging a, .paging span{
	padding-right:10px;
	font-size:14px;
}

.global-search .paging span{
	vertical-align:inherit;
}

.paging a.selected{
	color:#514943;
}

.showing{
	text-align:right;
	font-size:12px;
	line-height:26px;
}
/* Clear All Filters */
#clearAll {
    display: block;
    font-size: 14px;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.refine-list span{
	cursor:pointer;
	color:#829416;
}

.refine-list span i{
	opacity:0.0;
	color:#9cbb20;
	padding-left:10px;
	line-height:20px;
}

.refine-list span.selected{
	color:#514942;
}

.refine-list span.selected i{
	opacity:1.0;
}

.refine-list .title{
	font-family: 'Libre Baskerville', serif;
}

.accordion_segment{
	margin-bottom:15px;
}

/*------------------------------------*\
   Global Search STYLES 
\*------------------------------------*/
section.global-search article{
	margin-bottom:20px;
}

section.global-search article strong{
	color:#F6851C;
}

section.global-search article h4{
	margin-bottom:0px;
}

.global-search article.youtube_video {
width: auto;
}

/*------------------------------------*\
   Forum Styles
\*------------------------------------*/

section.forum.main{
	width:750px;
	float:left;
}

.type-forum .subscription-toggle{
	display:none;	
}

.forum article li:before{
	display:none;
}
#bbpress-forums li.bbp-body{
	font-size:16px;
}

#bbpress-forums .bbp-topics li.bbp-body{
	font-size:14px;
}

#bbpress-forums li.bbp-header{
	background:#796f66;
	color:#fff;
	font-size:12px;
}
li.bbp-forum-info, li.bbp-topic-title{
	width:35%;
}

li.bbp-forum-freshness{
	width:35%;
	float:right;
}
li.bbp-forum-freshness, li.bbp-topic-freshness{
	text-align:left;
}

p.bbp-topic-meta{
	display:inline-block;
}

div.bbp-template-notice p{
	line-height: 16px;
    margin: 0 !important;
    padding: 0;
}

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar
{
	border: 0px;
    float: none;
    margin:0px 5px 0px 0px;
	vertical-align:sub;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic, #bbpress-forums li.bbp-footer{
	border-color:#e4e4e4;
	border-top:0px;
}

#bbpress-forums p.bbp-topic-meta{
	margin-left:10px;
}

#bbpress-forums .bbp-topics p.bbp-topic-meta{
	margin:0px;
}
div.bbp-template-notice.info{
	
}

div.bbp-template-notice a, div.bbp-template-notice a:hover {
	color:#819d0f;
}

.bbp-pagination {
    margin:0px 0px 5px 10px;
}

.bbp-topic-permalink{
	display:block;
}

#bbpress-forums div.even, #bbpress-forums ul.even{
	background:#eeeeee;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd{
	background:#fff;
}
#bbpress-forums li.bbp-footer{
	background:#e6e6e6;
	border:1px solid #dadada;
}

#bbpress-forums div.bbp-search-form {
    margin-bottom: 15px;
}

#bbpress-forums .select-wrap, #bbpress-forums .customSelect{
	width:220px;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{
	min-height:150px;
}
#bbpress-forums fieldset.bbp-form{
	border-color:#e4e4e4;
	background:#eee;
}

div.bbp-submit-wrapper{
	float:left;
}

.bbp-logged-in h4{
	margin-bottom:0px;
}


/*------------------------------------*\
   Design Profile Styles
\*------------------------------------*/
#create_profile_form, #edit_profile_form{
	background:#fff;
	padding:20px;
	border:1px solid #e4e4e4;
}

.checkbox_and_label{
	display:inline-block;
	width:45%;
}

#create_profile_form input[type='text'], #edit_profile_form input[type="text"]{
	width:216px;
}

#create_profile_form textarea, #edit_profile_form textarea{
	width:216px;
	height:120px;
}
#create_profile_form td, #edit_profile_form td{
	padding:10px 0px;
}

.autocomplete-suggestions{
	background:#fff;
	border:#e4e4e4;
	font-size:12px;	
}

#profile_edit_admin_form fieldset {
    min-height: 35px;
    padding: 5px;
	border:1px solid #fff;
	margin-right:20px;
}


.alert_bar_tall {
    background: none repeat scroll 0 0 #6AB1CC;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 10px;
	font-size:12px;
}

/*------------------------------------*\
   Catalog Creator Styles
\*------------------------------------*/

.catalog-lists{
	margin-bottom:20px;
}

.listings{
	padding:20px 0px;
}

.create-catalog, .create-catalog a{
	font-size:11px;
}

.create-catalog .columns table{
	background-color:#fff;
	border:1px solid #e4e4e4;
}


/*------------------------------------*\
   FORM STYLES 
\*------------------------------------*/

input[type='search'], input[type='text'], select, textarea, input[type='password'], .customSelect{
	height:26px;
	border:1px solid #bdb9b6;
	background:#ffffff;
	text-indent:10px;
	font-size:14px;
	color:#514942;
	font-family: "Lato", Arial, sans-serif;
	line-height:26px;	
	padding:0px;
	margin:0px;
}

.video-search{
	width: 279px;
}

input[type='submit'], button[type='submit'], button.button{
	border:1px solid #96b711;
	padding:0px;
	margin:0px;
	background:#96b711;
	color:#fff;
	text-transform:uppercase;
	height:26px;
	line-height:26px;
	font-size:12px;
	font-family: 'Montserrat',sans-serif;
	padding:0px 10px;
	margin-left:-3px;
	font-weight:400;
	vertical-align: top;
}

form.search button[type='submit']{
	padding:0px 5px;
}

input[type="text"]:disabled{
	background:#ccc;
	color:#999;
	opacity:0.5;
}


label{
	cursor:pointer;
	font-size:11px;
	color:#999;
	font-family: "Lato", Arial, sans-serif;
}

label.req:before{
	color: #F5684C;
    content: "*";
    display: inline-block;
    font-size: 18px;
    padding-right: 3px;
    vertical-align: middle; 
}

#cimy_uef_p_field_1 label{
	display:inline-block;
	vertical-align:top;
}

.required{
	color:#999999;
	font-size:12px;
}

span.forgot, .forgot a{
	font-size:12px;
	vertical-align:top;
	display:inline-block;
}

label span, span.req{
	color:#ee664c;
	font-size:18px;
	padding-right:5px;
	vertical-align:sub;
}

select{
	border:1px solid #96b711;
	font-size:12px;
	color:#514942;
	background:#fff;
	padding: 3px 0;
	text-indent:0px;
	z-index:10;
}

.select-wrap select{
	width:100%;
}

fieldset{
	margin:0px;
	border:0px;
}

option{
	height:26px;
	line-height:26px;
	display:block;
}

/* Custom Check Boxes */
input[type="checkbox"]{
	opacity:0;
	position:absolute;
	z-index:1;
	width:20px;
	height:20px;
}

.checkwrap{
	position:relative;
	width:20px;
	height:20px;
}

.checkbox_and_label .checkwrap{
	display:inline-block;
	vertical-align:top;
}

.social_networks{
	margin-top:10px;
}

.checkwrap span{
	background: url('img/checkbox.png') left -24px no-repeat transparent;
	display:block;
	width:20px;
	height:17px;
	position:absolute;
	left:0px;
	top:0px;
	margin-top:3px;
}

input[type="checkbox"]:checked + span{
	background-position:left -5px;
}

/** Remove Chrome Autofill Color **/
input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #e4e2e0 inset;
    }

/** Custom Radio Buttons **/
input[type="radio"]{
	display:none;
}

fieldset input[type="radio"]{
	display:inline-block;
}

input[type="radio"] + label{
	background: url('img/checkbox.png') left -41px no-repeat transparent;
	padding-left:30px;
}

input[type="radio"]:checked + label{
	background-position:left -58px;
}

.form-item{
	position:relative;
}

/******  Notices *******/
.login p.message, p.message, div.bbp-template-notice.info{
	background:#e4e2e0;
	border:1px solid #b7b2ad;
	border-radius:0px;
	color:#514942;
	text-shadow:0px;
	padding:10px 20px;
	margin:20px 0px 10px 0px;
	line-height:16px;
	font-size:14px;
}

.login p.error,
p.message.error{
	background:#f2dee0;
	border:1px solid #b7b2ad;
	border-radius:0px;
	color:#d90724;
	text-shadow:0px;
	padding:10px 20px;
	margin:20px 0px 10px 0px;
	position:relative;
}

/**** Trial Select Styling w/ CSS3 ****/
.select-wrap, .customSelect{
	position:relative;
}

.customSelect{
	background: none repeat scroll 0 0 #FFFFFF;
    color: #514942;
    line-height: 24px;
}

#social_networks_items .select-wrap,#social_networks_items .customSelect {
	display: inline-block;
    width: 110px;	
}

.profile .select-wrap, .profile .customSelect{
	width:75%;
}

.customSelect:after {
    content:'';
    right:4px; top:10px;
    border:7px solid transparent;
	border-top-color:#fff;
    position:absolute;
	height:0px; width:0px;
    pointer-events:none;
	display:block;
}
.customSelect:before {
    content:'';
    right:0px; top:0px;
    width:22px; height:25px;
    background:#96b711;
    position:absolute;
    pointer-events:none;
    display:block;
}

form#your-profile{
	background:#fff;
	padding:20px;
}

/**** Style Quiz **********/
.quiz-section label{
	padding-left:10px;
	font-size:14px;
}

.quiz-section li{
	margin-left:0px;
}

/*** NEWSLETTER SIGN-UP SYLES ***/
.plant-savvy-signup{
	margin:20px 0;
	position:relative;
}
.plant-savvy-signup .form-item.hasLabel{
	margin:0 20px;
	position:relative;
}
.plant-savvy-signup .ajax-loader{
	right:160px;
	top:5px;
}

#signupMessage{display:none;}
.form-item.hasLabel label{
	position:absolute;
	left:10px;
}

.form-item.hasLabel label[for='zipcode-two']{
	top:2px;
}

input#email,
input#nemail{
	width:200px;
	padding-right:20px;
}

/* Success Styles */
.success:after,
.error:after{
	display:inline-block;
	content:'\f058';
	color: #96b711;
    font-family: "FontAwesome";
    position: absolute;
    right: 8px;
    top: 4px;
}

.success input[type="text"],
.success input[type="password"]{
	/*border-color:#8dc63f; */
}

/* Error Styles */
.error:after{
	color:#d90724;
	content:'\f06a';
}

.error input[type="text"],
.error input[type="password"]{
	/* border-color:#ed145b; */
}

/**** HOME PAGE Newsleter Sign Up ****/
.widget .plant-savvy-signup{
	margin-top:0;
}
.widget .plant-savvy-signup .form-item{
	margin: 20px 0 0;
    padding-right: 0;
    width: 110%;
}
.widget input#nemail{
	margin: 0;
    padding-right: 20px;
    width: 100%;
}

.widget button[type="submit"]{
	margin: 5px 0 0;
    padding: 5px 10px;
	height:auto;
}

.widget .plant-savvy-signup .ajax-loader {
    bottom: 11px;
    right: 68px;
    top: auto;
}

.widget #signupMessage {
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
    width: 110%;
}


/*------------------------------------*\
    BASIC FORM STYLES
	Used on Catalog and Vendor Request
\*------------------------------------*/
form.basic{}
form.basic .form-item{
	position:relative;
	margin-bottom:10px;
	width:100%;
	max-width:400px;
}

form.basic input[type="text"],
form.basic input#email{
	width:100%;
}

form.basic .state{width:65px;}
form.basic .zip{width:120px;}
form.basic .number{width:190px;}

form.basic label{
	color: #514942;
    display: block;
    font-size: 14px;
    line-height: 25px;
}

form.basic .description {
    font-size: 11px;
    line-height: 14px;
}

form.basic .form-options{
	margin:10px;
}

form.basic .form-options li{
	float:left;
	margin-right:10px;
}

form.basic .form-options label{
	line-height:18px;
}

.global-message.message{
	display:none;
	position:relative;
}
.global-message.message:after{
	display:none;
}

form.basic .sub-option{
	display:none;
}

/* Inline Validation Styles */
/* Success Styles */
form.basic .success:after,
form.basic .error:after{
    top: 29px;
}
/* Error Styles */
form.basic .error:after{}

/*------------------------------------*\
    jQuery Auto Complete Styles
\*------------------------------------*/
.ui-autocomplete {
    border:1px solid #ccc;
	border-top:0px;
    background: #fff;
    font-size: 14px;
    max-width: 298px;
    padding: 5px 0;
    z-index: 1001;
}

.ui-autocomplete li:hover,
.ui-autocomplete li.ui-menu-item.ui-state-focus {
    background: #ccc none repeat scroll 0 0;
    color: #fff;
}
.ui-autocomplete li {
    cursor: pointer;
    padding: 0 10px;
}

/*------------------------------------*\
    jQuery TABS and ACCORDIAN
\*------------------------------------*/

.tabs{	
}

.ui-tabs-panel{
	background:#fff;
	border:1px solid #e4e4e4;
	padding:20px;
}

.ui-tabs-panel h2{
	margin-bottom:20px;
}

.tabs ul.tab{
	width:100%;
	margin-bottom:2px;
	height:30px;
}

.tabs ul.tab li{
	float:left;
	background:#e2edc5;
	border:1px solid #c5d981;
	position:relative;
	margin-right:2px;
}

.tabs ul.tab li a{
	display:block;
	color:#819d0f;
	height:28px;
	line-height:28px;
	padding:0px 10px;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}

.tabs ul.tab li:first-child a{

}

.tabs ul.tab li.ui-state-active{
	background:#fff;
	padding-bottom:3px;
	border:1px solid #e4e4e4;
	border-bottom-color:#fff;
}

.tabs ul.tab li.ui-state-active a, .tabs ul.tab li a:hover {
	background: #7a6f66;
	color:#fff;
	border-color:#7a6f66;
}


/* Slider */
/*.accordian-container{
	border-bottom:1px solid #ADA975;
	padding:0px 24px;
}

.accordian-top{
	padding:5px 0px;
	overflow:hidden;	
}

a.accordian-control{
	cursor:pointer;
}
.accordian{
	clear:both;
	display:none;
	overflow:hidden;
} */

/***** NEW ACCORDIAN *****/
.accordian > li{
	margin-bottom:5px;
	overflow:hidden;
}
.accordian > li > a{
	display:block;
	width:100%;
	font-weight:bold;
	font-size:16px;
	padding-left:20px;
	line-height:28px;
	height:28px;
	color:#819d0f;
	border:#1px solid #c5d981;
	background:#e2edc5;
}
.accordian > li > a:after{
	font-family:'FontAwesome';
	content:'\f078';
	float:right;
	padding-right:15px;
}
/* Opened */
.accordian > li > a.open:after{content:'\f077';}

.accordianTarget{
	display:none;
	width:100%;
	overflow:hidden;
	background:#ffffff;
	border:1px solid #e4e4e4;
	border-width:0 1px 1px 1px;
	padding:10px 20px;
	
}
/* FAQ Wrapper */
.faq{
	margin-bottom:25px;
}


/***********  Landscape Directory *****/
.page-id-360.logged-in #theme-my-login1{
	display:none;
}

/*------------------------------------*\
   SPOKESPERSON PAGE STYLES 
\*------------------------------------*/
.single.single-spokesperson.sidebar-right section,
.single.single-plant_collection.sidebar-right section{
	width:760px;
	position:relative;
}
.single.single-spokesperson .breadcrumb,
.single.single-plant_collection .breadcrumb{
	margin-bottom:15px;
}

section .share-this.addthis_toolbox.clear {
    position: absolute;
    right: 0;
    top: 45px;
}
.spokesperson,
.spokesperson p,
.plant_collection,
.plant_collection p{
	font-size:14px;
	line-height:22px;	
}
.spokesperson h2,
.plant_collection h2{
	font-size:14px;
	line-height:20px;	
}
.top-content > .left{
	width:calc(50% - 30px);
	margin:0 30px 30px 0;	
}
.top-content .slideshow-wrapper{
	margin-right:0;
	width:50%;
}
.top-content .introduction{
	font-size:12px;
	color:#7a736d;
	line-height:14px;
	margin-bottom:15px;
}
.top-content .introduction > p{
	max-width:275px;
	width:calc(100% - 70px);
	float:left;
	margin:0 0 5px 0;
	font-size:12px;
	line-height:14px;
}

.top-content .introduction img{
	float:left;
	margin-right:10px;
}

iframe.left{
	margin: 0 30px 0 0;
}
.copy-block.left{
	width:48%;
}

/* More Links */
.more-links{
	padding:10px 20px;
	background:#fff;
	border:1px solid #e4e4e4;
	margin:20px 0;
}

.more-links div{
	margin:5px 0;
}
.more-links strong{
	text-transform:uppercase;
	color:#7a6f66;
}

/* Photo Slider */
.top-content #cycle-1{
	height:451px;
	width:100%;
}
.top-content #cycle-1 .cycle-prev,
.top-content #cycle-1 .cycle-next{
	background-color:transparent;
}

.top-content .slide-meta{
	padding:10px 0;
	border-bottom:1px solid #e3e3e3;
	background:#fff;
	text-align:center;
}

.top-content .plant-name{
	font-size:11px;
	display:block
}

/* Plant Grid */
.single-spokesperson .collection-plants,
.single-plant_collection .collection-plants{
	border-top:1px solid #e5e5e5;
	padding-top:15px;
	width:100%;
	position:relative;
	margin-top:25px;
}

.single-spokesperson .collection-plants:not(.edibles-grid),
.single-plant_collection .collection-plants:not(.edibles-grid){
	padding:15px 20px;
}

.single-plant_collection .collection-plants.edibles-grid{
	margin-bottom:20px;
}

/** Plant Savvy Sign Up **/
.newsletter-signup{
	padding:20px;
	background:#fff;
	border:1px solid #e4e4e4;
	margin:10px 0 30px 0;
}
.single-spokesperson .newsletter-signup{width:760px;}
.newsletter-signup .plant-savvy-signup{
	margin:6px 0 0 0;
}

.newsletter-signup input#nemail{
	width:375px;
}

.newsletter-signup .plant-savvy-signup .form-item.hasLabel{
	margin:0 2px 0 0;
}

.newsletter-signup p{
	font-size:14px;
	line-height:20px;
	margin:15px 0;
}

.newsletter-signup .plant-savvy-signup .ajax-loader{
	right:-23px;
}

.newsletter-signup .newsletter-msg{display:none;}

/* Social Links */
.newsletter-signup .savvy-social.right {
    float: left;
}
.savvy-social{
	margin-left:30px;
}
.savvy-social a{
	display:block;
	float:left;
	margin-right:10px;
	width:40px;
	height:40px;
	background: url('img/savvy-social.png') left top no-repeat transparent;
}
.savvy-social a:last-child{margin-right:0;}
.savvy-social a[title="Pinterest"]{background-position:-100px top;}
.savvy-social a[title="Twitter"]{background-position:-50px top;}
.savvy-social a[title="Google+"]{background-position:-200px top;}
.savvy-social a[title="Instagram"]{background-position:-150px top;}

/** SVG Overrides, Per Ms. Rose Request **/
.svg .savvy-social a{
	background-position:0 0 !important;
	background-size:40px 40px;
	background-repeat:none;
	background-color:transparent;
}
.svg .savvy-social a[title="Facebook"]{background-image: url('img/fb-svg.svg') !important;}
.svg .savvy-social a[title="Pinterest"]{background-image: url('img/pt-svg.svg') !important;}
.svg .savvy-social a[title="Twitter"]{background-image: url('img/tw-svg.svg') !important;}
.svg .savvy-social a[title="Google+"]{background-image: url('img/gp-svg.svg') !important;}
.svg .savvy-social a[title="Instagram"]{
	background-image: url('img/ig-svg.svg') !important;
	background-position: -20px center !important;
    background-size: 80px 80px !important;
}



/*------------------------------------*\
    PLANT COLLECTION
\*------------------------------------*/
.plant_collection .top-content > .left{
	margin-bottom:0;
}
/* FAQ */
.faq-wrap{
	margin:10px 0;	
}
.faq-wrap .faq{
	margin:0;
}
.faq a.questions,
.faq a.questions:active,
.faq a.questions:visited{
	display:inline-block;
	padding:3px;
	font-size:16px;
	font-weight:600;
	color:#819d0f;
}
.faq a.questions:before{
	content:'\f196';
	font-family:"FontAwesome";
	padding-right:3px;	
	vertical-align:middle;
	line-height:inherit;
	font-weight:500;
}

.faq a.questions.expanded:before{
	content:'\f147';
}

.faq .answer{
	font-size:14px;
	line-height:18px;
	background:#fff;
	border-width:1px 0;
	border-color:#e3e3e3;
	border-style:solid;
	padding:5px 10px 10px 10px;
	display:none;
	margin-bottom:3px;
}
.faq .answer a{
	float:right;
	display:inline-block;
	margin-top:15px;
}

/* Slideshow */
.plant_collection .top-content #cycle-1 {
    height: 479px;
}
.plant_collection .top-content .slide-meta{
	font-size:12px;
}

/** Plant Grids **/
.single-plant_collection .collection-plants h2{}
.single-plant_collection .see-all{
	font-size:12px;
}

.single-plant_collection #location{
	font-size:12px;
	color:#7a736d;
	margin:5px 20px 0 0;
	line-height:16px;
}
.single-plant_collection .links > a{
	display:block;
	font-size:12px;
	text-align:right;
	line-height:14px;
}

.single-plant_collection .query-grid .form-item label {
    font-size: 10px;
    top: 1px;
}
#zipcode-two{
	width:100px;
}

/** Grid Updates **/
#query-results{margin-top:20px;}
.updating #query-results:before {
    background: none repeat scroll 0 0 rgba(250, 250, 250, 0.7);
    content: "";
    display: none;
    height: 500px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
#query-ajax {
    font-size: 38px;
    left: 45%;
    position: absolute;
    top: 100px;
    z-index: 100;
	display:none;
}
.updating #query-ajax,
.updating #query-results:before{display:block;}

/*------------------------------------*\
    NEWSLETTER OVERLAY
\*------------------------------------*/
.page-template-newsletter .wrapper{position:static;}
.page-template-newsletter a.close{color:#819d0f !important}
#overlay {
    background:tgba(0,0,0,0.5);
    color: #efefef;
    height: auto;
}
.apple_overlay {
    display: none;
    padding: 25px 10px 10px 10px;
    width: 740px;
	background:#fff;
	margin-bottom:40px;
	top:50px !important;
	left:calc(50% - 420px);
}

.contentWrap {
    height: auto;
    overflow-y: auto;
	overflow-x:hidden;
}
.contentWrap table,
.contentWrap table img{
	/* max-width:100% !important; */
}

.apple_overlay .close {
    border-radius: 50%;
    cursor: pointer;
    font-size: 30px;
    height: 35px;
    position: absolute;
    right: -44px;
    top: -25px;
    width: 35px;
}
#exposeMask{position:fixed !important;}

img[src='non']{display:none;}




/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE / SEMANTIC STYLES
\*------------------------------------*/
a.green-btn, a.white-btn, .green-btn, .white-btn{
	background-color: #96b711;
    font-weight: 500;
	display:block;
	font-family: 'Montserrat',sans-serif;
	text-transform:uppercase;
	color: #FFFFFF;
    font-size: 12px;
    height: auto;
    line-height: 12px;
	text-align:center;
    padding: 10px;
    width: auto;
	border:1px solid transparent;
}

a.white-btn{
	background:#fff;
	color:#819D0f;
	border:1px solid #96b711;
}

a.green-btn:hover{
	background:#A1C512;	
	color:rgba(250,250,250,0.8);
}

a.green-btn:active{
	background:#DAE5AB;	
	color:rgba(250,250,250,0.8);
}

a.white-btn:hover{
	background:	rgba(150,183,17, 0.1);
	color:#96B711;
}

a.white-btn:active{
	background:rgba(150,183,17, 0.1);;	
	color:#DAE5AB;
}

.slide-content .green-btn{
    font-size: 24px;
	line-height:50px;
	padding: 0px;
	text-align:center;
	width:184px;
	color:#fff;
	border:0px;
}

.green-btn.stacked{height: 34px;line-height: 14px;margin-right: 10px;padding: 2px 0 0;}
	

/* Links with Icons */
.icon{
	display:inline-block;
	height:20px;
	line-height:20px;
	padding-left:30px;
}

.calendar{
	background: url('img/calendar-icons.png') left top no-repeat transparent;
	height: 26px;
    line-height: 25px;
    margin-bottom: 5px;
}

.listing{
	background: url('img/calendar-icons.png') left bottom no-repeat transparent;
}

.center{
	text-align:center;
}

.left{
	float:left;
}

.right{
	float:right;
}

.small{
	font-size:11px;
}

.clearfix{
	clear:both;
}

.border{
	border-color:#e4e4e4;
	border-width:1px 0px;
	border-style:solid;
}

.border.double{
	border-width:2px 0px;
}

.border.bottom{
	border-top-width:0px;
}

.border.top{
	border-bottom:0px;
}

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.showMobile{display:none !important;}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	.videoSearch-errorBox{
		width:370px;
	}
}


@media only screen and (min-width:320px) {

}
@media only screen and (max-width:767px) {
	
/***** GLOBAL RESPONSIVE ELEMENTS *********/
html{overflow-x:hidden;}/* Needed for Slide out menu!! */
html.no-touch{height:100%;}
body{height:100%;}
.hideMobile{display:none !important;}
.showMobile{display:block !important;}
h1{font-weight:400;}
img,
a img{height:auto;}
a:hover, 
a:visited:hover,
a:focus,
a:active {color:#819d0f;}
.header .nav{
	box-shadow:-5px 4px 6px 0 rgba(0, 0, 0, 0.5);
}
.header .inner{
	width:100%;
	background:#fff;
	height:67px;
	z-index:1002;
	border-bottom:1px solid #e4e4e4;
}
.logo{
	margin: 15px 0 0 15px;
    max-width: 260px;
    width: 60%;
}
.wrapper{
	width:100%;
	padding:0 20px;
	min-width:0;
	margin-top:80px;
}
.home .wrapper,
.page-template-plant .wrapper{margin-top:67px;}
.page-template-plant h1{padding-top:13px;}
.slideshow-wrapper  .flag-new {width:calc(100% - 42px);}

.breadcrumb{display:none;}
.footer-menu{
	margin:10px 0;
	text-align:left;
	padding:10px 20px;
}
.footer-menu ul{
	width:100%;
}
.footer-menu ul li{
	height:auto;
	display:block;
}
footer ul a, footer ul a:visited, footer ul a:active {
    color: #514942;
    font-family: inherit;
    font-size: 16px;
    height: inherit;
    line-height: 30px;
    padding-right: 0;
    text-transform: uppercase;
}
footer .copyright {
    font-size: 16px;
    padding: 20px;
    text-align: left;
    width: 78%;
}

/*** GLobal Cold Zone Box ***/
.cold-zone.widget .zipcode {
    font-size: 18px;
    width: 160px;
	display: inline-block;
    float: left;
    height: 45px;
    line-height: 45px;
    padding: 0;
	
}
.cold-zone.widget form.search {
    width: 100%;
	float:left;
}
.cold-zone.widget form.search .zip-input {
    height: 30px;
    width: 150px;
}
.cold-zone.widget form.search button[type="submit"] {
    font-size: 14px;
    margin: 0 0 0 5px;
    padding: 2px 9px 0;
}
.cold-zone.widget .search  label{top:2px;}
.cold-zone.widget .ajax-loader {
    left: 220px;
    top: 7px;
}

/* Home Plant Savvy Sign Up */
.widget #signupMessage{width:100%;}

/***** HAMBURGER MENU *****/
.mobile-header a{
	font-size:26px;
	margin-top:15px;
	position:relative;
}

.mobile-header a.nav-control{
	border: 1px solid;
    height: 35px;
    line-height: 34px;
	margin:10px;
    text-align: center;
    width: 33px;
	z-index:1005;
}
body.nav-open .nav-control {
    border: 0 none;
	right:-4px;
	top:0px;
}
.nav-control::after {
    left: 3px;
    position: absolute;
    top: 0;
}
nav.nav .savvy-social{margin-left:30px;}

.nav-control:before,
.nav-control:after,
.search-control:before,
.search-control:after{
	content:"\f0c9";
	font-family:"FontAwesome";
	display:inline-block;
	-webkit-transition: opacity .4s linear, transform .4s linear;
	   -moz-transition: opacity .4s linear, transform .4s linear;
	    -ms-transition: opacity .4s linear, transform .4s linear;
	     -o-transition: opacity .4s linear, transform .4s linear;
	        transition: opacity .4s linear, transform .4s linear;
}

.nav-control::after, 
.nav-control::before, 
.search-control::after {
    left: 4px;
    position: absolute;
    top: 0;
}
.search-control::after {
    top: 2px;
}

/* Spin the Nav Control */
.nav-control:after,
.search-control:after{
	opacity:0;
	content:"\f057";
}

.header .nav ul li:first-child > a {
    height: 50px;
    padding-top: 10px;
}
/* Search Icon */
.search-control:before{
	content:"\f002";
}

body.nav-open .nav-control:before,
body.search-open .search-control:before{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-otransform:rotate(180deg);
	transform:rotate(180deg);
	opacity:0;
}

body.nav-open .nav-control:after,
body.search-open .search-control:after{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-otransform:rotate(180deg);
	transform:rotate(180deg);
	opacity:1;
}

.header{
	height:67px;
	margin-bottom:10px;
	border-bottom:1px solid #e4e4e4;
	z-index:1001;
	width:100%;
	position:fixed;
}
.home .header{margin-bottom:0;}
.header .nav{
	position:absolute;
	right:-340px;
	width:100%;
	max-width:340px;
	top:0px;
	height:auto;
	z-index:1001;
	width:0;
	overflow:hidden;
	padding-bottom:20px;
	-webkit-transition: all .6s ease-in-out;
	   -moz-transition: all .6s ease-in-out;
	    -ms-transition: all .6s ease-in-out;
	     -o-transition: all .6s ease-in-out;
	        transition: all .6s ease-in-out;
}
body.nav-open .header .nav{
	right:0;
	width:100%;
}
.header .nav ul{
	width:100%;
	padding-bottom:10px;
}
header nav li,
header nav li:hover, 
header nav li.current-menu-item, 
header nav li.current-page-ancestor, 
.single-collection .menu-item-51{
	float:none;
	height:auto;
	margin:0;
	padding:0;
	border-color: transparent;
	border:0;
    box-sizing: content-box;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.header .nav li a {
    border-bottom: 1px solid;
    display: block;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 40px;
    text-align: left;
    width: 100%;
}

/* SHOP NAV ITEM */
header nav li.shop-menu a:before{
	font-family:"FontAwesome";
	font-size:20px;
	content:"\f07a";
	padding-right:8px;
}
/* HAS CHILDREN MENU ITEM */
header nav li.menu-item-has-children > a:after {
    content: "\f138";
    float: right;
    font-family: FontAwesome;
    font-size: 20px;
    padding-right: 15px;
}
	
.header .nav li.smaller a{font-size:16px;}
/* SECONDARY NAV */
.header .nav ul ul {
    display: block;
    position: absolute;
    right: -340px;
    top: 0;
	z-index:1001;
	background:#f5fbf2;
	height:100%;
	-webkit-transition: .6s ease-in-out;
	   -moz-transition: .6s ease-in-out;
	    -ms-transition: .6s ease-in-out;
	     -o-transition: .6s ease-in-out;
	        transition: .6s ease-in-out;
}
.header .nav ul ul.expanded{right:0;}
.header .nav ul ul li.menu-back > a, 
li.menu-back > a:hover {
    color: #514942;
	font-size:18px;
	padding-left:15px;
}
.header .nav ul ul a{
	font-size:16px;
}

li.menu-back > a:before {
    content: "\f137";
    font-family: FontAwesome;
    padding-right: 10px;
	color:#819d0f;
}

/***** SEARCH FORM ****/
header form.search{
	height: 0;
    margin: 0;
    max-width: 100%;
    min-width: 250px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 67px;
	-webkit-transition: height 0.4s ease-in-out 0s;
	-moz-transition: height 0.4s ease-in-out 0s;
	-ms-transition: height 0.4s ease-in-out 0s;
	-o-transition: height 0.4s ease-in-out 0s;
    transition: height 0.4s ease-in-out 0s;
    width: 100%;
    z-index: 1000;
	background:#fff;
	box-shadow:-5px 4px 6px 0 rgba(0, 0, 0, 0.5);
}

body.search-open header form.search{
	height:60px;
}
header form.search .form-item{
	width:80%;
	margin:15px auto;
}
header form.search input{
	width:85%;
}

header form.search button[type="submit"]{
	margin-top:1px;
}
/* Back to Top! */
#toTop {
    display: block;
    font-size: 16px;
    text-align: right;
    text-transform: uppercase;
}
#toTop .fa.fa-arrow-circle-up {
    font-size: 40px;
    margin-right: 20px;
    padding-left: 15px;
    vertical-align: middle;
}
/* Hide Facebook Promo */
#facebook_contest_banner,
#right-sidebar{display:none;}

.page.sidebar-right section.main, 
.single.sidebar-right section.main{
	width:100%;
	float:none;
}

.wrapper iframe{
	max-width:100%;
	height:auto;
	min-height:250px;
}

/* Home Page */
.home .wrapper{
	padding:0;
}
.item img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.home-promo-wrap.left,
.promo-inner.left,
#homepage{
	float:none;
	width:100%;
	padding:0;
	box-sizing:border-box;
}

.home .promo {
	padding: 0 20px;
	margin-bottom:0;
}
#homepage .widget{padding:20px;}
.promo.featured-plants{
	margin:20px 0 15px 0;
}

.savvy-social{
	margin:15px 0 0 0;
}

.home .social.widget .savvy-social a {
    background: url("img/savvy-social.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
.home .promo img{
	max-width:400px;
	margin:0 auto;
}
.featured-plant-home img {
    width: 100%;
}
#twitter-widget-0{display:none !important;}
#homepage h2{
	padding:0;
	float:none;
}

.home section img.left {
    display: block;
    float: none;
    margin: 20px auto;
    text-align: center;
    width: 100%;
}

.home .slide-wrap{
	height:auto;
	padding-bottom:10px;
}
.home .slide-content{
	height:100px;
	background:rgba(0,0,0,0.7);
}

.home .item.cycle-slide, 
.home .item:first-child {
    display: block;
    max-width: 100%;
    width: 100%;
}

.home .slide-content h2 {
    color: #fff;
    float: none;
    font-size: 17px;
    font-style: italic;
    font-weight: 100;
    line-height: 24px;
    margin: 0;
    max-width: 100%;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
}
.cycle-prev, .cycle-next{
	left:10px;
	background-size:20px;
	height:32px;
}
.cycle-next{
	left:auto;
	right:10px;
}
.home .slide-content a {
    bottom: 0;
    float: none;
    font-size:15px;
    height: 35px;
    line-height: 25px;
    margin: 5px auto 0;
    padding: 5px;
    position: absolute;
    width: 100%;
}
.home .slide-content a:after {
    content: "\f101";
    font-family: FontAwesome;
    padding-left: 5px;
}

.home .widget div.left {
    padding-right: 0;
    width: 100%;
}
.home .widget img{display:none;}
.widget .plant-savvy-signup .form-item{width:100%;}
.home .cold-zone .update, 
.home .cold-zone form{
	line-height:inherit;
}
.tool-tip{max-width:85%;}

.favorite-tip .tool-tip{
	max-width: 218px;
}
/* Featured Plants */
.featured-plant-home{
    text-align: left;
    width: calc(100% / 2 - 10px);
}
.featured-plant-home:first-of-type{margin-right:20px;}


/************   PLANT CATALOG SEARCH RESULTS *************/
.page-template-search-results{}
.page-template-search-results-php .search-results{width:100%;}
.plants-grid.search-results{padding-left:0;}
.page-template-search-results #sidebar-left{
	position:absolute;
	left:-340px;
	width:100%;
	max-width:340px;
	top:102px;
	border:1px solid;
	height:auto;
	z-index:1000;
	width:0;
	height:0;
	overflow:hidden;
	margin:0 0 0 -20px;
	background:#fff;
	padding:20px;
	-webkit-transition: .6s ease-in-out;
	   -moz-transition: .6s ease-in-out;
	    -ms-transition: .6s ease-in-out;
	     -o-transition: .6s ease-in-out;
	        transition: .6s ease-in-out;
}
.page-template-search-results.open-filter #sidebar-left{
	left:0;
	width:100%;
	height:auto;
}
.list-plant.left {
    display: block;
    margin: 0 20px 20px 0;
    min-height: 270px;
    padding-right: 0;
    width: calc((100% - 60px) / 4);
}
.list-plant.left .image-wrap {
    float: none;
}
.list-plant.left img{
	width:100%;
}
.row .list-plant:nth-of-type(4n){
	margin-right:0px;
}
.page-template-search-results .sorter{
	margin-left:0;
	float:none;
	width:100%;
}

.search-meta .showing{
	font-size:14px;
	position:absolute;
	right:10px;
	top:-38px;
}

/* Search Specific Sort By Filter */
.sorter .select-wrap, 
.sorter .customSelect{
	width:130px;
	float:right;
	margin-left:5px;
	overflow:hidden;
}
.sorter .select-wrap select {
    float: left;
    height: 33px;
    left: 0;
    position: absolute;
    width: 100%;
}
.sorter label{
	float:right;
	font-size:14px;
	line-height:32px;
}

.sorter .customSelect:after{top:14px;right:4px;}
.sorter .customSelect::before{height:33px;}
.sorter .customSelect{height:34px;line-height:33px;text-indent:3px;}

.paging{
	float:none;
	clear:both;
	margin-top:10px;
}
/* Hide Bottom Paging */
.search-meta.bottom{
	display:none;
}
.search .cold-zone.widget,
.showMobile .cold-zone.widget {
    float: none;
    margin: 20px 0;
    padding: 15px;
    width: 100%;
}

/************ PLANT DETAIL STYLES ***********/
.page-template-plant .wrapper{padding:0;}
.plant-main h1 {
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 13px 20px 0 20px;
}
#cycle-1{
	width:100%;
	height:220px;
}
.plant-main .slideshow-wrapper {
    margin: 20px 0;
    position: relative;
    width: 100%;
	padding:0 20px;
	float:none;
}
#cycle-1 .cycle-prev, #cycle-1 .cycle-next{
	background-color:transparent;
	background:none;
}

#cycle-1 .cycle-prev::before, #cycle-1 .cycle-next::before {
    color: #ccc;
    content: "\f137";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 40px;
    left: 11px;
    opacity: 0.9;
    position: absolute;
    top: 50%;
}
#cycle-1 .cycle-next::before {
    content: "\f138";
    left: auto;
    right: 11px;
}

.plant-main{
	border-width:0 0 1px 0;
	padding:0;
	margin-bottom:15px;
}
.plant-main-right {
    float: none;
    position: relative;
    width: 100%;
	padding:0 20px;
}
.plant-description{padding:20px;}
.video-grid .two-col {
    float: none;
    margin-bottom: 20px;
    padding:0;
    width: 100%;
}
.video-info{width:100%;}
.video-grid {padding:20px;}
.video-grid .two-col img{width:100%;}

#lower-right-sidebar{
	width:100%;	
}
#lower-right-sidebar .sidebar-inner{
	width:100%;
}
.spot-plant{
	border:0;
	float:left;
	width:50%;
}
.spot-plant img {
    float: none;
    margin: 0 0 10px 0;
    max-width: 100%;
}

/** Plant Page Specific Accordians */
.plant-tabs .row{margin-bottom:0;}
.plant-tabs .overview, .plant-tabs .row .care {
    padding:0 0 10px 0;
    width: 100%;
}
.plant-tabs .value {width: 80%;}
.plant-tabs .attribute.details {
    margin-bottom: 10px;
}
.plant-tabs span.label {
    float: none;
    text-align: left;
    width: auto;
}
.attribute.details span.left {
    display: block;
    float: none;
    line-height: normal;
    max-width: none;
}

/******* PLANT COLLECTIONS ***********/
h2.border-top {
    border-top: 1px solid #e4e4e4;
    padding-top: 15px;
}

.single-spokesperson .newsletter-signup {
    width: 100%;
}
/******** VIDEO LANDING PAGE *********/
.page-template-videos .video-grid{padding:10px 0}

/********  VIDEO DETAIL PAGE ********/
article.youtube_video {
    width: 100%;
}

/******** HOW TO SECTION  ***********/
.how-to-garden .wrapper,
.parent-pageid-36 .wrapper,
.single-design_style .wrapper,
.single-garden .wrapper,
.parent-pageid-343 .wrapper,
.page-id-343 .wrapper,
.about-us .wrapper,
.parent-pageid-6 .wrapper,
.single-collection .wrapper{padding: 0;}
.how-to-garden section,
.parent-pageid-36 section,
.single-design_style section,
.single-garden section,
.parent-pageid-343 section,
.page-id-343 section,
.about-us section,
.parent-pageid-6 section,
.single-collection section{padding:0 20px;}
/* ALL SUB-SECTION SIDEBARS */
.how-to-garden #right-sidebar,
.parent-pageid-36 #right-sidebar,
.design-inspiration #right-sidebar,
.parent-pageid-35 #right-sidebar,
.single-design_style #right-sidebar,
.single-garden #right-sidebar,
.parent-pageid-343 #right-sidebar,
.page-id-343 #right-sidebar,
.about-us #right-sidebar,
.parent-pageid-6 #right-sidebar,
.single-collection #right-sidebar{
    display: block;
    width: 100%;
	float:none;
}
.how-to-garden #right-sidebar .sidebar-inner,
.parent-pageid-36 #right-sidebar .sidebar-inner,
.design-inspiration #right-sidebar .sidebar-inner,
.parent-pageid-35 #right-sidebar .sidebar-inner,
.single-design_style #right-sidebar .sidebar-inner,
.single-garden #right-sidebar .sidebar-inner,
.parent-pageid-343 #right-sidebar .sidebar-inner,
.page-id-343 #right-sidebar  .sidebar-inner,
.about-us #right-sidebar .sidebar-inner,
.parent-pageid-6 #right-sidebar .sidebar-inner,
.single-collection #right-sidebar .sidebar-inner{
    min-height: 0;
    padding: 20px 0;
    width: 100%;
	margin-bottom:0;
}
.how-to-garden #right-sidebar h3,
.parent-pageid-36 #right-sidebar h3,
.design-inspiration #right-sidebar h3,
.parent-pageid-35 #right-sidebar h3,
.single-design_style #right-sidebar h3,
.single-garden #right-sidebar h3,
.parent-pageid-343 #right-sidebar h3,
.page-id-343 #right-sidebar  h3,
.about-us #right-sidebar h3,
.parent-pageid-6 #right-sidebar h3,
.single-collection #right-sidebar h3{
	padding-left:20px;
}
.how-to-garden #right-sidebar li a,
.parent-pageid-36 #right-sidebar li a,
.design-inspiration #right-sidebar li a,
.parent-pageid-35 #right-sidebar li a,
.single-design_style #right-sidebar li a,
.single-garden #right-sidebar li a,
.parent-pageid-343 #right-sidebar li a,
.page-id-343 #right-sidebar li a,
.about-us #right-sidebar li a,
.parent-pageid-6 #right-sidebar li a,
.single-collection #right-sidebar li a{
    border-top: 1px solid #efefef;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}
/******** NEW LANDING PAGE STYLES  **/
.single-plant_collection .wrapper,
.single-spokesperson .wrapper{padding:0;}
.single-plant_collection .wrapper h1,
.single-spokesperson .wrapper h1{
	padding:0 20px;
	margin-bottom:0;
}
/* Edibles */
.top-content > .left{width:100%;}
.top-content .slideshow-wrapper{
	width:100%;
	padding:20px;
	float:none;
	margin:0 auto;
	max-width:400px;
}
/* Spokesperson */
.top-content .introduction{padding:0 20px;}
.single-plant_collection .wrapper iframe{margin-bottom:0;}

.copy-block{padding:0 20px;}
.plant_collection .top-content #cycle-1 {
    height: 430px;
	max-width:360px;
}
.single-plant_collection .collection-plants h2,
.single-spokesperson .wrapper .collection-plants h2{padding:0 20px;}
.more-links{border-width:1px 0;}
.faq-wrap{padding:0 10px 0 20px;}
.single-plant_collection .cold-zone-box{padding-left:20px;}
#query-results{padding:0 20px;}
/*Sign Up*/
.newsletter-signup input#nemail{width:100%;}
.newsletter-signup .plant-savvy-signup .form-item.hasLabel {
    margin: 0 0 15px;
    width: 100%;
}
.single-plant_collection .newsletter-signup .savvy-social.right,
.single-spokesperson .newsletter-signup .savvy-social.right {
    clear: both;
    float: none;
    padding-top: 10px;
}

/******* FIND A IGC *****************/
.find-a-garden-center{}
.page-template-find_igc-php article {
    line-height: 30px;
    padding: 0 20px 20px;
    position: relative;
    width: 100%;
}
.find-a-garden-center .wrapper{padding:0;}
.find-a-garden-center h1{
	font-size:23px;
	padding:0 20px;
}
.change-location .green-btn.right{
	float:left;
	padding:0 30px;
	font-size:14px;
}

/* Forms */
input.location[type="text"]{width:240px;}
#list.left.green-btn {
    margin: 0 10px 0 40px;
}
.search-results.left {
    float: none;
    position: relative;
}
.load.empty #garden_centers,
.load.empty #map,
.load.empty article{
	display:none;
}
/* If Have Results */
.expanded-list #list, 
section:not(.expanded-list) #mapa {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #96b711;
    color: #96b711;
}
.change-location{
	padding:0 20px;
	background:transparent;
}
.content_wrapper.has-results .change-location {
	display:none;
    background: none repeat scroll 0 0 #fff;
    border:1px solid #e4e4e4;
    border-width: 1px 0;
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}
#garden_centers {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d2d1b3;
    float: none;
    height: auto;
	/*max-height:970px;
	overflow-x:hidden;
	overflow-y:scroll; */
    left: -340px;
    max-width: 340px;
    padding: 10px;
    position: absolute;
    -webkit-transition: all .6s ease-in-out;
	   -moz-transition: all .6s ease-in-out;
	    -ms-transition: all .6s ease-in-out;
	     -o-transition: all .6s ease-in-out;
	        transition: all .6s ease-in-out;
    width: 100%;
    z-index: 1000;
}
section.expanded-list #garden_centers {
    left: 0;
}
#map {
    float: none;
    height: 1px;
    margin-top: 0;
    min-height: 0;
    padding-bottom: 100%;
    width: 100%;
}

/** List of Locations **/
.find-a-garden-center .customSelectInner {
    width: 100% !important;
}

/******** LOGIN & REGISTER SCREENS **/
body.login .login, 
.forgot-password .login, 
.reset-password .login{
	width:100%;
}

/*** YOUTUBE VIDEO STYLES ***/
.youtubeWrap{
	display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;	
}
.youtube iframe{
	height: 100% !important;
    left: 0;
    margin: 0;
    max-width: 640px;
    position: absolute;
    top: 0;
    width: 100% !important;
}

/**********  PLANT SAVVY *******/
/* Sign Up */
.plant-savvy-signup .form-item.hasLabel,
.plant-savvy-signup #newsletter-signup{
	margin:5px 0;
	clear:both;
}
/* Overlay */
.apple_overlay {
	left:0;
	width:100%;
	padding:25px 15px;
}
.apple_overlay .close {
    right: -9px;
    top: 1px;
	font-size:24px;
}
.left-side tr td:first-child {
    min-width: 100px !important;
}
.left-side tr td:last-child {
    min-width: 145px !important;
}

/*** DESIGN INSPIRATION STYLES ***/
.page-template-design-inspiration-php.page.sidebar-right section.main{max-width:none;}
.design-inspiration .wrapper,
.parent-pageid-35 .wrapper{
	padding:0;
}

#backHome{padding-bottom:15px;}
.design-inspiration section,
.parent-pageid-35 section{
	padding:0 20px;
}
.inspiration-grid{}
.design-style-tabs li {
    background: none repeat scroll 0 0 #96b500;
    float: left;
    height: auto;
    margin-right: 10px;
    width: auto;
}
.design-style-tabs li a {
    background: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
}
.design-style-tabs li:last-child {margin-right: 0;}

/***** FIND A LANDSCAPE PROFESSIONAL ****/
#designers_search_form table{width:100%;}
#designers_search_form td {
    display: block;
    width: 100%;
}
#designers_search_form td input[type='text'],
#designers_search_form td select,
#designers_search_form td span.customSelect{
	width:100%;
	max-width:300px;
}
#designers_search_form .green-btn{
	width:100%;
	max-width:240px;
}
.profile_result_img clear{display:none;}
.search_result_item_right{
	float:none;
	text-align:left;
	clear:both;
}
.search_result_item_right a{max-width:320px;margin-top:10px;}
.search_result_item{padding:10px 0;}
.profile-result-inner{margin-top:10px;}

.profile_contact_information{
	float:none;
	width:100%;
	clear:both;
	margin:10px 0;
	padding-top:15px;
}
.profile_social_icons{margin:0 0 10px 0;}
.profile_details_information{width:100%;}

/************* SITE MAP *************/
article ul{margin-left:0;}
.main .site-map ul{margin-left:20px;}
.main .site-map ul li{
	float:none;
	max-width:300px;
	margin:0 20px 5px 0;
}
.main .site-map ul li a{padding-bottom:0;}

/** LEGAL **/
.legal table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 10px;
    margin-bottom: 10px;
    max-width: 100%;
}

/******** LOGIN *******/
.login #privacy{
    clear: both;
    line-height: normal;
    padding-top: 15px;
    text-align: left;
    width: 100%;
	float:none;
}

}
@media only screen and (max-width:580px) {
/*** DESIGN INSPIRATION STYLES ***/
.inspiration-grid .children.last,
.design-style-tabs .children.last{margin-left:0}
.inspiration-grid .children,
.design-style-tabs .children{
	width:100%;
	max-width:none;
}
.slideshow-wrapper  .flag-new {width:calc(100% - 22px);}

}

@media only screen and (max-width:480px) {
 /* Regular Content overrides for small screens */
 p.alignright,
 p.alignleft,
 img.alignright,
 img.alignleft,
 a img.alignright,
 a img.alignleft {
    float: none;
    margin: 5px 0 20px;
	display:block;
}

/** Resize Plant Grids to 2 columns **/
.list-plant.left {
    display: block;
    min-height: 270px;
    margin:0 20px 20px 0;
    padding-right: 0px;
	width:calc((100% - 20px) / 2);
}

.row .list-plant:nth-of-type(2n) {
    margin-right: 0;
}
.plant_collection .top-content #cycle-1 {
	height:430px;
}
 
 
}

@media only screen and (max-width:380px) {
.plant_collection .top-content #cycle-1 {height:320px;}
.left-side tr td:first-child {
    min-width: 95px !important;
	max-width:100px !important;
}
.left-side tr td:last-child {
    min-width: 115px !important;
	max-width:125px !important;
}
}
@media only screen and (max-width:300px) {
.plant_collection .top-content #cycle-1 {height:300px;}
}

@media only screen and (min-width:767px) and (max-width:979px) { 
	.wrapper {
	  min-width:748px;
  }
	
	.home .wrapper {
	  min-width:775px;
  }
	.home-slider .item .item-wrap .feature{
		left:10px!important;
	}
	
	.promo-inner {
			width: 260px !important;
			padding-left: 15px;
	}

	.home-promo-wrap {
			width: 462.333px!important;
			padding: 20px 10px;
	}

	#homepage {
			width:  310px !important;
		  float: left;
	}	
	.home .cycle-pager, .mini .cycle-pager {
		margin-top: 0;
		text-align: center;
	}
	.featured-plant-home {
		float: left;
		margin-right: 0px;
		width: 208px !important;
		text-align: center;
	}
	.header .inner {
		width: 100%;
		margin: 0px auto;
		padding: 0 10px 0 0;
	}
	.social {
    display: block;
    width: 310px!important;
    height: auto;
    margin: auto;
  }
	.social.widget .right{
		padding-top: 0px;
	}
	#homepage .widget.newsletter img, #homepage .widget.food-alliance img{
		width: 75px;
	}
	.promo .list {
		margin-right: 20px;
	}
	.footer-menu ul {
		width: 100%;
	}
	.navigation-secondary {
		margin: 0 0 5px 0;
		width: 440px;
		text-align: right;
	}
  .home .cold-zone .update {
    width: 100%;
    display: block;
    clear: both;
  }
	#facebook_contest_banner div {
    width: 75%;
  }
	.page.sidebar-right section.main, .single.sidebar-right section.main {
    width: 540px!important;
  } 
	.video-info {
    width: auto;
  }
	.igc-disclaimer{
		width: 430px;
	}
	.map-key {
    right: 30px;
  }
	#map {
    width: 460px;
    margin-top: 50px;
  }
	#map img {
    max-width: 100%;
  }
	.about-us .status-publish iframe{
		width: 530px;
	}
	.select-wrap, .customSelect {
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
		max-width: 145px;
  }
	.page-template-search-results-php .search-results {
    width: 560px;
    padding: 0px;
  }
  .sorter {
    width: 200px;
    margin-left: 10px;
	}	
	.list-plant {
		width: 140px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

.print-this{
	display:none;
}

@media print {
	.print-this{
		display:block;
	}
	
	header nav, footer, #right-sidebar, #facebook_contest_banner, .navigation-secondary, .breadcrumb, .no-print{
	display:none;
}

	/* logo */
.logo {
	margin:35px 0px 25px 0px;
	width:300px;
	
}

body{
	background:none;
}
	a,
	a:visited {
		text-decoration:none;
	}


	a[href]:after {
		content:" ";
	}
	abbr[title]:after {
		content:" ";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
	
	.center{
	text-align:center;
}

.left{
	float:left;
}

.right{
	float:right;
}

.small{
	font-size:11px;
}

.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}

.clearfix{
	clear:both;
}

.border{
	border-color:#e4e4e4;
	border-width:1px 0px;
	border-style:solid;
}

.border.double{
	border-width:2px 0px;
}

.border.bottom{
	border-top-width:0px;
}

.border.top{
	border-bottom:0px;
}

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*** For Plant Favorites **/

.list-plant .print-this{
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:2px solid #000;
	font-size:14px;
}

.list-plant .print-this span{
	width:150px;
	display:inline-block;
}

.list-plant{
	page-break-inside:avoid;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
      font-family: 'Montserrat';
      src: url('fonts/Montserrat-Regular.svg#Montserrat') format('svg');
  }
}
