/*
NOW USING SCSS. THE SCSS FILES ARE UNDER \Colleen\Blog\Sass
*/
@font-face {
  font-family: 'ThirstyScriptLight';
  src: url("fonts/thirstyscriptlight.eot");
  src: url("fonts/thirstyscriptlight.eot") format("embedded-opentype"), url("fonts/thirstyscriptlight.woff") format("woff"), url("fonts/thirstyscriptlight.ttf") format("truetype"), url("fonts/thirstyscriptlight.svg#ThirstyScriptLight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MochaMattariRegular';
  src: url("fonts/MochaMattari-webfont.eot");
  src: url("fonts/MochaMattari-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/MochaMattari-webfont.woff") format("woff"), url("fonts/MochaMattari-webfont.ttf") format("truetype"), url("fonts/MochaMattari-webfont.svg#MochaMattariRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  background: #eee;
  color: #333;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px; }

@media (max-width: 991px) {
  body {
    background: #fff; } }
a {
  color: #333; }

a:focus,
a:active:focus,
a:hover {
  color: #333;
  text-decoration: none; }

.container {
  max-width: 1050px; }

#page {
  background: #fff; }

#content {
  overflow: hidden; }

@media (max-width: 991px) {
  .single #content {
    margin-top: 25px; } }
@media (max-width: 767px) {
  .single #content {
    margin-top: 0; } }
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
header.site-header {
  padding: 25px 0 50px; }

header.site-header .site-branding {
  margin-top: -20px; }

h1.site-title {
  font-family: 'ThirstyScriptLight', cursive;
  font-size: 74px;
  text-transform: lowercase;
  line-height: 74px;
  margin: 10px 0 0; }

h1.site-title a {
  color: #960b19;
  text-decoration: none; }

.site-description {
  color: #999;
  font-family: 'MochaMattariRegular', Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 22px;
  margin: 0; }

.site-description span {
  color: #333; }

.social-buttons {
  text-align: right; }

.affix + #page .social-buttons i {
  display: none; }

.affix + #page .social-buttons .menu-link i {
  display: block; }

.social-buttons .fa-stack {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.social-buttons .fa-lg {
  font-size: 18px; }

.social-buttons .fa-stack-2x {
  font-size: 30px; }

@media (max-width: 991px) {
  .social-buttons {
    text-align: right; }

  .social-buttons .fa-stack {
    width: 25px;
    height: 25px;
    line-height: 25px; }

  .social-buttons .fa-lg {
    font-size: 14px; }

  .social-buttons .fa-stack-2x {
    font-size: 25px; }

  .social-buttons .fa-2x {
    font-size: 25px; } }
.social-buttons a.menu-link {
  color: #333; }

.social-buttons a {
  color: #ccc; }

.social-buttons a:focus,
.social-buttons a:active:focus,
.social-buttons a:hover {
  color: #999;
  text-decoration: none; }

@media (max-width: 991px) {
  header.site-header {
    padding: 15px 0 25px; }

  header.site-header .site-branding {
    width: 100%;
    text-align: center;
    margin-top: 0; }

  h1.site-title {
    font-family: 'ThirstyScriptLight', cursive;
    font-size: 74px;
    text-transform: lowercase;
    line-height: 74px;
    margin: 0; } }
@media (max-width: 767px) {
  #page {
    position: relative; }

  header.site-header {
    padding: 45px 0 5px; }

  header.site-header .site-branding {
    margin-top: 0; }

  h1.site-title {
    font-family: 'ThirstyScriptLight', cursive;
    font-size: 44px;
    text-transform: lowercase;
    line-height: 44px;
    margin: 20px 0 0; }

  .social-buttons {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #ccc;
    width: 100%;
    padding: 5px 25px;
    z-index: 2; }

  .pushed .social-buttons {
    position: absolute; }

  .social-buttons a {
    color: #a8a7a7; }

  .social-buttons .fa-inverse {
    color: #ccc; } }
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
#nav-mobile .search-form,
#nav-tablet .search-form,
#nav-desktop .search-form {
  width: 180px;
  float: left; }

#nav-mobile .search-form input,
#nav-tablet .search-form input,
#nav-desktop .search-form input {
  color: #333;
  font-size: 12px;
  height: 36px;
  width: 85%;
  margin: 0;
  padding: 5px;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  float: left; }

#nav-mobile .search-form button,
#nav-tablet .search-form button,
#nav-desktop .search-form button {
  background: #fff;
  color: #ccc;
  height: 36px;
  width: 15%;
  line-height: inherit;
  margin: 0;
  padding: 5px;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  float: left; }

#nav-mobile .search-form button:focus,
#nav-tablet .search-form button:focus,
#nav-desktop .search-form button:focus,
#nav-mobile .search-form button:active:focus,
#nav-teblet .search-form button:active:focus,
#nav-desktop .search-form button:active:focus,
#nav-mobile .search-form button:hover,
#nav-teblet .search-form button:hover,
#nav-desktop .search-form button:hover {
  background: #fff;
  color: #ccc;
  border-color: #ccc; }

.menu {
  width: 180px;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left; }

.menu .menu-item {
  width: 100%;
  text-indent: 5px;
  border-bottom: 1px dotted #ccc; }

.menu .menu-item:first-child {
  border-top: 1px dotted #ccc; }

.menu .menu-item a {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 36px; }

.menu .menu-item a:focus,
.menu .menu-item a:active:focus,
.menu .menu-item a:hover {
  color: #960b19;
  text-decoration: none; }

.menu #menu-item-319,
.menu #menu-item-321 {
  background-image: url("/blog/wp-content/uploads/2015/01/shopicon.png");
  background-position: 48px 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat; }

#nav-desktop.affix {
  top: 10px; }

#nav-desktop.affix + #primary {
  margin-left: 20%; }

@media (max-width: 991px) {
  #nav-desktop.affix + #primary {
    margin-left: 0; } }
#nav-desktop .menu-desktop-container {
  width: 100%;
  margin-top: 10px;
  float: left; }

#nav-tablet {
  margin: 0;
  padding: 10px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc; }

