/*
Theme Name: Rocky Mountain Chocolate Factory
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress modified.
Author: the WordPress team
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu


*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background: #523d30;
	color: #68635d;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: 'Cantarell', sans-serif;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 25px;
}
a img {
	border: none;
}

.wrap {
	width: 980px;
	margin: 0 auto;
}
.head-wrap {
	position: relative;
}
.cl {
	clear: both;
}
.grid {
	width: 300px;
}
/* CONTAINERS
-------------------------------------------------------------- */
#container_outer {
	width: 100%;	
	font-family: 'Cantarell', sans-serif;
	font-size: 14px;
}
#container_outer a:link, #container_outer a:visited {
	color: #e05440;
	text-decoration: none;
}
#container_outer a:hover, .current-menu-item a {
	text-decoration: underline;
	color: #e05440 !important;
}
.home #container_inner {
	background: #FFF url('images/texture_bg.jpg') bottom center repeat-x;
	padding: 0;
}
#container_inner {
	background: #FFF;
	padding-bottom: 48px;
}

#header {
	height: 175px;
}
#top_bar {
	background: url('images/top_bg.jpg') repeat-x;
	height: 47px;
	font-family: 'Quicksand', sans-serif;
}
#top_bar a:link, #top_bar a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #68635d;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0px 1px 1px #FFF;
}
#logo {
	position: relative;
	width: 200px;
	height: 147px;
	top:30px;
	float: left;
}
#news {
	position: relative;
	width: 70px;
	float: right;
	height: 62px;
}
#news a {
	background: url('images/button_news.png') no-repeat;
	width: 70px; /* image width */
	height: 0;
	padding-top: 62px; /* image height */
	display: inline-block;
	overflow: hidden;
}
#news a:hover {
	background: url('images/button_news_hover.png') no-repeat;
	width: 70px; /* image width */
	height: 0;
	padding-top: 67px; /* image height */
	display: inline-block;
	overflow: hidden;
}
#language {
	float: left;
	position: relative;
	width: 145px;
	background: url('images/flag_canada.png') no-repeat left;
	padding-left: 40px;
	left: 130px;
	line-height: 47px;
	top: 6px;
}
#language a {
	color: #68635d;
	text-shadow: 0px 1px 1px #FFF;
}
#lang_sel_list {
	width: 145px;
	top:10px;
}
#lang_sel_list ul {
	border: 0;
	top: auto;
	width: auto;
}
#lang_sel_list li {
	width: auto;
	display: block;
}
#lang_sel_list li:first-child {
	border-right: 2px solid #aba8a4;
}
#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
	border: 0;
	background: none;
	padding: 0;
	padding: 0 5px;
}
#lang_sel_list a.lang_sel_sel {
	color: #e05440;
}
#lang_sel_list a.lang_sel_sel:hover, #lang_sel_list a.lang_sel_other:hover {
    color: #e05440;
    text-decoration: none;
}
.menu_secondary {
	line-height: 47px;
	width: 390px;
	float: left;
}
.menu_secondary li {
	float: left;
	margin-right: 20px;	
}
.menu_main {
	font-family: 'Quicksand', sans-serif;
	padding: 45px 0 45px 30px;
}
#menu-main-navigation, #menu-main-navigation-french {
	letter-spacing: 1px;
}
#menu-main-navigation li a:link, #menu-main-navigation li a:visited, #menu-main-navigation-french li a:link, #menu-main-navigation-french li a:visited {
	color: #68635d;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
