/* CSS Document */
/*
 Theme Name:   Natural Child
 Theme URI: https://e404themes.com
 Description: Natural Child Theme
 Author:       Andrea Rosen
 Author URI:   http://fringefashions.com
 Template:     natural
 Version:      10.1.3
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  natural-child
*/


h1, h2, h3 {
  clear:both; 
}
iframe {
  width: 100% !important; 
}
.icon-box h2 {
  font-size: 1.1em; 
}
.icon-box .icon {
  margin-right: 10px; 
}
.tablepress .column-3 {
  font-style: italic;
}  
table {
  border: none; 
}
/*original clearfix*/
/*.clearfix {
   overflow:hidden;
   clear:both;
   float:none;
}*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
} 

.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
td {
  text-align: left; 
  background-color:transparent;
}
.alignright {
  margin:0; 
}
.alignnone {
  margin-top:0; 
}
.col-2 {
	border: 1px solid #000;
	padding: 10px 1%;
}
.plant_societies {
   width: 100%; 
}
.plant_societies tr:nth-child(even), table.alternate_rows  tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.plant_societies th {
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #4CAF50;
    color: white;
    font-size: 20px;
}
.plant_societies td {
    background-color: transparent;
}
.plant_societies .subhead {
    font-size: 16px;
    font-weight: bold;
}
.recent_img { 
  float: left;
  display:block;
  width: 35%;
  font-size: 12px; 
  padding-bottom: 10px;
}
.one_third_child {
   clear:both;
   width: 30%;
   margin: 0 30px 0 0;
   float: left;
   position:relative;
}
.two_third {
  width: 740px; 
}
.two_third_child {
   width: 60%;
   margin: 0 30px 15px 0; 
   float: left;
   position:relative;
}
.one_fourth_child {
   clear:both;
   width: 22%;
   margin: 0 3% 0 0;
   float: left;
   position:relative;
}
.three_fourth_child {
   width: 70%;
   margin: 0 5% 0 0;
   float: left;
   position:relative;
}
.galleria-container {
   max-width: 800px; 
}
p {
   margin-bottom: 20px; 
}
.dropcap7 {
  width: auto;
  margin-top: 20px;
}
#sidebar {
  clear:both;  
}
header:after, #timeline .timeline-item:after, header:before, #timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
/*  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  transition: width 0.4s ease;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #333;
  left: 50%;
  top: 0;
  position: absolute;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#timeline .timeline-item .timeline-icon {
  background: #333;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#timeline .timeline-item .timeline-icon svg {
  position: relative;
  top: 14px;
  left: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#timeline .timeline-item .timeline-content {
  width: 40%;
  background: #ededed;
  padding: 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  background: #333;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #333;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#timeline .timeline-item .timeline-content.right {
  float: right;
}
#timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 100%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #333;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.timeline-content p {
  padding: 15px 0 0 0;
}
.project-name {
  text-align: center;
  padding: 10px 0;
}

header {
  background: #2b2e48;
  padding: 10px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
header .logo {
  color: #ccc;
  float: left;
  font-family: "Dosis", arial, tahoma, verdana;
  font-size: 22px;
  font-weight: 500;
}
header .logo > span {
  color: #f7aaaa;
  font-weight: 300;
}
header .social {
  float: right;
}
.galleria-layer {
  top: 12px !important; 
}
.galleria-image{
}
.galleria-info {
  left: 10px;
  right: 10px;
  top: initial;
  bottom: 60px;
  width: auto;
} 
.galleria-info-text{
  display: block !important;
  background-color: rgba(0, 132, 74, 0.8) !important;
}
.galleria-info-description {
  color: #fff   !important;
  font-size: 32px;
  line-height: 40px;
  
}
.galleria-info-link {
  display: none; 
}
/*.galleria-errors
      {
          visibility:hidden !important;
          display:none !important;
      }*/
#wrapper .lightbox ,#footer .textwidget {
   clear:both;
}
#wrapper .lightbox ul, #footer .textwidget ul {
  display:block;
  clear:both;
  float:none;
  margin-left: -24px;
}
#wrapper .lightbox li, #footer .textwidget li {
  list-style: none;