#nav-tablet.affix {
  top: 10px;
  background: #fff;
  width: 720px;
  z-index: 2; }

#nav-tablet.affix:before {
  content: " ";
  position: absolute;
  top: -11px;
  width: 750px;
  border: 5px solid #fff; }

#nav-tablet .col-sm-4 {
  padding-left: 0; }

#nav-tablet .col-sm-8 {
  padding-right: 0; }

#nav-tablet .menu-tablet-container {
  float: right; }

#nav-tablet .menu {
  width: 100%;
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left; }

#nav-tablet .menu .menu-item {
  display: inline-block;
  position: relative;
  text-indent: 0px;
  width: auto;
  border-bottom: none; }

#nav-tablet .menu .menu-item:first-child {
  border-top: none; }

#nav-tablet .menu .menu-item.menu-item-has-children:after {
  content: "\f0d7";
  display: inline-block;
  color: #ccc;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#nav-tablet .menu .menu-item ul {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  background: #eee;
  text-align: center;
  margin-left: -40px;
  padding: 0;
  z-index: 5; }

#nav-tablet .menu .menu-item ul li {
  float: none;
  width: 150px;
  border-top: 1px dotted #ccc; }

#nav-tablet .menu .menu-item ul li a {
  padding: 5px; }

#nav-tablet .menu .menu-item:hover > ul {
  display: block; }

#nav-tablet .menu .menu-item a {
  color: #333;
  text-transform: uppercase;
  line-height: 36px;
  margin: 0 15px; }

#nav-mobile {
  background: #eee;
  padding: 25px;
  overflow: hidden;
  position: fixed;
  left: -250px; }

#nav-mobile.panel {
  position: fixed;
  left: -250px;
  width: 250px;
  /*should match the above value*/ }