#menu-main-navigation li, #menu-main-navigation-french li {
	float: left;
	margin-right: 32px;
}	
#menu-main-navigation li:last-child {
	margin: 0;
}
.menu_treats {
	font-family: 'Quicksand', sans-serif;
	border-top: 1px solid #dfdedb;
	border-bottom: 1px solid #dfdedb;
	height: 50px;
	line-height: 50px;
	margin-bottom: 65px;
	padding-left: 40px;
}
 .menu_franchising {
	font-family: 'Quicksand', sans-serif;
	border-top: 1px solid #dfdedb;
	height: 50px;
	line-height: 50px;
	padding-left: 290px;
}
.menu_treats li, .menu_franchising li {
	float: left;
	margin-right: 28px;
	letter-spacing: 1px;
}
.menu_treats li a:link, .menu_treats li a:visited, .menu_franchising li a:link, .menu_franchising li a:visited {
	color: #68635d !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.menu_treats li a:hover, .menu_franchising li a:hover {
	text-decoration: none !important;
}
.menu_treats li.current-menu-item a:link, .menu_treats li.current-menu-item a:visited, .menu_treats li.current-menu-item a:hover, .menu_franchising li.current-menu-item a:link, .menu_franchising li.current-menu-item a:visited, .menu_franchising li.current-menu-item a:hover, .tax-type li#menu-item-30 a {
	color: #e05440 !important;
}

/* HOMEPAGE
-------------------------------------------------------------- */
.home #content_body {
	padding: 0;
	border: 0;
}
.home #content_body .titles {
	border: 0;
	position: relative;
}
#carousel_outer {
	margin: 40px 0 30px 0;
	width: 980px;
	height: 480px;
	overflow: hidden;
}
#carousel_inner {
	position: relative;
}
#carousel_inner #controls {
	position: relative;
	text-align: center;
}
.slide .caption {
	display: none;
}
.bx-pager {
	position: absolute;
	top: 465px;
	right: 477px;
}
#carousel_inner #controls span, #carousel_inner .bx-pager a {
	height: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 10px;
	background: #ede9d6;
	margin-left: 5px;
	cursor: pointer;
	display: inline-block;
	text-indent: -1000em;
}
#carousel_inner #controls span.current, #carousel_inner .bx-pager .pager-active {
	background: #a87c4f;
}
#carousel_outer .left {
	background: url('images/button_left.png') no-repeat;
	width: 46px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 400px;
	cursor: pointer;
}
#carousel_outer .left:hover {
	background: url('images/button_left_hover.png') no-repeat;
	width: 62px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 400px;
	cursor: pointer;
}
#carousel_outer .right {
	background: url('images/button_right.png') no-repeat;
	width: 46px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 400px;
	cursor: pointer;
}
#carousel_outer .right:hover {
	background: url('images/button_right_hover.png') no-repeat;
	width: 62px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 400px;
	cursor: pointer;
}

#featured_boxes {
	height: 225px;
	padding: 100px 0 20px 0;
}
#featured_boxes .box {
	float: left;
	margin-right: 40px;
	text-align: center;
}
#featured_boxes h3 {
	font-size: 19px;
	margin-bottom: 30px;
	font-family: 'Quicksand', sans-serif;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	height: 50px;
}

#featured_boxes p.content {
	height: 80px;
}
#featured_boxes a {
	color: #e05440;
	text-decoration: none;
}

/* FOOTER
-------------------------------------------------------------- */
#footer {
	letter-spacing: 1px;
	padding: 40px 0;
	min-height: 200px;
}
#footer .copyright {
	margin-top: 20px;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	font-family: 'Quicksand', sans-serif;
}
#footer .message {
	margin-top: 20px;
	text-align: center;
	font-size: 19px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Quicksand', sans-serif;
}
#footer .social {
	text-align: center;
	margin-top: 20px;
}
#footer .social a:first-child {
	margin: 0 5px;
}
#footer .social a {
	margin: 0 10px;
}
#footer .menu_footer {
	width: 980px;
	text-align: center;
	margin: 0 auto;
}
#footer .menu_footer li {
	display: inline;
	line-height: 30px;
}
#footer .menu_footer li.current-menu-item a, #footer .menu_footer li:hover a {
	color: #e05440;
}
#footer .menu_footer li a {
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Quicksand', sans-serif;
	padding: 0 12px;
}

