html, body {
	overflow-x: hidden;
}
body {
	margin: 0;
	padding-top: 125px;
}

h2 {
	font-size: 22px !important;
}

.navbar-brand img {
    width: 150px !important;
    height: 105px !important;
}


@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0;
	}
}

/* CAROUSEL */

div#myCarousel a {
    color: #fff !important;
}
/* CAROUSEL */

/* Daily Deals */
.daily-deals {
	padding: 25px;
}
/* END Daily Deals */

/* BEGIN TESTIMONIALS */
#testimonials {
	text-align: center;
}

.weedmaps-branding {
	color: #00cdbe; 
}

#testimonials blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 0px solid #eee;
}

#testimonials footer {
	background: #fff;
}

	
/* END TESTIMONIALS */


/*
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}

*/


.logo-image {
	text-align: center;
}


.menu_item div.item_details {
  	overflow: auto !important;
}

.navbar-brand img {
	width: 50px;
	height: 50px;
}

footer {
	text-align: center;
	padding: 0px;
	background: #000;
}

#footer {
	padding: 100px 0px 100px 0px;
	color: #333;
}

.footer-weedmaps a, a:link, a:visited, a:hover {
	color: #00cdbe;
}

ul#social-media-icons {
	padding-left: 0px;
}

ul#social-media-icons li img {
	list-style: none;
	padding-left: 0px;
    height: 50px;
}

ul#social-media-icons li {
	display: inline;
}

.weedmaps-color {
	color: #00cdbe
}

ul.address {
	list-style: none;
	padding-left: 0;	
}

/* Store Hours */

div#store-hours {
	padding-bottom: 25px;
}

ul.weekday li{
	padding-right: 25px;
	width: 300px;
}

.daily-hours {
	float: right;
}

ul.store-hours {
	list-style: none;
	padding-left: 0;
	width: 220px;	
}

ul.store-hours li {
	padding-bottom: 5px;
}
/* End Store Hours */

/* Daily Deals */

.daily-deals.col-md-6 {
    padding: 25px;
}
div#daily-deals {
	padding-bottom: 25px;
}

ul.weekday-deal li{
	padding-right: 25px;
	width: 300px;
}

.deal-of-the-day {
	float: right;
}

ul.daily-deals {
	list-style: none;
	padding-left: 0;
}

ul.daily-deals li {
	width: 350px;
	padding-bottom: 5px;
}
/* End Daily Deals */

/* Contact Page */

div#weedmenuPane {
	padding-bottom: 50px;
}

div#map {
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

/* End Contact Page */

/* About Page */
div#about {
	padding-bottom: 50px;
}

/* End About Page */


/* Blocks Test Page */
div#blocks div {
    border: 1px solid #666;
    height: 50px;
    background: lightsteelblue;
}

div#blocks .row {
	margin-bottom: 25px;
}

/* Blocks Test Page */