#nav-mobile .menu-mobile-container {
  width: 100%;
  margin-top: 10px;
  float: left; }

#colophon {
  /*	margin-top: 25px;
  */ }

#colophon h2 {
  color: #333;
  font-family: 'MochaMattariRegular', Helvetica, Arial, sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 19px; }

#colophon .blogroll {
  list-style: none;
  padding-left: 0; }

#colophon .blogroll li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  width: 30%; }

#colophon .blogroll li a {
  color: #333; }

#colophon footer {
  margin: 0;
  padding: 15px 0;
  border-top: 1px dotted #ccc;
  overflow: hidden; }

#colophon footer .menu-footer-container {
  float: left; }

#colophon footer .menu-footer-container ul {
  width: 100%;
  list-style: none;
  padding: 0;
  border-top: none; }

#colophon footer .menu-footer-container ul li {
  display: inline-block;
  width: auto;
  font-size: 14px;
  padding: 0 20px;
  border-left: 1px solid #ccc;
  border-bottom: none; }

#colophon footer .menu-footer-container ul li:first-child {
  text-indent: 0px;
  padding-left: 0;
  border: none; }

#colophon footer .menu-footer-container ul li a {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  text-transform: none; }

#colophon footer .site-info {
  color: #333;
  font-size: 13px;
  float: right; }

@media (max-width: 991px) {
  #colophon footer {
    text-align: center; }

  #colophon footer .menu-footer-container {
    float: none; }

  #colophon footer .menu-footer-container ul li:first-child {
    padding-left: 20px; }

  #colophon footer .site-info {
    float: none; } }
@media (max-width: 767px) {
  #colophon h2 {
    text-align: center; }

  #colophon .blogroll {
    text-align: center; }

  #colophon .blogroll li {
    display: block;
    width: 100%; }

  #colophon .blogroll li a {
    color: #333; }

  #colophon footer .menu-footer-container ul li {
    display: block;
    padding: 5px 0;
    border-left: none; }

  #colophon footer .menu-footer-container ul li:first-child {
    padding-left: 0; }

  #colophon footer .menu-footer-container ul li a {
    text-decoration: underline; }

  #colophon footer .site-info {
    width: 200px;
    margin: auto; } }
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
8.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1 Posts and pages
--------------------------------------------------------------*/
.updated {
  display: none; }

.entry-title {
  color: #333;
  font-family: 'MochaMattariRegular', Helvetica, Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0; }

@media (max-width: 991px) {
  .entry-title {
    font-size: 26px; } }
@media (max-width: 767px) {
  .single article {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5; } }