#social {
	clear: both;
    float: right;
    position: absolute;
    right: 5px;
    top: 80px;
}
#social a {
	padding: 0 8px;
}
#social a:last-child {
	padding: 0 0 0 8px;
}
#content_body {
	padding-bottom: 23px;
	border-bottom: 1px solid #dfdedb;
}
#content_body .blog-content img {
	max-width: 470px;
	height: auto;
}
#content_body h1, h3.blog-subtitle, .content h2, .treats h3, .map .search h2, #respond h3, #content_body.wide h2 {
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #a87c4f;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#content_body p {
	font-family: 'Cantarell', sans-serif;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 25px;
}
.blog-content ul, .entry-content ul, .blog-content ol, .entry-content ol {
	margin: 0 0 25px 25px;
}
.blog-content ul li, .entry-content ul li {
	line-height: 20px;
	list-style: disc;
}
.blog-content ol li, .entry-content ol li {
	line-height: 20px;
	list-style: decimal;
}
#content_body .titles {
	padding: 38px 0;
	margin-bottom: 38px;
	border-top: 1px solid #dfdedb;
	border-bottom: 1px solid #dfdedb;
}
#content_body .titles h3 {
	font-family: 'Quicksand', sans-serif;
	font-size: 22px;
	color: #a87c50;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	letter-spacing: 1px;
}
#content_body .titles h3 b {
	font-size: 40px;
	vertical-align: bottom;
	line-height: 22px;
}
#content_body .titles h4 {
	text-align: center;
	font-family: 'Bitter', serif;
	font-size: 38px;
	color: #5f483a;
	font-weight: bold;
}

#content_body .blog-content {
	width: 470px;
	min-height: 470px;
	float: left;
}
#content_body .blog-content .post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dfdedb;
}
#content_body .blog-content .post:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
#content_body .blog-sidebar {
	width: 180px;
	float: left;
	margin-left: 90px;
	padding-right: 30px;
	margin-bottom: 17px;
}
#content_body .blog-twitter {
	float: right;
	width: 180px;
	padding-left: 29px;
	border-left: 1px solid #dfdedb;
	margin-bottom: 17px;
}
#content_body .blog-content a:link, #content_body .blog-content a:visited {
	color: #e05440;
	text-decoration: none
}
#content_body .blog-content a:hover {
	color: #e05440;
	text-decoration: underline;
}

#content_body h2.blog-title, #content_body h1.blog-title, .treats h2, .search-results h4 {
	font-family: 'Bitter', serif;
	font-size: 34px;
	color: #5f483a;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 45px;
	letter-spacing: 1px;
	text-transform: none !important;
	
}
#content_body p.read-more {
	color: #e05440;
	font-weight: bold;
	margin-bottom: 0 !important;
}
#content_body p.blog-categories {
	margin-bottom: 0;
}
.widget-title {
	font-size: 19px;
	margin-bottom: 10px;
	font-family: 'Quicksand', sans-serif;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;	
}
.blog-sidebar a:link, .blog-sidebar a:visited {
	color: #e05440;
	text-decoration: none;
}
.blog-sidebar a:hover {
	color: #e05440;
	text-decoration: underline;
}
.blog-sidebar {
	text-transform: uppercase;
	font-family: 'Cantarell', sans-serif;
	line-height: 20px;
	font-size: 14px;
}

.blog-sidebar ul li {
	margin-bottom: 25px;
}
.blog-sidebar ul li li {
	margin-bottom: 10px;
}
.widget_twitter ul li {
	margin-bottom: 25px;
}
.widget_twitter .entry-meta {
	clear: both;
}
.widget_twitter ul li:last-child {
	margin: 0;
}
.widget_twitter a {
	text-decoration: none;
	color: #68635D !important;
}
.widget_twitter .entry-content {
	color: #68635d;
	line-height: 18px;
	font-size: 14px;
}
.widget_twitter .entry-meta {
	display: block;
	color: #bebcb6;
	font-size: 12px;
	margin-top: 10px;
}
#nav-below {
	padding: 40px 0;
	border-bottom: 1px solid #dfdedb;
	text-align: center;
}
.single #nav-below {
	padding: 0 0 40px 0;
}
#nav-below div {
	padding: 5px; 0;
}