/*  float:left;*/
  display:inline-block;
  background-image: initial;
}
#footer .textwidget ul li img {
   width: 62px;
   height: 41px;
}
.lightbox img {
  width: 50px; 
  height: 50px;
}
#wrapper .flickr li, #footer .widgets li{
  list-style: none;
}
.post_date {
  font-size: 12px;
  line-height: 22px;
}
.one_half_grey {
  display: table-cell;
  width: 40%;
  border-right: 10px solid #fff;
  float: none;
  background: #f5f5f5;
  vertical-align: top;
}
.one_half_grey p, .one_half_grey_last p {
   padding: 0 20px; 
}
.one_half_grey_last {
  display: table-cell;
  width: 40%;
  float: none;
  background: #f5f5f5;
  vertical-align: top;
}

.info_box {
   height: 100%; 
}

.divider-full{
  margin-top: 10px; 
}

.icon-big .icon {
  height: 100px;  
}
.table-light td, .table-light th {
   vertical-align: middle; 
   text-align: left;
   padding: 10px 5px;
}
.wp-caption {
/*  width: 85% !important;  
  width:auto !important;*/
}
.wp-caption p {
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 16px;
}
.wp-caption-text {
  margin-right: 0 !important; 
}
ul.img-list li, .img-box {
  padding-bottom: 20px; 
}
ol {
  list-style-position: outside;
  padding-left: 15px;
  
}
ol li {
  padding-bottom:20px;
}
div.icon-box {
  min-height: 100px; 
}
/*div.icon-box div {
  min-height: 100px; 
  float:left;
}*/
.sf-menu * {
  z-index: auto !important;
}
.sf-menu li ul, .sf-menu li li, .sf-menu li li a, .sf-menu li li a span.menu-btn {
  z-index: 1100 !important;
}
.sf-menu li {
  font-size: 14px !important; 
  margin-right: 20px;
  font-family: 'PT Sans', arial, serif;
}


#navigation_wrapper, #navigation {
  min-height: 50px;
  height: auto;
}
#navigation_wrapper {
	width: 100%;
/*	position:fixed;
	z-index:999;*/
}
#navigation {
	width: 1170px;
	margin:auto;
}
#header {
	padding: 20px 0 20px !important;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

#header_navigation_wrapper {
	position:absolute;
	z-index:999;
	width: 100%;
}
#navigation select, #navigation option {
	width: 60%;
}
#primary {
	padding-top: 238px;
}
.wpsc_buy_button {
   margin-top: 10px; 
}
.default_product_display .wpsc_buy_button_container,  .wpsc_buy_button_container {
  float: none; 
  clear:both; 
  padding-bottom: 30px;
}
.default_product_display {
  float: left;
  width: 25%;
}
.default_product_display:nth-child(3n+4) {
  clear:both;
}
.wpsc_description, .product_form {
  float: none;
  clear:both;  
}
.textarea-gift-details {
	width: 100%;
}
.wpcf7 span {
	display:inline;
}
.wpcf7 span.checkbox-gift {
	padding-top:0;
	padding-bottom:0;
	margin:0;
}
#wpcf7-f97801-p97802-o1 {
	font-size: 16px;
}
.wpcf7 select {
	width: auto;
}
.one_half input[type="text"],.one_half input[type="email"], .one_half label {
	max-width: 90% !important;
	margin-left: 5px;
	margin-right: 5px;
}

.wpcf7 input[type="text"] {
    width: auto;
    min-width: 50%;
} 
.checkbox-gift{
	padding: 0;
	margin: 0;
}
.default_product_display .wpsc_quantity_update input, #content .default_product_display .wpsc_quantity_update input {
   margin-left: 10px; 
}
.default_product_display .wpsc_quantity_update {
   margin-bottom: 0;
   padding-bottom:0;
}
.default_product_display .productcol {
   margin-left: 0 !important; 
}
.default_product_display form.product_form fieldset legend, #content .default_product_display form.product_form fieldset legend {
  float: left; 
}
.default_product_display form.product_form fieldset legend, #content .default_product_display form.product_form fieldset legend, .default_product_display .wpsc_product_price {
  font-size: 13px; 
  padding-left: 0;
  line-height: 30px;
}
.wpsc_description p {
  margin-bottom: 0; 
}
.default_product_display .wpsc_product_price {
  padding: 0; 
}
.default_product_display div.wpsc_loading_animation {
  margin-top:0; 
}
/*.cart_top_empty {
  display:none;
}
.cart_top {
  display:block;
}*/
#show-cart .return-to-shop { 
	display: none !important; 
}

.Empty-Cart-0209 .Have-Question-Textblock-Cart-0209 {
display:none;
}
.shopping-cart-wrapper .shoppingcart table {
   width: 60%; 
}
.shopping-cart-wrapper .shoppingcart table th, .shopping-cart-wrapper .shoppingcart table td, .shopping-cart-wrapper .shoppingcart table tbody td {
   text-align: left; 
   padding:5px 2%;
   width: 28%;   
}
.shopping-cart-wrapper .shoppingcart table thead, .shopping-cart-wrapper .shoppingcart table tbody, .shopping-cart-wrapper .shoppingcart table tfoot {
   border-bottom: 1px solid #eee; 
}
.shopping-cart-wrapper .shoppingcart {
   padding-left: 0; 
}
.plant_database th {
  background-color: #ccc;
}
.plant_database td, .plant_database th {
    text-align: left;
    padding: 20px 5px;
    vertical-align: middle;
}
.plant_database  tr:nth-child(odd) td{
    background-color:#ededed; 
}
.plant_database .add_to_cart_inline {
    display: inline;
}
.productcol, .imagecol {
  width: 40%;
  float: left;
  position:relative;
}
.post-header {
  border:0; 
  padding-top: 15px;
}
#post-4779 .single_product_display .imagecol {
   display:none; 
}
#post-4779 .wpsc_product_name {
   width: 30%; 
}
#post-3587 .table-border {
  overflow-x: auto;
}
#post-3587 table {
  width:100%;
  max-width: 1170px;
  min-width: 700px;
}
.post_wrapper {
  border-bottom:1px solid #e5e5e5;
  padding-bottom: 15px;
}
.table-border {
  overflow:hidden; 
}
.award_dates tr {
  border-bottom: 1px dotted #333; 
}
.award_dates td {
  padding: 15px 5px;
}
.award_dates tr td:first-child {
   font-size: 16px;
}
.flex-caption {
   padding: 10px 4% 0px 4%;
}
.wc-proceed-to-checkout {
  margin-bottom: 20px;
}
#checkout_page_container table.checkout_cart td.firstcol img.product_image {
   max-width: 31px; 
}
#checkout_page_container .total_price td:first-child {
   padding-left:0; 
}
#checkout_page_container fieldset:nth-of-type(2) {
   display:none; 
}
#checkout_page_container .col2 {
   float:left; 
}
.single_product_display form.product_form .wpsc_buy_button_container {
   text-align: left;
}
#product_93589 fieldset {
  display:none;  
}
#checkout_page_container #single_product_page_container .custom_meta, #checkout_page_container #single_product_page_container fieldset legend{
  display: none;
}
#checkout_page_container .single_product_display {
   padding: 0;
}
.wcppec-checkout-buttons__separator  {
   display: none;	
}
.shopping-cart-wrapper .remove_button {
    background-image: url(images/gradient-btn.png);
    background-color: #00844a;
    background-position: 0 -7px;
    background-repeat: repeat-x;
    font-size: 13px;
    line-height: 14px;
    margin-top: 5px;
    width: 80px;
    text-indent:0;
  }
#post-92202 select {
   width:90%;
}
#post-92202 .one_half input[type="text"] {
   width:70%;
}
.wpsc_make_purchase {
   height: 80px; 
}
#variation_display_93121 {
   display: none; 
}
/*#post-4779 .wpsc_buy_button_container {
   float: left;
   clear:none;
   display: inline-block;
}*/
#post-4779 th {
   text-align: left; 
}
.wpsc_total_quantity {
   background: #e5e5e5; 
   float:left; 
   position: relative;  
   overflow:hidden;
   width: 40%; 
   margin-left:5%;
}
.wpsc_total_quantity > div {
  width: 70%; vertical-align: bottom;float:left;padding: 4px 2%;
}
.wpsc_total_quantity .input_readonly_qty {
   background-color: 
   transparent; 
   border-color: 
   transparent;float:left;
   width: 20%; 
   float:left;
   padding: 4px 2%; 
}
.wpsc_quantity_update {
   float:left; clear:both; position:relative; 
}
.plant_sorts {
  display: block; 
  float: left;
  width:15%;
  margin-right: 1%; 
  margin-bottom: 5px;
}
#Main {
 width: 100%;
 height:20px;
}
#intro {
	padding: 0 0 20px;
}
#intro_wrapper {
    z-index:0;
/*	padding-top: 30px;*/
	padding-top: 228px;
}

form input[type="email"], form input[type="tel"] {
  color: #999 !important;
  background-color: #fff;
  border-color: #e5e5e5;
  padding: 6px 8px; 
  border-width: 1px; 
  border-style: solid; 
}

form.cart button.button.alt {
    color: #fff;
    background-color: #00844a;
/*    border: 1px solid #00844a;*/
    padding: 5px;
    margin: 10px 0;
    cursor: pointer;
}
form.cart input {
    background-color: #ededed;
    padding: 5px;
    width: 90%;
}
form.cart div.quantity, div.quantity {
    display:inline-block !important;
}
.product-name > span {
	display:table;
    width:100%;	
}
.product-name > span span {
	display:table-cell;
	width: 70%;
}
#results .add_to_cart_inline {
  border:0 !important;
}
#results p {
	margin-bottom: 10px;
}
/*cart*/
.payment_method_eh_paypal_express img {
    display: none;
}
#payment .payment_methods > li .payment_box, #payment .place-order {
	width: 96% !important;
}
.wc-backward, .added_to_cart {
	display: none !important;
}

.woocommerce-cart-form button[type=submit] {
  display:none;
}
button[type=submit] {
	cursor:pointer;
}
.woocommerce-cart-form {
    width: 100%;
}
#navigation .cart {
/*    position: absolute;*/
	position:relative;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 5px 0;
}
/*css for cart*/
.cart-contents {
	display:inline-block;
    line-height: 50px;
	margin:0;
	padding:0;
	background-color:#00844a;
}

.cart-contents:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:20px;
    font-style:normal;
    padding: 0 0 0 15px;
	margin:0;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
	color:#fff;

}
.cart-contents:after:hover {
    text-decoration: none;
}
.header-cart-count {
	display:inline-block;
	background-color: #00844a;
/*	width: 180px;*/
	width: auto;
/*	padding: 5px;*/
}

.cart-contents-count {
	color:#fff;
/*    background-color: #2ecc71;*/
    font-weight: bold;
    font-size:14px;
    padding: 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    line-height: 50px;
	display:inline-block;
}

#show-cart {
	position:relative; 
	display:inline-block;
	padding: 0;
	margin: 0;
	color:#fff;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
#show-cart img {
	padding: 5px 0 0 0;
}
/*#show-cart:hover #nanps_cart {
	height: 400px;
	height: fit-content;
	max-height: 800px;
}*/
#show-cart:hover #nanps_cart {
	height: 400px;
/*	height: fit-content;*/
  overflow: auto;
 /* max-height: 100%;*/
}

 
#nanps_cart {
  display: flex;
/*  display:block;*/
  flex-direction: column-reverse;
 
/*#nanps_cart {
  display:block;*/
  height: 0; 
  padding:0;
  border:0;
  margin:0;
  right:0;
  width: 500px;
  position: absolute; /* Stay in place */
  z-index: 99999 !important; /* Stay on top */
  background-color: #111; /* Black*/
  overflow-x:auto;  /* Disable horizontal scroll */
/*  transition:height .5s ease-in 1s;*/
  transition: all 1.5s ease; 

}

#nanps_cart:hover {
  height: 400px;
}
#nanps_cart h2, #nanps_cart th {
	color: #fdfdfd;
	padding:10px 15px;
}


/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus {
color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}



#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  list-style-type:none; 
}
.woocommerce table.shop_table th {
  text-align:left;
  padding: 2px 12px;
}
.woocommerce table.shop_table td {
  padding: 2px 12px;
}

.product-type-simple {
  clear:both;
  overflow: hidden;
  margin: auto;
  width: 1170px;
}
/*
.entry-summary, 
.woocommerce-product-gallery {
  width: 30%;
  padding:10px 2%;
  float:left;
}
.woocommerce-product-gallery {
  clear:both;
}
*/
.product-type-simple {
  clear:both;
  overflow: hidden;
  margin: auto;
  width: 1170px;
  display: flex;
}
.entry-summary {
  width: auto;
  max-width: 85%;
  padding:10px 2%;
  float:left;
	
}

.woocommerce-product-gallery {
  width: 50%;
  padding:10px 2%;
  float:left;
}
.woocommerce-product-gallery {
  clear:both;
}
/*adjust for cart item that is  appointment*/
#post-95894 .entry-summary {
  width: auto;
  max-width: 95%;
  padding:10px 2%;
  float:left;	
}


.simple_add_to_cart_button, .continue-shopping {
    color: #fff;
    background-color: #00844a;
    border: 1px solid #00844a;
    padding: 5px;
    margin: 10px 0;
    cursor: pointer;
	position:relative;
}

.input-text {
    background-color: #d8d8d8;
    padding: 6px;
    width: 24%;
}
.ea-line .quantity {
  margin: 10px;
}
.ea-text .ea-price {
  display:inline !important; 
}
.ea-separator::before {
    content: ""; 
}
.quantity-container { 
  width: 20%;
}
.input-text {
  width: 90%;
}
.ea-text {
  padding: 15px;
}
#pop_button {
   cursor: pointer; 
}
.ajax_add_to_cart {
   background-color: #00844a;
   color: #fff;
   padding: 10px;
   text-decoration: none; 
}
input#quan, input.quan {
    color: #999 !important;
    background-color: #fff;
    border-color: #e5e5e5; 
    padding: 7px 0px;
    border-width: 1px;
    border-style: solid;
	width: auto !important;
    margin: 0;
	text-align:center;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right:0;
}
/*.woocommerce-notices-wrapper, .woocommerce-error {
  display: none;
}*/

#membership_select {
	width: auto;
}
#membership-outer {
	display: none;
	padding: 20px 0;
}
#addMembership {
	display:none;
}
.woocommerce-cart-form__cart-item .product-subtotal, th.product-subtotal {
	display:none;
	height: 100%;
}
/* sticky nav */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}
.entry-summary > p {
  font-size: 22px;
  color: #444;
}
.entry-summary .entry-title {
  color: #444;
  font-style: italic;  	
}
section.related.products {
  display:none;	
}
.product-type-variable {
	zoom:1;
}
.product-type-variable:after, .product-type-variable:after {
	content: "";
    display: table;
	clear:both;
}
.textarea_large {
	width: 500px;
	height: 300px;
}
.wp-pagenavi {
	display: none;
}
#results th {
	width: 20%;
	padding: 5px;
}
.wpcf7 input, .wpcf7 label, .wpcf7 p {
	font-size: 16px;
}
.wpcf7 p  {
	margin-bottom: 40px;
}
.wpcf7 > span {
	display: inline-block;
	margin-left:0;
	padding: 5px 5px 10px 0;
	
}
.wpcf7 > span span {
	padding:0;
	margin:0;
}
.entry-summary > p {
	display: none;
}
.item_total_cart_text {
   clear:both;
   display:inline-block;
   padding-top: 10px;
}
.item_total_cart {
   display:inline-block;
   padding-top: 10px;
	
}
.your-message {
	width: 80%;
}
#fbuilder {
	z-index:0;
}
/*.slotsCalendar {
	width: 60%;
	float:left;
	margin-top: 10px;
}
.fieldCalendar {
	width: 40%;
	float: left;
    clear:both;	
	margin-top: 10px;
}*/
.woocommerce-cart-form__cart-item a {
	color: #00CC99;
}
.woocommerce-Price-amount {
	color: #C0C0C0;
}
#header_bar_inner {
	display: flex;
}

.entry-summary {
    width: auto;
    padding: 10px 2%;
    float: left
}

.ahbfield_service {
    display: block;
    width: 50% !important;
    float: none !important;
    clear: both !important;
}

.greenbtn {
  background-color: #00844a;
  color: white;
  padding: 5px 15px;
  margin:0 5px;
  font-size: 16px;
  border: 3px solid #669966;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.greenbtn:hover {
	color: white;
	text-decoration: none;
}

.grouped_buttons {
  display:inline-block;
	float:right;
	
}
/*dropdown plant sale button*/
.dropbtn {
  background-color: #00844a;
  color: white;
  padding: 5px 12px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #00844a;
  min-width: 160px;
  z-index: 1;
  width: 100%;
  margin-left: 5px;
}

.dropdown-content a {
  color: #fff;
  padding: 5px 12px;
  text-decoration: none !important;
  display: block;
}

.dropdown-content a:hover {background-color: #00844a; color: #ededed;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

/*title for dropdown box appointment calendar*/
#fbuilder label {
	font-size: 20px;
	padding-bottom: 10px;
}
.ahb_m #fbuilder .fieldCalendarService {
	padding-top: 20px;
}
#fbuilder .pbreak.pb0 {
	padding-top: 5px;
	padding-bottom: 5px;
}
#wpcf7-f99917-p99918-o1 .form-whole, .form-whole {
	width: 95%;
	margin: 1%;
}
#wpcf7-f99917-p99918-o1 .form-half, .form-half {
	width: 45%;
	padding: 15px;
	display:table-cell;
	position:relative;
/*	background-color: #ededed;*/
	height: 100%;
}
#wpcf7-f99917-p99918-o1 .form-half:first-child, .form-half:first-child{
	border-right: 5px solid #fff;
}
/*andrea add*/
#membership_form input[type="text"], #membership_form input[type="email"],  #membership_form textarea {
	min-width: 80% !important;
	max-width: 90% !important;
	width: 90% !important;
}
#membership_form select {
	min-width: 80% !important;
	width: 100% !important;
}
#membership_form .wpcf7-list-item.first {
	margin: 5px 5px 5px 0;
}
#membership_form .wpcf7-list-item.last {
	margin: 5px 5px 5px 20px;
}
#membership_form .wpcf7-list-item-label {
	margin-right: 10px;
}
#membership_form .wpcf7-form-control-wrap, #membership_form .wpcf7-not-valid-tip {
    margin: 10px 0 0 0;	
	display: inline-block;
}
#membership_form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}

/*andrea end add*/
#wpcf7-f99917-p99918-o1 input[type="text"], #wpcf7-f99917-p99918-o1 input[type="email"],  #wpcf7-f99917-p99918-o1 textarea {
	min-width: 80% !important;
	max-width: 90% !important;
	width: 90% !important;
}
#wpcf7-f99917-p99918-o1 select {
	min-width: 80% !important;
	width: 100% !important;
}
#wpcf7-f99917-p99918-o1 .wpcf7-list-item.first {
	margin: 5px 5px 5px 0;
}
#wpcf7-f99917-p99918-o1 .wpcf7-list-item.last {
	margin: 5px 5px 5px 20px;
}
#wpcf7-f99917-p99918-o1 .wpcf7-list-item-label {
	margin-right: 10px;
}
#wpcf7-f99917-p99918-o1 .wpcf7-form-control-wrap, #wpcf7-f99917-p99918-o1 .wpcf7-not-valid-tip {
    margin: 10px 0 0 0;	
	display: inline-block;
}
#wpcf7-f99917-p99918-o1 input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}
.wpcf7-spinner::before {
   background-color: black;
}
.additional_information {
	padding: 15px;
} 
.additional_information span {
	width: calc(100% - 10%);
}
.formError {
	color: red;
}
#post-100175 .info_box .title_box,	#post-4444 .info_box .title_box {
	font-size: 24px;
}
/*pdf viewer*/
ul.navigation-pdf {
	list-style-type: none;
	margin: 0px;
}
li.navigation__item {
	display: inline-block;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 10px;
	width: 30%;
	background: none;
    text-align: center; 
    vertical-align: middle;
	list-style-type: none;
}
.zoom, .print-button, .download-button {
	display: inline-block;
	background: none;
	padding-right: 5px;
}
.zoom:hover, .print-button:hover, .download-button:hover {
	background: none;
}
.fas, .fa-print, .fa-download {
	cursor:pointer;
	padding-right: 10px;
}
.canvas-wrapper-wrapper {
/*	overflow: hidden; */
	overflow: auto; 
	display: block;
	margin: 10px auto; 
	padding: 0; 
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	width: 99%;
	background-color: transparent;
	overflow: auto;
}
.canvas-wrapper {
	display: block;
	margin: 10px auto; 
	padding: 0; 
	width: 100%;
	background-color: transparent;
/*	overflow: auto;*/
	overflow: visible;
}
canvas {
	clear:both;
	float: none;
	display: block;
    direction: ltr;
	background-color: #ededed;
	padding: 0 0 5px 0;
	width: 100%;	
}
#zoom_percent {
	margin-right: 15px; 
	width: 40px;
}
header.header-pdf {
	background-color: #ededed !important;
	float: none;
	clear:both;
	display: block;
	padding: 5px 0;
	width: 100%;
}
.pdf-open {
	display: block;
	background-color: #fff; 
	padding: 0 0 5px 25px;
}
#current_page {
   width: 40px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 1246px) and (min-width: 1024px) {
  #intro {
		padding: 80px 0 30px;
  }
  .icon-big .icon {
    height: 70px; 
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	#intro {
		padding: 140px 0 30px;
	}

  #footer {
    width: 780px !important; 
  }
  #footer .widgets li {
    padding-left: 10px 
  }
  #footer .widgets ul {
    margin-left: -10px; 
  }
  #header_bar_inner {
    width: 100%;
    background-color: #ffffff !important;
  } 
  #header_tools {
    float:right;
  }
  .alignleft {
    margin-right: 10px; 
  }
  .wpsc_total_quantity {
    width: 65%; 
    margin: 10px 0;
  }

}
@media (min-width: 768px) and (max-width: 1023px) and (orientation:landscape) { 
  #header {
	padding: 35px 0 5px !important;
  }
  #intro {
	padding: 10px 0 30px;	
  }
  #intro_wrapper {
	  padding-top: 200px !important;
  }
  .sf-menu li {
	line-height: 35px;	
  }
  #logo img {
		max-width: 60%;
  }
  .column-1, .column-2 {
	 width: 90% !important;
	 float: none !important;;
	 display: block !important;
	 clear:both !important;
  }
  .pickup-holder {
	display: none !important;  
  }
}

@media screen and (max-width: 767px) {
   body, html {
        height: 100%;
  }
  #header_bar {
	width: 100% !important;
	float: left;
	padding-left: 20px
  }
  .form-half {
	width: 90%;
	padding: 15px;
	display:block;
	float: none;
    clear:both;
	position:relative;
	background-color: #ededed;
	border: 5px solid #fff;
	height: 100%;
  }
  iframe {
    width: 90% !important;
    max-width: 100%;
  }
  #header_bar_wrapper {
    display: block !important;
    margin:auto;
	position:relative !important;
  }
  #header_bar_wrapper .rightside {
	float: left;
  }
  #logo img, #header {
    max-width: 90% !important; 
    width: 90% !important; 
  }
  .header-cart-count {
    width: 20%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: .5em;
  }
  .one_fourth, .one_third, .two_third, .textLayer, .three_fourth_child, .one_fourth_child, .flexslider {
    width: 90% !important;
    clear:both; 
    float:none;
  }
  .one_half {
     width: 90% !important; 
  }
  img.alignleft.size-full.wp-image-93550 {
    max-width:100% !important; 
  }
  /*.sizer {
    width: 100% !important; 
  }*/
  .recent_img { 
    width: 20%;
  }
  #intro_wrapper {
    z-index:0;
  }
  #navigation {
    width: 79% !important; 
    margin-left: 4%;
    margin-right: 15%;      
    padding: 40px 10px 0; 
  }
  #wrapper, #intro_wrapper #intro {
    width: 92% !important; 
    margin-left: 4%;
    margin-right: 2%;      
    padding: 40px 10px 0; 
  }
  .page-layout {
    width: 100%; 
  }
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 80%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 0%;
    margin-left: 0px;
    border-left: 0;
    border-right: 7px solid #333;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
  #timeline .timeline-item .timeline-content.right h2 {
    text-align: left;
  }
  #post-3587 .table-border {
    overflow: auto;
    height: 700px;
  }
  .icon-big .icon {
    height: auto !important; 
  }
  #navigation_wrapper, #navigation {
    height: 50px; 
  }
  #post-92202 select {
   width:100%;
  }
  #wrapper .wpsc_quantity_update input[type="text"], #wrapper .wpsc_quantity_update input[type="password"] {
    width:15% !important;
  }
  .wpsc_product_price, .wpsc_quantity_update, .wpsc_total_quantity {
     float:none;
  }
  .wpsc_quantity_update {
     width: 55%; 
  }
  #wrapper input[type="text"].input_readonly_qty  {
    width: 20% !important;
  }
  .wpsc_total_quantity {
    margin:10px 0 0 0;
    width: 100%;
    max-width: 103px;
  }
  #results {
		height: 100%;
  }
  #results table td p {
     padding-top: 10px !important;
     margin:5px !important;
  }
  #results .add_to_cart_inline {
    border:0 !important;
  }
  #results th {
	display: none;
  }
/*  #results td:nth-child(4) br {
		display: none;
  }*/
  #results tr:nth-child(odd) {
		background-color: #ededed;
  }
  #results td:nth-child(1), #results td:nth-child(3){
	display: inline-block;	
	width: 36%;
	vertical-align:top;
  }
  #results td:nth-child(2), #results td:nth-child(4){
	display: inline-block;	
	width: 56%;
	vertical-align:top;
	height: 100%;
  }
  #results td:nth-child(3):before {
      content: '\A';
      white-space: pre;	
  }
  #results td:nth-child(4) > br {
		display:none;
  }
  #results  form.cart {
   display: inline;
  }
  #results  .add_to_cart_inline {
   display: inline;
  }
  form.cart input[type=number] {
    width: 10%;
    border: 1px solid #ccc;
    background: #ddd;
  }
  #results table td:last-child > strong {
	width: 70%;
  }
  .product-type-simple {
		width: 100%;
	  background-color:#fff;
  }
  .woocommerce-product-gallery {
	  width: 100%;	
  }
  .woocommerce-product-gallery__wrapper img {
	width: 90%;
	margin: 0;
	padding:0;
  }
  .woocommerce-product-gallery__wrapper{
	width: 90%;
	margin-left:5%;
  }

  .summary {
	width: 90%;	
	margin-left:5%;
  }
  .plant_sorts {
    display: block; 
    float: none;
    clear:both;
    width:80%;
    margin-right: 1%; 
  }
  #Main {
   height:auto; 
  }
  .cart-contents-count {
		display: none;
  }
  #wrapper td input#quan, #wrapper td input.quan {
		width: auto !important;
  }

/*new styles*/
  #navigation select, #navigation option {
    background: #fff;
    border-color: #fff;
    color: #222 !important;
  }
  #navigation select {
    display: block;
    margin: 10px 0 0;
    position: absolute;
    top: 0;
  }
  #navigation select, #navigation option {
   width: 60%;
  }
  .column-1, .column-2 {
	 width: 90% !important;
	 float: none !important;;
	 display: block !important;
	 clear:both !important;
  }
  .grouped_buttons {
		clear:both; 
		float: none;	
	   margin-top: 10px;
	   margin-bottom: 20px;
  }
  #logo {
	   margin-top: 20px;
  }
  #nanps_cart {
	  width: 350px;
	  right: -30px;
  }
  /*blazing star */
  .header-pdf {
      display: flex;
  }
  li.navigation__item {
		width: unset;
   }
   .pdf-open {
		display: flex;
   }
   #canvas {
	   display: flex;
    }
	#header_bar {
	   width: 100% !important;
	   float: left;
	   padding-left: 20px
  }  	
}