.entry-meta {
  color: #999;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  margin: 10px 0 0; }

.entry-meta .author a {
  color: #333;
  text-decoration: underline; }

.entry-meta .posted-on a {
  color: #999;
  padding-left: 5px; }

.entry-meta .sharedaddy {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5; }

.entry-meta .sd-title {
  display: inline-block;
  color: #333;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase; }

.entry-footer {
  color: #999;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  margin: 10px 0 0; }

.entry-footer a {
  color: #999; }

.page-content,
.entry-content,
.entry-summary {
  margin: 10px 0 0; }

.entry-image,
.tiled-gallery {
  margin: 0 0 10px; }

.paging-navigation,
.post-navigation {
  margin: 0;
  padding: 20px 0;
  border-top: 2px solid #ccc; }

.paging-navigation .btn-default,
.post-navigation .btn-default {
  background: #eee;
  color: #333;
  font-size: 12px;
  padding: 4px 12px;
  border: 1px solid #ccc; }

.paging-navigation .btn-default a,
.post-navigation .btn-default a {
  color: #333; }

.paging-navigation .btn-default:hover,
.post-navigation .btn-default:hover {
  background: #ccc; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.home .page-header,
.search .page-header,
.author .page-header,
.archive .page-header {
  margin: 0;
  padding: 0;
  border: none; }

@media (max-width: 767px) {
  .archive .page-header {
    margin: 20px 0 0 !important;
    padding-top: 20px;
    border: none;
    border-top: 1px solid #e5e5e5; }

  .page.page-id-135 .page-header {
    margin: 20px 0 20px !important;
    padding-top: 20px;
    border: none;
    border-top: 1px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5; } }
.archive .page-header h1 {
  text-transform: uppercase; }

@media (max-width: 767px) {
  .page.page-id-135 .page-header h1,
  .archive .page-header h1 {
    font-size: 22px; } }
.archive .page-header h1 span {
  text-transform: none; }

.page .page-header {
  margin: 0 0 20px;
  padding: 0;
  border: none; }

.author .page-header h1 {
  text-transform: none; }

.author .page-header .archive-author {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  float: left; }

@media (max-width: 767px) {
  .author .page-header .archive-author {
    margin-bottom: 40px; } }
@media (max-width: 991px) {
  .author .page-header .archive-author {
    margin-bottom: 15px; } }
.author .page-header .archive-author img {
  margin: 0 20px 10px 0;
  float: left; }

@media (max-width: 767px) {
  .author .page-header .archive-author img {
    width: 130px;
    height: auto; } }
.author .page-header .archive-author span {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 15px; }

@media (max-width: 991px) {
  .search .page-header,
  .author .page-header,
  .page.page-id-135 .page-header,
  .archive .page-header {
    margin-top: 30px; } }
.page-header h1 {
  color: #999;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5; }

.page-header h1 span {
  font-size: 14px;
  font-style: italic; }

.home article,
.search article,
.archive article {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #e5e5e5;
  margin-left: 0;
  margin-right: 0; }

@media (max-width: 991px) {
  .home article,
  .search article,
  .archive article {
    padding-top: 30px;
    padding-bottom: 30px; } }
.page article {
  text-align: center;
  margin-bottom: 40px; }

.page article .month {
  display: block;
  color: #333;
  font-size: 14px;
  width: 100%; }

.home article .entry-image,
.search article .entry-image,
.archive article .entry-image {
  padding-left: 0; }

.entry-content a {
  text-decoration: underline; }

.entry-title a,
.entry-meta a {
  text-decoration: none; }

.home article .entry-image picture,
.search article .entry-image picture,
.archive article .entry-image picture {
  margin: 0; }

@media (max-width: 767px) {
  .home article .entry-image picture,
  .search article .entry-image picture,
  .archive article .entry-image picture {
    margin: 0 0 20px 0; } }
.home article .entry-content,
.search article .entry-content,
.archive article .entry-content {
  margin: 0;
  padding-right: 0; }

@media (max-width: 767px) {
  .home article .entry-image,
  .search article .entry-image,
  .archive article .entry-image {
    padding-left: 15px; }

  .home article .entry-content,
  .search article .entry-content,
  .archive article .entry-content {
    margin: 0;
    padding-right: 15px; } }
.home article .entry-content p,
.search article .entry-content p,
.archive article .entry-content p {
  margin: 0; }

.home article .entry-content .moretag,
.search article .entry-content .moretag,
.archive article .entry-content .moretag {
  color: #333;
  font-weight: bold; }

.home article .entry-title,
.search article .entry-title,
.archive article .entry-title {
  margin: 0; }

.home article .entry-title a,
.search article .entry-title a,
.archive article .entry-title a {
  color: #333; }

.home article .entry-meta,
.search article .entry-meta,
.archive article .entry-meta {
  margin: 0 0 20px; }

.entry-footer {
  margin: 20px 0; }

.cat-links {
  display: block; }

.cat-links a {
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none; }

.tags-links {
  display: block; }

.tags-links a {
  font-style: normal;
  text-decoration: none; }

.home .cat-links,
.home .tags-links,
.search .cat-links,
.search .tags-links,
.archive .cat-links,
.archive .tags-links {
  display: inline; }

.home article.first-post {
  border-top: none; }

@media (min-width: 992px) {
  .home article.first-post {
    padding-top: 0;
    border-top: none; }

  .home article.first-post .entry-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .paged article.first-post .entry-content {
    width: 50%;
    padding-left: 15px;
    padding-right: 0; }

  .home article.first-post .entry-image {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .paged article.first-post .entry-image {
    width: 50%;
    padding-left: 15px;
    padding-right: 0; } }
@media (max-width: 767px) {
  .home article.first-post {
    padding-top: 30px;
    border-top: none; }

  .home article.first-post .entry-content {
    padding-left: 15px;
    padding-right: 15px; }

  .home article.first-post .entry-image {
    padding-left: 15px;
    padding-right: 15px; } }
#recipe-meta {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 0; }

#recipe-meta span {
  font-weight: normal;
  text-transform: uppercase;
  margin-right: 5px; }

#recipe-detail {
  background: #eee;
  border-top: 1px solid #ccc;
  margin: 20px 0; }

#recipe-detail section {
  font-size: 14px;
  padding: 30px; }

#recipe-detail section span.title {
  display: block;
  font-family: 'MochaMattariRegular', Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px; }

#recipe-detail section ul {
  list-style: none;
  margin: 0; }

#recipe-detail section ol {
  list-style: none;
  margin: 0;
  padding: 0; }

#recipe-detail section ol li {
  margin-bottom: 20px; }

#recipe-detail section span {
  display: block;
  font-size: 16px;
  font-weight: bold; }

#recipe-detail section#recipe-ingredients input[type=checkbox].css-checkbox {
  display: none; }

#recipe-detail section#recipe-ingredients input[type=checkbox].css-checkbox + label.css-label {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 35px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: -40px; }

#recipe-detail section#recipe-ingredients input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -24px; }

#recipe-detail section#recipe-ingredients label.css-label {
  background-image: url(img/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#recipe-detail section#recipe-directions {
  padding: 0 30px; }

#recipe-detail section#recipe-tip {
  padding-top: 0; }

#recipe-detail section#recipe-tip span {
  display: inline-block;
  margin-right: 5px; }

#recipe-detail section#recipe-nutrition span {
  font-size: 14px;
  font-weight: normal; }

#recipe-detail section#recipe-nutrition span.title {
  display: block;
  font-family: 'MochaMattariRegular', Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px; }

#recipe-detail .acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0 0; }

#event-detail {
  background: #eee;
  border-top: 1px solid #ccc;
  margin: 20px 0; }

#event-detail section {
  font-size: 14px;
  padding: 30px; }

#event-detail section span.title {
  display: block;
  font-weight: normal;
  text-transform: uppercase; }

#event-detail section span {
  display: block;
  font-size: 16px;
  font-weight: bold; }

#event-detail section span.street-address {
  font-weight: normal; }

#event-detail .acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0 0; }

/* AddThisEvent */
#event-detail .addthisevent-drop {
  position: relative;
  display: block;
  background: #eee;
  width: 120px;
  color: #333;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 999998;
  margin-top: 20px; }

#event-detail .addthisevent-drop:hover {
  color: #333; }

#event-detail .addthisevent-drop:active {
  top: 1px; }

#event-detail .addthisevent-selected {
  background-color: #f7f7f7;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

#event-detail .addthisevent_dropdown {
  width: 200px;
  position: absolute;
  z-index: 99999;
  padding: 6px 0px 0px 0px;
  background-color: #f7f7f7;
  text-align: left;
  display: none;
  margin-top: -2px;
  margin-left: -1px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #a8a8a8;
  border-left: 1px solid #bebebe;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15); }

#event-detail .addthisevent_dropdown span {
  display: block;
  line-height: 110%;
  text-decoration: none;
  font-size: 12px;
  color: #333;
  padding: 8px 10px 9px 15px; }

#event-detail .addthisevent_dropdown span:hover {
  background: #eee; }