/* PAGES
-------------------------------------------------------------- */
.content-left img {
	float: left;
	width: 470px;
}
.content-left .content, .form-right {
	float: right;
	width: 470px;
}
.content-right img {
	float: right;
	width: 470px;
}
.content-right .content, .form-left {
	float: left;
	width: 470px;
}
/* FORMS
-------------------------------------------------------------- */
input.wpcf7-text, textarea.wpcf7-textarea, input.wpcf7-captchar {
	border: 1px solid #dfdedb;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 4px;
	width: 460px;
	font-family: 'Cantarell', sans-serif;
	font-size: 14px;
}
select.wpcf7-select {
	border: 1px solid #dfdedb;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 4px;
	width: 100%;
	font-family: 'Cantarell', sans-serif;
	font-size: 17px;
}
input.wpcf7-submit {
	border: 0;
	background: none;
	font-family: 'Quicksand', sans-serif;
	color: #68635d;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
}
input.wpcf7-submit:hover {
	color: #e05440;
}
.wpcf7 img.ajax-loader {
	float: right;
	width: 16px;
}
.wpcf7-response-output {
	clear: both;
}
div.wpcf7-validation-errors {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #E05440;
}
div.wpcf7-mail-sent-ok {
	border: none !important;
	margin: 25px 0 0 0 !important;
	padding: 25px 0 0 0 !important;
	color: #b7c942;
}
#search {
	position: absolute;
	top: 80px;
	left: 0;
}
#searchform {
	border: 1px solid #dfdedb;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding-left: 10px;
	width: 190px;
	height: 32px;
}
#searchform input#s {
	border: 0;
	border-radius: 2px;
	padding: 4px;
	color: #888;
	font-family: 'Cantarell', sans-serif;
	font-size: 14px;
	width: 145px;
}
#searchform input#searchsubmit {
	background: url("images/bg_search.jpg") no-repeat;
	border:0;
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
}
.treats div.item {
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.treats div.image {
	float: left;
	width: 330px;
}
.treats div.content {
	float: right;
	width: 640px;
}
.treats div.content a {
	color: #68635d !important;
}
.treats div.content li a.active {
	color: #e05440 !important;
	text-decoration: none;
}
.treats div.content a:hover {
	text-decoration: none !important;
}
.treats div.content li {
	line-height: 18px;
}
.treats div.heading {
	width: 640px;
	float: right;
	margin: 25px 0;
}
.nutritional h4 {
	color: #e05440;
	font-weight: bold;
	margin-bottom: 20px;
}
.nutritional table table {
	margin-bottom: 10px;
}
.nutritional table {
	width: 300px;
}
.nutritional table th, .nutritional table td {
	font-size: 12px;
	text-align: left;
}
.nutritional table td {
	border-top: 1px solid #dfdedb;
	border-bottom: 1px solid #dfdedb;
	padding: 2px 0;
}
.nutritional table th.right, .nutritional table td.right {
	text-align: right;
}
.nutritional td.ingredients {
	border: 0;
	padding-top: 20px;
}
.nutritional div.cell {
	width: 300px;
	float: left;
}

.nu-style_1 {
	width: 640px;
	float: right;
}
.nu-style_2 {
	width: 640px;
	float: right;
}
.nu-style_2 .cells .cell:first-child {
	margin-right: 40px;
}
.nu-style_3 {
	width: 980px;
	float: right;
}
.nu-style_3 .cell {
	margin-right: 40px;
}
.nu-style_3 .cells .cell:last-child {
	margin-right: 0px;
}

/* =Comments
-------------------------------------------------------------- */
h3#comments {
	margin: 40px 0;
}
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* COMMENTS
-------------------------------------------------------------- */
#respond input[type=submit] {
	border: 0;
	background: none;
	font-family: 'Quicksand', sans-serif;
	color: #68635d;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	border: 0;
	padding: 0;
	width: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#respond {
	margin: 40px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin-bottom: 10px;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond input {
	border: 1px solid #dfdedb;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 4px;
	width: 200px;
	font-family: 'Cantarell', sans-serif;
	font-size: 14px;
	color: #888;
}
#respond textarea {
	border: 1px solid #dfdedb;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 4px;
	width: 460px;
	font-family: 'Cantarell', sans-serif;
	font-size: 14px;
	color: #888;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* Locations */

