html {
	
}
.btn-link 
{
    color: #91cd47;
	font-size: 20px;
	    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 2px;

}
.addon .price {
    font-size: 1.5em;
    color: #fff;
}
.show-discount-code-form {
	font-size: 200px;
}

body {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: url(images/default.jpg) #190D0B;
	background-size:cover;
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	font-family: 'Lato', sans-serif;
	color:#FFF;
	
}
p {
	color:#FFF;
}
html .large-featured-product .price {
   
    color: #f00;
	
   
}
#featured-category-scroller {
  border:10px solid #000;
  background:#000;
}
a {
    color: #91cd47;
    text-decoration: none;
}

#product .price, #category .product .price {
	color:#ccc;
   
}
#product .product-name, #product .sku {
  

    color: #fff;
  
}

#product .prices .price {
     color: #ccc; 
}
#product .values .value-name {
   
    color: white;
}
#product .values .unchecked, #product .values .checked {
	color:#FFF;
    
}

a:hover {
    color: #fff;
    text-decoration: underline;
}
h1 {
	font-family: 'Dancing Script', cursive;
	color:#91cd47;
	font-weight:700;
	text-shadow: 0.1em 0.1em 0.05em #000;
}
 #category h1::after {
content: ' Flower Delivery in Madison WI';
color:#fff;
}
tml.dark, html.dark body {
   
	
  
}
#homepage-banner {
	border:10px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);

}
textarea {
	color:#fff;
}
#header{
		border-top:5px solid #91cd47;
		
		}
.serving {

	
	font-size:1em;
	font-style:italic;
	
}

#page {
	max-width: 990px;
	margin: auto;
	background:url(https://www.buffofloral.com/images/body-bg.png);
	padding-bottom:80px;
	/*background: rgba(35, 13, 11, .4);
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);*/
	
}

#tagline {
	margin: 10px 0 0 5em;
	color: #FFF;
	font-size: 1.2em;
	text-shadow: 0.1em 0.1em 0.05em #000;
	font-style:italic;
}

#logo {
	display: table;
	height:113px;
	line-height: 1.2em;
	background:url(https://www.buffofloral.com/images/rose-logo.png);
	background-repeat:no-repeat;
	background-position:left;
}

#logo a {
	display: block;
	
	text-decoration: none;
	text-shadow: 0 3px 10px rgba(0, 0, 0, .7), 0 0 5px #000;
}

#logo a:hover .primary {

	color: #91cd47;
	text-shadow: 0 3px 10px rgba(0, 0, 0, .7), 0 0 5px #000;
}

#logo a .primary {
	position: relative;
	z-index: 10;
	display: block;
	color: #fff;
	font-size: 1.7em;
	font-family: 'Dancing Script', cursive;
	text-shadow: -10px -10px 10px #000, 0 0 5px #000;
	transition: .3s;
		margin-top:15px;
		margin-left:40px;
}

#logo a .secondary {
	display: block;
	margin-left: 2.7em;
	margin-top:10px;
	color: #fff;
	font-size: .5em;
	    font-family: 'Lato', sans-serif;
	text-shadow: 0.1em 0.1em 0.05em #000;
	
}

#address {
	cursor: default;
	margin-top: 30px;
	padding-bottom: 10px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	line-height: 1.2em;
	text-align: center;
	font-size: 1.1em;
	text-shadow: 0.1em 0.1em 0.05em #000;
}

.street,
.town,
.phone {
	display: block;
}

.phone {
	margin-top: .3em;
	font-size: 1.3em;
	/*font-weight: bold;*/
}

#navigation {
	margin-left: -30px;
	background:#91cd47;
	
	
		border-top:1px solid #fff;
	
	
}

#navigation a {
	color: #fff;
}
#navigation ul{
	display: table;
	margin: auto;
	width: auto;
	float: none;
}

#navigation li:hover a {
	color: #000
}

#navigation ul ul {
	border-bottom: 3px solid #91cd47;
}

#navigation li ul a,
#navigation li:hover ul a {
	color: #000;
}

#breadcrumbs {
	color: #fff;
	background: rgba(0, 0, 0, .5);
}

#breadcrumbs a {
	color: #fff;
}


.homepage-callout {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

.homepage-callout:hover,
.homepage-callout:active {
	text-decoration: none;
}

.homepage-callout .category-name {
	font-size: 1.7em;
}

.homepage-callout .btn-custom {
	float: right;
	margin-top: 5px;
}

.btn-primary,
.btn-primary:visited {
	background: #91cd47;
	
	border-color: #292929;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
	background: #161616;
	border-color: #262626;
}
.checkout .heading {
  
    background: #91cd47;
   
}
.btn-custom {
	cursor: pointer;
	display: inline-block;
	padding: .2em 2em;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background: #61ceeb;
	border-radius: 9999px;
}

.btn-custom:hover {
	background: #49b8d5;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

#category .product .button {
	width: 5em;
	margin: auto;
}

#homepage-banner {
	display: table;
	margin: 30px auto 20px;
}

#text_main{
	text-align: center;
	padding: 10px;
	font-size: 1.2em;
}
	

#footer {
	padding: 30px 0;
	color: #fff;
	
	border-top: 15px solid #515254;
}
#footer a{
	color:#FFF;
}

#footer a:hover {
	color: #fff;
	text-decoration:underline;
	
}
#footer .footer-title {
	font-weight:bold;
	color:#d4e837;
	
}

#footer ul {
	position: relative;
	padding: 20px 0;
	list-style-type: none;
}

#footer2 {
	padding: 20px 0;
	color: #fff;
	font-size: .8em;
	
}

.checkout #footer2 {
	background: linear-gradient(to bottom, #CCC 0, #000 4px);
}

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

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

img.alignabove {
	margin: 0 0 10px 0;
}

#footer2 a {
	color: #999;
}

#footer2 a:hover {
	color: #777;
}
/*socials*/
.social.knot {
    background: #a7d2f3;
}
knot-f:before, .fa-knot:before {
    content:  "\f004";
}

.social.ww {
    background: #19b5bc;
}
ww-f:before, .fa-ww:before {
    content:   "\f1e7";
}


 .social.linkedin {
	background:#0077b5;
}
.fa-linkedin-f:before, .fa-linkedin:before {
    content:  "\f0e1";
}	
.social.blog {
background:#ef8731;
}


fa fa-recycle
.fa fa-recycle-f:before, .fa-blog:before {
    content: "\1b8";
}
.social.recycle {
    background:#166a18;
}

.fa fa-recycle-f:before, .fa-recycle:before {
    content: "\f1b8";
	}
	
.social.tumblr-square {
	background:#069;
}
.fa fa-tumblr-square {
	content: "\f174";}
	
	.social.flickr {
	background:#CCC;
	
}
.fa fa-flickr {
	content: "\f16e";}
		
.social.vimeo {
	background:#09F;
}
.fa fa-vimeo-f:before, .fa-vimeo:before {
	content:"\f194";}
	
	.areas-served{
	text-align: center;
	color: #ff0;
}
.footer-text {
	color: #fff;
	
	font-size: .8em;
}

@media screen and (max-width: 990px)
{
	.homepage-callout .category-name {
		font-size: 1.1em;
	}

}

@media screen and (max-width: 683px)
{
	.btn-custom {
	padding: .1em 1em;
	}

}

@media screen and (max-width: 599px)
{
	.homepage-callout .category-name {
		font-size: 1em;
	}

}

@media screen and (max-width: 558px)
{
	.homepage-callout .btn-custom {
	float: none;
}

}

@media screen and (max-width: 587px)
{
	.homepage-callout .category-name {
		font-size: .9em;
	}

}

@media screen and (max-width: 767px)
{
	a[href^=tel]{ color:#Fff; text-decoration:none;}
	#address-mobile{
	
    text-transform: uppercase;
    text-align: center;
	background:#91cd47;
	color:#000;
	margin-top:10px;
	}
	#tagline {
		margin: 0em auto 0;
		text-align: center;
	}

	#logo {
		font-size: 2em;
		margin: 40px auto 0;
	}
	
	#content .container{
	border-top: 30px solid #75272c;
	}
	
	#address {
		
		width: 100%;
		text-align: center;
		line-height: 1em;
	}
	
	.street,
	.town {
		display: inline;
	}

	.phone {
		font-size: 1em;
	}
	
	
	
	#footer2 {
		font-size: .65em;
	}
	
	#footer {
		text-align: center;
	}	
}

@media screen and (min-width: 768px)
{
	#address-mobile{
		display: none;
		    
	}
	#website-controls {
		position: relative;
		z-index: 1;
		margin-top: 50px;
	}

	#navigation li:hover {
		
		
		background: rgba(245, 227, 85, .5);
		
	}

	#search {
		margin-left: -15px;
		margin-right: -15px;
	}

	#header {
		position: relative;
	}

	a[href^=tel]{ color:#Fff; text-decoration:none;}

}

@media (min-width: 767px){
	.email-subscription-form {
		max-width: none;
	}

	.email-subscription-form br {
		display: none;
	}

	.email-subscription-form h4 {
		float: left;
		width: 180px;
		padding-right: 20px;
	}

	.email-subscription-form input[type="email"] {
		float: left;
		height: 44px;
		width: calc(100% - 360px);
		max-width: 300px;
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.email-subscription-form input[type="submit"] {
		height: 44px;
		width: 180px;
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}