#event-detail .addthisevent span {
  display: none !important; }

#event-detail .addthisevent-drop ._url,
#event-detail .addthisevent-drop ._start,
#event-detail .addthisevent-drop ._end,
#event-detail .addthisevent-drop ._summary,
#event-detail .addthisevent-drop ._description,
#event-detail .addthisevent-drop ._location,
#event-detail .addthisevent-drop ._organizer,
#event-detail .addthisevent-drop ._organizer_email,
#event-detail .addthisevent-drop ._facebook_event,
#event-detail .addthisevent-drop ._all_day_event {
  display: none !important; }

#event-detail .addthisevent_dropdown .copyx {
  width: 200px;
  height: 21px;
  display: block;
  position: relative;
  cursor: default; }

#event-detail .addthisevent_dropdown .brx {
  width: 180px;
  height: 1px;
  overflow: hidden;
  background: #e0e0e0;
  position: absolute;
  z-index: 100;
  left: 10px;
  top: 9px; }

#event-detail .addthisevent_dropdown .frs {
  position: absolute;
  top: 5px;
  cursor: pointer;
  right: 10px;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  z-index: 101;
  line-height: 110%;
  background: #fff;
  text-decoration: none;
  font-size: 9px;
  color: #cacaca; }

#event-detail .addthisevent_dropdown .frs:hover {
  color: #6d84b4; }

#event-detail .addthisevent {
  visibility: hidden; }

#included-products {
  padding: 30px 0; }

#included-products a {
  display: block;
  min-height: 280px;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  line-height: 16px;
  text-align: center;
  padding-bottom: 10px; }

#included-products a .title {
  display: block;
  padding: 10px 5px 0; }

#included-products .col-md-3 {
  width: 25%; }

#included-products .regular-price {
  color: #999; }

#included-products .was-is {
  color: #960b19;
  text-decoration: line-through; }

#included-products .was-is .regular-price {
  color: #999;
  margin-right: 5px; }

@media (max-width: 767px) {
  #included-products .col-xs-6 {
    width: 50%; }

  #included-products a {
    min-height: 300px; } }
/*--------------------------------------------------------------
8.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
8.3 Comments
--------------------------------------------------------------*/
.comments-area {
  padding: 20px 0; }

li.comment {
  margin-top: 0; }

h2.comments-title {
  color: #333;
  font-size: 24px;
  font-style: italic; }

.comment-content a {
  word-wrap: break-word; }

.comment-body .fn a {
  color: #333;
  font-size: 16px; }

.comment-body .comment-meta a {
  color: #999;
  font-size: 14px;
  font-style: italic; }

.comment-body {
  margin-bottom: 20px; }

.comment-body p {
  color: #333;
  font-size: 14px; }

a.comment-reply-link {
  color: #999;
  font-size: 14px;
  font-style: italic; }

.comment-respond {
  position: relative;
  width: 100%;
  float: left; }

#respond h3#reply-title {
  color: #333;
  font-size: 24px;
  font-style: italic; }

#respond .logged-in-as {
  color: #333;
  font-size: 14px; }

#respond .logged-in-as a {
  color: #999; }

#respond .comment-form-comment label {
  color: #333;
  font-size: 14px;
  font-weight: normal; }

#respond #comment {
  width: 100%; }

@media (max-width: 767px) {
  #comments {
    border-top: 1px solid #ccc; }

  #respond #author,
  #respond #email {
    width: 100%; } }
@media (max-width: 992px) {
  #comments {
    border-top: 1px solid #ccc; } }
#respond .comment-subscription-form label {
  color: #333;
  font-size: 14px;
  font-weight: normal; }

#respond .comment-notes,
#respond .comment-form-url {
  display: none; }

#respond .comment-form-author,
#respond .comment-form-email {
  width: 40%;
  margin-right: 2.5%;
  float: left; }

#respond .form-submit {
  width: 15%;
  float: right; }