#content_body.map {
	border: 0 !important;
	padding-top: 15px;
	padding-bottom: 0;
}
.map .titles {
	margin-bottom: 0 !important;
}
.map .content {
	float: left;
	width: 640px;
}
.map .search {
	float: right;
	width: 300px;
}
.map .search select.locations {
	border: 1px solid #dfdedb;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 4px;
	width: 220px;
	font-family: 'Cantarell', sans-serif;
	font-size: 14px;

}
.map .search input.locate {
	border: 0;
	background: none;
	padding-top: 8px;
	font-family: 'Quicksand', sans-serif;
	color: #68635d;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	cursor: pointer;

}
.map #form-locate {
	margin-bottom: 25px;
}
.map-single {
	width: 470px;
	height: 382px;
	float: left;
}
.location-single {
	width: 470px;
	float: right;
}
.locations-location-map {
	border: 1px solid #d9d7d3;
}
.locations-view-more {
	display: none;
}
article.location {
	line-height: 20px;
	font-style: normal;
	margin-bottom: 15px;
}
.location-border {
	height: 1px;
	background: #d9d7d3;
	margin-left: 15px;
}
.location-content {
	border-left: 4px solid #d9d7d3;
	padding-left: 15px;
	cursor: pointer;
}
.location-content.active {
	border-left: 4px solid #e05440;
}
address {
	font-style: normal;
	margin-bottom: 15px;
}
.locations-infowindow {
	line-height: 14px;
}
.nutritional ul li {
	display: none;
}
.gallery-columns-3 {
	width: 1100px;
	position: relative;
	left:-15px;
}
.gallery-columns-3 dl {
	float: left;
	margin: 18px;
}
.gallery-columns-3 dt img {
	border: 1px solid #dfdedb;
	padding: 10px;
}
.gallery-caption {
	margin: 15px 0 0 0;
	line-height: 20px;
	font-size: 14px;	
}
.wpcf7-validation-errors {
	position: relative;
	top: -15px;
}

div.wpcf7-mail-sent-ok {
    border: medium none !important;
    color: #B7C942 !important;
    margin: 25px 0 0 !important;
    padding: 25px 0 0 !important;
    position: relative !important;
    top: -42px !important;
}

/* added by Tyler @ Dossier */

.social-media,
.email-addy {
	text-transform: lowercase !important;
	display: none; /* remove to go live */
}

.page-id-1081 .entry-content ul {
	overflow: hidden;
	clear: both;	
}

.page-id-1081 .entry-content ul li {
	width: 30%;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

.page-id-1081 .entry-content ul li a {
	width: 90%;
	display: inline-block;
}

.post-1081 .entry-content h2 {
	margin: 0 0 15px 45px !important;	
}

.store-loc {
	font-weight: bold !important;	
}

.store-addy {
	width: auto;
	height: 60px;
	min-height: 60px;
	display: inline-block;
	float: left;	
}

.store-hours {
	width: auto;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0 0 10px 0;
	display: block;
	clear: both;
	border-bottom: solid 1px #D9D7D3;	
}
.shop_online a {
	color: #e05440 !important;
}
/* SEARCH RESULTS
-------------------------------------------------------------- */
.search-results .sections {
	margin-bottom: 25px;
}
.search-results .sections h4 {
	margin-bottom: 25px;
}
.search-results .sections h3 {
	text-transform: uppercase;
	margin-bottom: 15px;
}


/* Tiny Scrollbar */
#scrollbar1 { width: 300px; margin: 20px 0 10px; float: right;position: relative;}
#scrollbar1 .viewport { width: 300px; height: 450px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(images/bg-scrollbar-track-y.png) no-repeat 0 0; position: absolute; background-position: 0 0; float: right; width: 15px; left: 320px;}
#scrollbar1 .track { background: transparent url(images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }