/*
Theme Name: Flowers
Author: Monster Graphics :: PBS
Version: 1.0
*/

* {
	margin:0;
	padding:0;
}   
    
    
body {
	background:#EBEFEF url(images/page_bg.jpg) no-repeat fixed center top / cover;
	font-family: 'Raleway', sans-serif;
	color:#525252;
	font-size: 16px;
    line-height: 1.6;
	overflow-x:hidden;
}
	
a {
		
}

	
h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	color:#000;
	font-family: 'Niconne', cursive;
}

.alignright {
	text-align:right;
}

.centered {
	text-align:center;
}

h1 {
  font-size: 49px;
  margin-top: 0;
}

h2 {
	font-size:36px;
}
	

img {
	max-width:100%;
	height:auto;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.alignleft  {
  float: left;
  margin: 0 15px 15px 0;
}

ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 2em;
    list-style: none;
}

li {
	position: relative;
	line-height:24px;
}

.wrap {
	width:1200px;
	margin:0 auto;
	position:relative;
}

.wrap.headpad {
	padding:46px 0 0px 0;
}

header.topheader {
	position:relative;
	background:url(images/header-bg.jpg) no-repeat center bottom #000;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.6);
}

.auxheader {
	position:relative;
	background:url(images/rounded-border.png) repeat-x bottom left #ed1556;
}

.auxheader p {
	line-height:53px;
	float:left;
	display:block;
	font-size:13px;
	font-weight:700;
	color:#fff;
}

.auxheader p a {
	text-decoration:none;
	color:#fff;
}

.auxheader p a:hover {
	color:#ffc6d7;
}

.auxheader p.telphone {
	background:url(images/phone-icon.png) no-repeat left center transparent;
	padding-left:35px;
	margin-right:25px;
}
.auxheader p.email {
	background:url(images/email-icon.png) no-repeat left center transparent;
	padding-left:35px;
}

.auxheader .amount {
	color:#fff;
}

.carttop {
	float:right;
}

.auxheader p.carticon {
	background:url(images/cart-icon.png) no-repeat right center transparent;
	padding-right:35px;
	margin-right:15px;
}

p.carticon .amount {
	font-size: 13px;
}

.auxheader p.login {
	background:url(images/login-icon.png) no-repeat right center transparent;
	padding-right:35px;
}


.auxheader p.logout {
	background:url(images/logout-icon.png) no-repeat right center transparent;
	padding-right:35px;
}


header.topheader h1{
	background:url(images/flowers-logo-t-a.png) no-repeat 0 0 transparent;
	width:271px;
	height:104px;
	text-indent:-9999px;
	margin:0 0 29px;
	padding:0;
}

header.topheader h1 a{
	width:271px;
	height:104px;
	display:block;
}

.searcharea {
  bottom: 25px;
  position: absolute;
  right: 0;
}

#searchform #s {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: transparent;
    border-style: solid none solid solid;
    border-width: 0px medium;
    color: #333333;
    float: left;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 12px;
    width: 230px;
    background: #fff;
}

#searchsubmit {
  background: transparent url(images/search_go.png) no-repeat scroll 0 0;
  border: medium none;
  cursor: pointer;
  float: left;
  height: 16px;
  margin: 11px 0 0 -28px;
  width: 16px;
}

.wooden {
  background: url(images/wooden_bg.jpg) repeat-x scroll 0 -92px, rgba(0, 0, 0, 0);
  padding: 0 0 82px;
}

.wooden.tulips {
  background: url(images/wooden_bg.jpg) repeat-x scroll 0 -92px, rgba(0, 0, 0, 0) url(images/tulips-grey-bg1.jpg) no-repeat scroll center bottom;
  padding: 0 0 82px;
}

/* ---- grid ---- */


.maingrid {
  margin:70px auto 0;
}

/* clearfix */
.maingrid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-item {
	width: 294px;
	height: 294px;
	float: left;
	background: #000;
	border-color: none;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:8px;
}

.grid-item--width2 { 
width: 597px; 
}

.grid-item--width3 { 
width: 294px; 
}


.grid-item--height2 { 
height: 294px; 
}

.grid-item--height3 { 
height: 596px; 
}

.grid-item.welcome { 
	text-align:center;
	padding:14px;
	color:#fff;
}

.grid-item.welcome h1 { 
	color:#A5CE00;
	margin:0 0 20px;
	background: url(images/rule_grey.gif) no-repeat scroll center bottom transparent;
}

.grid-item h2 { 
	color:#fff;
	font-family: "Raleway",sans-serif;
    font-size: 22px;
    font-weight: 400;
	line-height:60px;
	padding:0 26px;
	background:#8546B6;
	letter-spacing: -0.8px;
}

.grid-item h2.bottomz {
  bottom: 0;
  position: absolute;
  width: calc(100% - 52px);
}

.grid-item h2.green {
	background:#A5CF00;
}

.grid-item h2.orange {
	background:#FF8400;
}

.grid-item h2.christmas,
.christmas .grid-item h2 {
	background:#C60309;
	margin-bottom: 19px;
}

.grid-item p.button2 a { 
	border:2px solid #fff ;
	color:#fff;
	text-transform:uppercase;
	padding:8px 19px;
	font-weight:600;
	font-size:14px;
	text-decoration:none;
	background:transparent;
}

.grid-item.bestvalue h2 { 
	background: #FF8300;
}

.grid-item h2 a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}

.grid-item.bouquets h2{
  background: #00caff;
  margin-bottom: 19px;
}

.grid-item.valentinez h2 {
  margin-bottom: 19px;
  background:#ED1556;
}

.grid-item ul {
  display: block;
  list-style: inside none disc;
  margin: 0 0 30px;
  padding: 0 0 0 26px;
}

.grid-item ul li {
	font-size:14px;
	color:#fff;
}


.grid-item p {
	font-size:14px;
	padding:0 26px;
}

.grid-item.welcome  p.button2 a
 { 
	border:2px solid #A5CE00 ;
	color:#A5CE00;
}


p.button2 a
 { 
	border:2px solid #A5CE00 ;
	color:#A5CE00;
	text-transform:uppercase;
	padding:8px 19px;
	font-weight:600;
	font-size:14px;
	text-decoration:none;
	background:transparent;
}

.grid-item.formum { 
	background: url(images/formum-main.jpg) no-repeat scroll center right transparent!important;
}
.grid-item.valentinez { 
	background: url(images/valentines-main.jpg) no-repeat scroll center right transparent;
}
.grid-item.bestvalue { 
	background: url(images/purple-rose.jpg) no-repeat scroll center right transparent;
}

.grid-item.bouquets { 
	background: url(images/bouquets.jpg) no-repeat scroll center right #00CAFF;
}

.grid-item.giftbaskets { 
	background: url(images/giftbaskets.jpg) no-repeat scroll left  center transparent;
}

.grid-item.sendflowers { 
	background: url(images/white-tulips.jpg) no-repeat scroll center left transparent;
}

.grid-item.kiwiana { 
	background: url(images/kiwiana.jpg) no-repeat scroll right bottom #000;
}

.grid-item.under50 { 
	background: url(images/pink-flower.jpg) no-repeat scroll top right transparent;
}

.grid-item.different { 
	background: url(images/yellow-flower.jpg) no-repeat scroll center bottom #000;
}

.grid-item.indulge { 
	background: url(images/faux-flowers.jpg) no-repeat scroll center right transparent;
}

.grid-item.christmas { 
	background: url(images/presents.jpg) no-repeat scroll center left transparent;
}

.grid-item:hover > .rollover-text{
	opacity:1;
}

.padded1 {
	padding:112px 0 0 0px;
}

.padded1 p {
  padding-left: 40px;
}

.rollover-text {
	background:#00CAFF;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	opacity:0;
	width:100%;
	height:100%;
	transition:all 0.3s ease-in-out 0s;
}

.grid-item p {
	color:#fff;
}

/* ---- Purple rollover ---- */
.giftbaskets .rollover-text,
.valentinez .rollover-text,
.indulge .rollover-text {
	background:#8546b6 ;
}

.valentinez .rollover-text {
	background:#ED1556 ;
}

/* ---- Orange rollover ---- */
.bestvalue .rollover-text,
.different .rollover-text
 {
	background:#ff8300  ;
}


.christmas .rollover-text
 {
	background:#C60309 url(images/christmasbg.jpg) no-repeat center top / cover ;
}

.christmas .rollover-text p {
    margin-top: 40px;
}


/* ---- Green rollover ---- */
.sendflowers .rollover-text,
.under50 .rollover-text,
.special .rollover-text,
.kiwiana .rollover-text
{
	background:#a5cf00   ;
}

/* ---- END grid ---- */


h1.ruled { 
	background: url(images/rule_grey2.gif) no-repeat scroll center bottom transparent;
}

.topsocial {
	width:90px;
	position:absolute;
	top:31px;
	right:0px;
}

.topsocial li {
	width:37px;
	height:37px;
	background: url(images/social-icons.png) no-repeat scroll 0 0 transparent;
	float:left;
	list-style:none;
	text-indent:-9999px;
	margin-left:8px;
}

.topsocial li.pint {
	background: url(images/social-icons.png) no-repeat scroll -47px 0 transparent;
}

.topsocial li a {
	display:block;
	width:37px;
	height:37px;
}

nav.topnav {

}

nav.topnav ul {
  color: #ffffff;
  text-decoration: none;
  padding:0px;
  margin:0 0 0 0px;
}

nav.topnav ul li {
	float:left;
	position:relative;
	line-height: 70px;
}

nav.topnav ul li  a{
	color:#B9B9C8;
	text-decoration:none;
	margin:0 28px 0 0;
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	display: block;
}

nav.topnav ul li  a:hover,
nav.topnav ul li.current-page-ancestor a,
nav.topnav ul li.current_page_item a,
nav.topnav ul li.current-menu-item a,
nav.topnav ul li.current-menu-parent a {
	color:#fff;
	transition: all 0.5s ease 0s;
}

nav.topnav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 70px; /* this should be the same height as the top level menu -- height + padding + borders */
	left:0px;
	z-index:1000;
	background: #fff;
	height:auto;
	width:240px;
	overflow:hidden;
	-webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
	background: #fff;
}

nav.topnav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	line-height:3em;
	margin:0;
	background:#fff;
	border-bottom:1px solid #D4D5D7;
	text-align:center;
}

nav.topnav ul li ul li a {
	color:#666;
}

nav.topnav ul ul li:last-child { 
	border-bottom:0 none;
}

nav.topnav ul ul li a { /* target all sub menu item links */ 
	display:block; 
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	font-size:16px;
	margin:0;
	padding:0;
}

nav.topnav  ul.sub-menu li a {
	color:#000;
	border:0 none;
}
  
  
nav.topnav ul ul li.current-menu-item a,
nav.topnav ul ul li a:hover {
	color:#eb2414;
	border:0 none;
}

nav ul li:hover > ul {
	display: inline; /* show sub menus when hovering over a parent */
}

nav.topnav ul li ul li {
  text-align: left;
  float:none;
  padding: 0 0 0 20px;
}

nav.topnav ul li ul li a{
	font-size:14px;
}

.wrap.main{
	padding:29px 40px 40px 40px;
	background:rgba(255,255,255,0.9);
}

main p a,
.woocommerce a {
	color:#92b947;
	text-decoration:underline;
}

main ul {
  list-style: outside disc;
}

main li {
  margin-bottom: 10px;
}

.content{
    float: left;
    margin-right: 3%;
    max-width: 68%;
    width: 100%;
}

.content h1{
	margin-top:0;
	text-transform:uppercase;
	font-weight:400;
	line-height: 1.2;
}

.content p,
.content ul,
.content ol{
    margin:0 0 15px 0;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_9_of_12.maincol {
  padding-right: 3%;
  width: 71.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
	position: relative;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

.col p,
.col h3 {
	margin-bottom: 24px;
}

.col.contactinfo p,
.col.contactinfo h3 {
	margin-left:42px;
}

.col.span_4_of_12 > a {
  position: relative;
  z-index: 9999;
}


.staffs .col.span_6_of_12 {
	text-align:center;
}

.col.span_6_of_12 > p {
  padding: 0 20px;
}


aside.sidebar {
  float: left;
  max-width: 29%;
  min-width: 270px;
  width: 100%;
}


.sidewrap {
padding:0 15px 15px 15px;
}


footer#mainfooter {
	background:#000;
}

footer#mainfooter .wrap {
	padding-top:34px;
}

footer nav ul {
	margin:0;
	padding:0px;
}

footer nav li{
	float:left;
	position:relative;
}

.woocommerce footer nav a,
footer nav a {
	color:#AAAAAA;
	text-decoration:none;
	padding:0px;
	margin:0 18px 0 0;
	font-weight:600;
	font-size:14px; 
	font-size:14px;
	text-transform:uppercase;
	display: block;
}

.woocommerce footer nav li ul li,
footer nav li ul li{
	float:none;
	font-size:12px;
	text-transform:capitalize;
	display: block;
}

.woocommerce footer nav li ul li a,
footer nav li ul li a{
	float:none;
	font-size:12px;
	text-transform:capitalize;
}

footer nav ul li  a:hover,
footer nav li.current-page-ancestor a,
footer nav li.current_page_item a {
	color:#fff;
	text-decoration:none;
	transition: all 0.5s ease 0s;
	background:none;
}

.footercopy p {
	font-size:12px;
	margin-top:12px;
}

.footercopy p a{
	color:inherit;
}


#mainfooter .searcharea {
	bottom: inherit;
	float: right;
	position: relative;
}

.topsocial.bottom {
  right: 0;
  top: 65px;
}

.topsocial.bottom li {
	text-indent: 9999px;
}

.col.vanity {
  background: rgba(0, 0, 0, 0) url(images/rule_grey.gif) no-repeat scroll center top;
  color: #999999;
  font-size: 12px;
  margin: 50px 0 100px;
  padding: 20px 0 0;
}

.col.vanity p:first-child {
	margin-bottom:5px;
}

.mglogo img {
  height: auto;
  max-width: 180px;
}

h1.widget-title {
  font-size: 23px;
  margin: 0 0 15px;
}


.ninja-forms-field.ninja-forms-req {
  padding: 5px;
}

.sendbut {
	padding:6px 14px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.breadcrumbz {
	background:#333;
	border-radius:5px;
	line-height:50px;
	padding:0px;
	margin-top: 37px;
	font-weight:500;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a  {
	line-height:50px;
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
}


.breadcrumbz a {
	color:#fff;
	text-decoration:none;
}

a.homecrumb {
  background: transparent url(images/home-icon.png) no-repeat scroll center center;
  text-indent: -999px;
  width: 23px;
  margin-left:17px;
}

.woocommerce-breadcrumb a:first-child {
  background: rgba(0, 0, 0, 0) url("images/home-icon.png") no-repeat scroll center center;
  display: block;
  float: left;
  margin-left: 17px;
  margin-right: 7px;
  text-indent: -999px;
  width: 23px;
}

.site-description {
  display: none;
}

.listed1 ul {
	background:url(images/listed1-bottom.png) repeat-y center center transparent;
	padding:0;
}

.listed1 h1 {
  background: transparent url(images/listed1-top.png) no-repeat scroll center bottom;
  font-family: "Raleway",sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 53px;
}

.listed1  li{
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
}

.listed1  li a{
	background:url(images/listed-bg.jpg) 0 0 #8345B4;
	display:block;
	margin-bottom:12px;
	line-height:66px;
	text-align:center;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	text-decoration:none;
	font-size:20px;
	font-weight:700;
}

.listed1 #menu-green   li a{
	background:url(images/listed-bg-green.jpg) 0 0 #8345B4;
}

.menu-green-container  {
  background: transparent url(images/listed1-top.png) no-repeat scroll center top;
  padding: 37px 0 0 0;
  margin:0 0 33px 0;
}

.newsarticle {
  border-bottom: 1px solid #dedede;
  clear: left;
  margin: 0 0 20px;
  overflow: auto;
  padding: 0 0 5px;
}

.newsarticle img {
	width:80px;
}

.newsarticle h2 a {
	font-size:18px;
	 font-family: "Raleway",sans-serif;
	 color:#000;
	 text-decoration:none;
}


/*********************** START woocpmmerce *****************/
.amount {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.related.products .amount {
  font-size: 15px;
}

.product_meta {
  display: none;
}

.reset_variations {
  color: #666666;
  font-size: 13px;
}

.woocommerce .quantity .qty {
  padding: 8px;
}

.woocommerce div.product form.cart .button,
.button.add_to_cart_button.product_type_simple {
	color:#fff;
  background: #a4d200;
  border-radius: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
}

.woocommerce div.product form.cart .button:hover,
.button.add_to_cart_button.product_type_simple:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.checkout-button.button.alt.wc-forward:hover,
#place_order:hover {
	color:#fff;
	background: #8144B1;
}

.woocommerce div.product form.cart .button,
.button.add_to_cart_button.product_type_simple,
.woocommerce ul.products li.product .button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.checkout-button.button.alt.wc-forward,
#place_order,
.login .button {
	color:#fff!important;
	background: #a4d200!important;
	border-radius: 0!important;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4)!important;
}


.woocommerce div.product form.cart .variations select {
  padding: 5px;
}

.term-description {
  border-bottom: 1px solid #b8b9c8;
  margin-bottom: 16px;
}

.woocommerce .products ul,
.woocommerce ul.products {
  padding: 20px 0 0;
}

select,
.input-text {
  background: rgba(255,255,255,0.7) none repeat scroll 0 0;
  border: 1px solid #b8b9c8;
  padding: 5px;
}

.woocommerce .products ul, .woocommerce ul.products {
  border-top: 1px solid #b8b9c8;
  padding: 20px 0 0;
}

.home .woocommerce ul.products {
  border-top: 0 none;
  padding: 20px 0 0;
}

.woocommerce ul.products li.product h3 {
font-family: "Raleway",sans-serif;
}

.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5 {
	font-family: "Raleway",sans-serif;
}

.woocommerce div.product .product_title {
  font-family: "Niconne",cursive;
  background:rgba(0, 0, 0, 0) url("images/rule_grey2.gif") no-repeat scroll left bottom;
}

.woocommerce h1.page-title {
  font-family: "Niconne",cursive;
}

.related.products {
  clear: left;
}

.woocommerce .price del {
  color: #ff0000;
  float: left;
  margin-right: 20px;
}

.woocommerce  .price ins {
  text-decoration: none;
}

.woocommerce span.onsale {
  background-color: #8144b1;
}

.woocommerce-checkout h3 {
font-family: "Raleway",sans-serif;
font-weight:bold;
}

#coupon_code {
  padding: 8px;
  width: auto;
}

.disclaimer {
  border-top: 1px solid #b8b9c8;
  margin-top: 30px;
  padding: 30px 0 0;
  clear: left;
}

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

.variations .value input {
  margin: 0 7px 0 0;
}

.woocommerce-tabs.wc-tabs-wrapper {
	display:none;
}

.add_info_wccs {
  display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  line-height: 1.3;
}


.cart_totals {
  width: 52% !important;
}

.cart_totals .amount {
  font-size: 16px;

}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: auto !important;
}

/*********************** END woocpmmerce *****************/


.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */



/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/

/* for 1200px or less */
@media screen and (max-width: 1200px) {


	nav.topnav {
		display:none;
	}
	
	.carttop {
    margin-right: 39px;
    }
	
	.wrap.headpad {
	padding-bottom: 15px;
	}
	
	.searcharea {
	display:none;
	}
	
	.topsocial {
	top:80px;
	}

	.wrap {
	max-width: 94%;
	}
	
	.wrap.main {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	padding: 20px;
	}

	
	section.content {
	  float: none;
	  margin-right: 0%;
	  max-width:100%;
	}
	
	aside.sidebar {
	clear: left;
	margin: 30px 0 0;
	float: none;
	max-width: 100%;
	}

}

/* for 1040px or less */
@media screen and (max-width: 1040px) {
	
	
	footer#mainfooter nav,
	.footercopy  img,
	#mainfooter  .searcharea,
	.topsocial.bottom{
	display:none;
	}

	footer#mainfooter .col.span_9_of_12,
	footer#mainfooter .span_3_of_12	{
	width: 49%;
	}
	
	.col.vanity {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 0;
	padding: 0;
	}
	
		
	.col.span_6_of_12 > p {
  padding: 0;
	}	
		
}


/* for 880px or less */
@media screen and (max-width: 880px) {
	
	.padded1 {
	padding:0px 0 0 0px;
	}

	.padded1 p {
	padding-left: 0px;
	}
	
	
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12, .span_9_of_12.maincol {
	width: 100%;
	padding-right:0;
	}
}


/* for 780px or less */
@media screen and (max-width: 780px) {

	
	.col .maingrid {
	  margin: 20px auto 0;
	  width: 100% !important;
	}
	
	.grid-item.welcome h1 {
	font-size:30px;
	}
	
	.grid-item {
	width:100%;
	background-size: cover !important;
	}
	
	.grid-item--width2 {
	width: 100% !important;
	height: 294px;
	}

	
	.grid-item.sendflowers,
	.grid-item.kiwiana{
	height: 294px;
	}
	
	.wooden.tulips {
	padding: 0;
	}
	
	.wooden.tulips,
	.wooden	{
	background:#fff;
	}
	
	.grid-item ul  {
	overflow:auto;
	}	
	
	.grid-item ul li {
	  float: left;
	  margin: 0 7px;
	}


	.topsocial,
	.auxheader p.telphone,
	.auxheader p.email		{
	display:none;
	}
	
	header.topheader h1 {
	margin: 0px auto 10px;
	}
	
	.searcharea {
	  bottom: 0;
	  margin: 20px auto;
	  position: relative;
	  width: 246px;
	}
	
	.carttop {
	float: none;
	margin: 0 auto;
	width: 340px;
	}
	
}


/* for 580px or less */
@media screen and (max-width: 580px) {
.amount {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
}

	footer#mainfooter .col.span_9_of_12,
	footer#mainfooter .span_3_of_12	{
	width: 100%;
	float:none;
	}
	
	.alignright {
	text-align: center;
	}

	
	body {
	background:#fff;
	}
	
	.col.contactinfo p, .col.contactinfo h3 {
	margin-left: 0;
	}
	

	
	header.topheader {
		height:auto;
	}


	.topsocial {
    display:none;
	}
	
	.breadcrumbz {
	display:none;
	}
	

}