#respond .comment-form-author input,
#respond .comment-form-email input {
  width: 100%;
  color: #333;
  font-size: 12px;
  padding: 3px 12px; }

#respond .form-submit input {
  width: 100%;
  background: #eee;
  color: #333;
  font-size: 12px;
  padding: 4px 12px;
  border: 1px solid #d4d4d4;
  border-radius: 4px; }

#respond .comment-form-comment {
  width: 100%;
  float: left; }

@media (max-width: 767px) {
  #respond .comment-form-author,
  #respond .comment-form-email {
    width: 100%;
    margin-right: 0;
    float: left; }

  #respond .form-submit {
    width: 100%;
    text-align: center;
    float: none; }

  #respond .form-submit input {
    width: 40%; } }
/*--------------------------------------------------------------
9.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
10.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
10.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/*--------------------------------------------------------------
10.2 Galleries
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .col-md-3 {
    width: 20%; }

  .col-md-9 {
    width: 80%; }

  .col-md-offset-3 {
    margin-left: 20%; } }
.form-allowed-tags {
  display: none; }

.sonoma-stars {
  color: #333;
  float: right;
  font-style: normal; }

.sonoma-stars .stars {
  color: #38b0df; }

.entry-meta .sonoma-stars a {
  color: #333;
  text-decoration: underline; }

@media (max-width: 767px) {
  .entry-meta .sonoma-stars {
    display: none !important; }

  #respond .sonoma-stars {
    width: 100%; } }
#recipe-rating .sonoma-stars {
  width: 100%;
  text-align: center;
  margin-bottom: 10px; }

#recipe-rating .links {
  display: block; }

@media (max-width: 767px) {
  #recipe-rating .links {
    font-size: 13px; } }
.comment-form-comment label {
  display: none; }

.not-found .entry-title {
  color: #960b19;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 0px; }

@media (max-width: 767px) {
  .not-found .entry-header {
    margin-top: 20px; }

  .not-found .entry-title {
    font-size: 21px;
    padding-top: 0px; } }
@media (max-width: 991px) {
  .not-found .entry-title {
    padding-top: 20px; } }
.not-found h2 {
  color: #333;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 30px 0 0 0;
  border-top: 1px solid #eee; }

@media (max-width: 767px) {
  .not-found .entry-title {
    padding: 20px 0 5px;
    border-top: 1px solid #eee; }

  .not-found h2 {
    padding: 0;
    border-top: none; } }
.search-no-results article,
.not-found article {
  text-align: center;
  margin-bottom: 20px;
  border: none;
  padding-top: 0;
  padding-bottom: 0; }

.search-no-results section a,
.not-found section a {
  color: #333;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none; }

.search-no-results section article a,
.not-found section article a {
  display: block;
  min-height: 240px; }

.search-no-results article img,
.not-found section article img {
  width: 100%;
  height: auto;
  margin-bottom: 5px; }

/* JetPack Social Buttons */
div.sharedaddy h3.sd-title:before {
  border-top: none !important; }

div.sharedaddy .sd-content, .sd-content ul {
  display: inline !important;
  margin: 10px; }

@media (max-width: 767px) {
  .sd-content ul .share-print {
    display: none; }

  .entry-meta .sharedaddy {
    display: none; }

  .entry-footer .sharedaddy {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px; }

  .entry-footer .sd-title {
    display: block;
    color: #333;
    font-weight: normal;
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase; } }
@media print {
  @page {
    margin: 1.5cm; }
  .single-recipe #nav-mobile,
  .single-recipe #nav-tablet,
  .single-recipe #nav-desktop,
  .single-recipe .social-buttons,
  .single-recipe .sonoma-stars,
  .single-recipe .sharedaddy,
  .single-recipe input,
  .single-recipe label,
  .single-recipe #included-products,
  .single-recipe .entry-footer,
  .single-recipe .post-navigation,
  .single-recipe #comments,
  .single-recipe #colophon {
    display: none !important; }

  .single-recipe * {
    width: 100%;
    text-align: left;
    line-height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: none !important; }

  .single-recipe a[href]:after {
    content: "" !important; }

  .single-recipe #masthead {
    text-align: center; }

  .single-recipe .site-branding {
    text-align: center; }

  .single-recipe .site-branding img {
    width: 245px;
    text-align: center; }

  .single-recipe .entry-header {
    padding: 30px 0 !important; }

  .single-recipe .entry-content img {
    height: auto;
    width: 40%;
    padding-left: 5% !important;
    float: right; }

  .single-recipe .entry-content .title {
    margin: 30px 0 15px !important; }

  .single-recipe #recipe-meta {
    width: 55%;
    margin: 30px 0 15px !important;
    float: left; }

  .single-recipe #recipe-ingredients {
    width: 55%;
    float: left; }

  .single-recipe #recipe-ingredients li {
    margin-bottom: 5px !important; }

  .single-recipe #recipe-directions {
    float: left; }

  .single-recipe #recipe-directions li {
    margin-bottom: 15px !important; } }
/* Removed the duplicate content next to the social media button 12-7 DW*/
.sharing-screen-reader-text {
  display: none !important; }

div.sharedaddy h3.sd-title:before {
  border-top: none !important; }
div.sharedaddy .sd-content, div.sharedaddy .sd-content ul {
  display: inline !important;
  margin: 10px; }
  div.sharedaddy .sd-content li, div.sharedaddy .sd-content ul li {
    padding: 0 5px !important; }
div.sharedaddy .share-count {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  background: #fff;
  border-radius: 3px;
  border: #999 solid 1px;
  margin-left: 3px;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 20px;
  height: 20px; }
  div.sharedaddy .share-count::before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 4px 3px 4px 0;
    border-color: transparent #999;
    display: block;
    width: 0;
    z-index: 0;
    left: -4px;
    top: 5px; }
  div.sharedaddy .share-count::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 4px 3px 4px 0;
    border-color: transparent #fff;
    display: block;
    width: 0;
    z-index: 1;
    left: -3px;
    top: 5px; }

.social-widgets {
  margin: 40px 0;
  box-sizing: border-box; }
  .social-widgets a {
    color: #960f14; }
  .social-widgets #pinterest, .social-widgets #instagram, .social-widgets #twitter {
    top: 20px;
    left: 38%; }
  .social-widgets .fa-2x {
    background: #fff; }
  .social-widgets .fa-inverse {
    z-index: 1; }
  .social-widgets .fa-circle, .social-widgets #pinterest {
    color: #ccc;
    z-index: 1; }
  .social-widgets aside {
    position: relative; }
    .social-widgets aside h1 {
      display: none; }
    .social-widgets aside[id^="text-"] {
      margin: 0; }
    .social-widgets aside:not([id^="text-"]) {
      padding: 20px 8px 10px;
      border: 1px solid #ccc;
      border-radius: 5px; }
  .social-widgets ul:not(#tweets) {
    list-style-type: none;
    padding: 0;
    *zoom: 1; }
    .social-widgets ul:not(#tweets):before, .social-widgets ul:not(#tweets):after {
      display: table;
      content: "";
      line-height: 0; }
    .social-widgets ul:not(#tweets):after {
      clear: both; }
    .social-widgets ul:not(#tweets) li {
      width: 50%;
      float: left;
      padding: 5px;
      max-height: 77px;
      overflow: hidden; }

@media print {
  article.recipe .tiled-gallery, article.recipe p {
    display: none; }
  article.recipe ol > li > p {
    display: block; }
  article.recipe .entry-content p > img:not(.size-full) {
    display: none; } }
a.print {
  background: url(/blog/wp-content/themes/cpwm/img/print-icon.png);
  background-size: cover;
  display: block;
  height: 32px;
  width: 32px;
  float: right;
  margin: 2em;
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */
