
@import url(//fonts.googleapis.com/css?family=Open+Sans);

body {
  padding-top: 30px;
  font-family: open sans, helvetica, arial;
  line-height: 1.4;
  margin: 0;
  font-size: 15px;
  background-color: #ffffff;
  color: #333;
  background-image: url('../images/bg_very_warm.png');
}

@media screen and (max-width: 800px){
  body {
    padding-top: 10px;
  }
}

h1, h2, h2 > a, a >h2, h3, a>h3, h3>a, h4, h5, h6{
  color: #553300;
  font-weight: normal;
}

h1 {
  font-size: 22px;
  line-height: 22px;
}

h2, h2 > a, a > h2{
  font-size: 19px;
  padding: 0;
  margin: 0;
}

h3 {
  text-decoration: none;
  font-size: 17px;
  padding: 0;
  margin: 0;
}

#body a:hover:not(.button),#body a:active:not(.button),#body a:focus:not(.button){
  text-decoration: underline;
  color: rgb(0,0,192);
}

a.delete {
  font-weight: bold;
  color: #ffffff;
  background-color: #526fa3;
  padding: 0 3px 0 4px;
}

#content h1 {
  margin-top: 4px;
}

#feedback {
  border-radius: 7px 7px 7px 7px;
  box-shadow: 0 0 5px #CCCCCC;
  color: #000000;
  font-size: .9em;
  font-weight: bold;
  margin: 15px;
  padding: 8px;
  text-align: center;
}

#feedback.error {
  border: 1px solid #DDBB99;
}

#feedback.info {
  border: 2px solid #aabbcc;
  background-color: #ccddee;
}

#user_info {
  text-align: right;
  float: right;
  margin-top: -30px;
}

#login_form {
  margin-left: 25px;
  margin-top: 25px;
}


/* Layout styles #fdfdc5*/

#page {
  max-width: 919px;
  margin: auto;
}

#breadcrumbs {
  border: 1px solid #cccccc;
  border-radius: 0.25rem 0.25rem 0 0;
  background-color: rgba(255, 255, 255, .5);
  border-bottom: 0;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 11px;
  height: 21px;
}

#body {
  border-right: 1px solid #c2c3d1;
  border-left: 1px solid #c2c3d1;
  margin-top: 0;
  padding: 15px;
  text-align: left;
  /*float: left;*/
  width: 632px;
  background: #ffffff;
}

#logo {
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 0;
  height: 60px;
  width: 200px;
  float: left;
}

@media all and (max-width: 800px) {
  #logo {
    margin: 0 auto;
    float: none;
    width: 100%;
    text-align: center
  }
}

#content {
  margin: 0 15px 30 15px;
  min-height: 80vh;
}

#leftbar {
  width: 170px;
  float: left;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ddddf8;
}


/* footer styles */

div.footer {
  border-radius: 0 0 0.25rem 0.25rem;
  background-color: rgba(207, 190, 164, 0.43);
  border: 1px solid #cccccc;
  margin-top: 0;
  padding: 7px;
  text-align: center;
  clear: all;
  /*font-family: arial;*/
  font-size: 12px;
  color: #A58362;
}

a.footer, a.footer_here {
  color: #887766;
}

a.footer:hover, a.footer_here:hover {
  color: #333333;
}


/* Menu styles */

#menu {
  float: right;
  margin-top: 25px;
  margin-right: 2px;
}

#header-cart-info{
  margin-top: 10px;
  background-color: #fff;
  float: right;
  width: 450px;
  /*text-align: left !important;  This is to punch  */
  border-radius: 5px;
  border: 1px solid #cccccc;
  display: none;
}



.menu .img_menu_link, .img_menu_link_on {
  margin: 0;
}

.menu_link_on, .menu_link {
  padding: .44em .8em;
  display: inline-block;
  line-height: 1.2;
  margin: 0;
  margin-right: -4px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, .6);
  color: #714238;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  white-space: nowrap;
  font-weight: normal;
}


a.menu_link_on {
  background-color: rgba(255, 255, 255, 1);

}

a.menu_link_on:last-child, .menu_link:last-of-type, a.menu_link_on:last-of-type{
  border-radius: 0 0.25rem 0.25rem 0;
  border-left: 0;
  margin-right: 0;
}

a.menu_link_on:first-child, .menu_link:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
  border-left: 1px solid #cccccc;
}
@media all and (max-width: 900px) {
  #menu {
    display: block;
    width: 100%;
    margin: 0 auto .3em; auto;
    float: none;
    text-align: center;
  }

  #header-cart-info{
    width: 100%;
  }

  #sidebar_td{
    display: none;
  }
  #body {
    box-sizing: border-box;
    width: 100%;
  }
}
#pagelinks a.menu_link_on, #pagelinks a.menu_link {
  font-size: 14px;
  padding-left: 20px;
  background-color: #eeeeee;
}

a.menu_link_on:hover, a.menu_link:hover {
  background-color: rgba(255, 255, 255, 1);
}


.breadcrumbs a {
  color: #444444;
}

img.button {
  vertical-align: middle;
  margin: 0;
  border: 0;
  margin-left: 3px;
  padding: 3px;
}

img.button:hover {
  padding: 3px;
  background-color: #ccddee;
}

/* Pagecart */
.product_image {
  float: left;
  margin-right: 15px;
  color: white; /* for no image avalable  text */
}

.product_block{
  border-bottom: 2px solid #dddddd;
  padding: 1.5em;
}
/* Catalog styles */

.prod_title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: left;
}

.prod_description {
  text-align: left;
  display: block;
}

.price {
  display: block;
  text-align: left;
}


/* Gallery image styles */

.gal_image_full {
  float: left;
  padding: 0 15px 15px 15px;
}

.gal_image_title_full {
  font-weight: bold;
  font-size: 18px;
  display: block;
}

.gal_image_caption {
  clear: left;
}


/* Blog styles */

#blog_menu {
  margin-left: -5px;
  margin-top: -8px;
  width: 230px;
  float: left;
  border-right: 0 solid brown;
  padding: 10px;
  text-align: left;
}

#blog_menu a {
  display: block;
}

.blog_post {
  padding-bottom: 20px;
  margin-bottom: 80px;
  border-bottom: 4px solid #ddd;
}

.blog_post h2 {
  margin: 1px;
  margin-left: 0;
  text-decoration: none;
  /*padding-bottom: 20px;*/
}

.comment_meta {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #777777;
  margin-top: 20px;
  margin-bottom: 45px;
}

.blog_post .post_meta{
  text-transform: uppercase;
  font-size: 0.8em;
  color: #777777;
}

.comment_meta {
  margin-top: 10px;
  margin-bottom: 18px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.comment {
  margin-bottom: 30px;
  margin-top: 5px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(54,54,54,0.07);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(54,54,54,0.07);
  box-shadow: inset 0px 0px 5px 0px rgba(54,54,54,0.07);
  border:1px solid #c7c7c7;
  border-radius: 10px;
  padding: .5em 1em;
}


/* Other styles */

#contact_box {
  background-COLOR: #edebd5;
  width: 400px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #cccccc;
}

span.contact_label {
  float: left;
  color: #5B5B4F;
  clear: left;
  display: block;
  width: 130px;
  font: 100% Arial, sans-serif;
  margin: 5px 10px 5px 0;
  padding: 2px 0 0 0;
}

span.required {
  color: #990000;
}

input.contact, textarea.contact, textarea.user_form, input.user_form {
  font-family: inherit;
  margin: 5px 0 5px 0;
}
textarea.user_form{
  min-height: 7em;
}

textarea.contact {
  width: 200px;
  height: 100px;
}

span.form_label {
  float: left;
  clear: left;
  display: block;
  width: 130px;
  margin: 5px 10px 0 0;
  padding: 2px 0 0 0;
  text-align: left;
}


/* Events display styles */

div.event_listing, div.event {
  background-color: #FDFDFB;
  border: 1px solid #EEEEEE;
  border-left: 0;
  border-right: 0;
  margin-bottom: 30px;
  padding: 20px;
}

.event_listing .event_title {
  font-size: 1.2em;
  color: #996633;
  margin-bottom: 10px;
}

a.event_title:hover {
  color: #000;
}

img.event {
  float: left;
  margin-right: 20px;
}

h2.events_header {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}

h2.past {
  margin-top: 100px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bb9933;
}


/* Single event display */

div.single_event {
  margin-bottom: 50px;
}

div.single_event a.backlink {
  font-size: 1.1em;
  margin-top: 40px;
  display: block;
  text-align: center;
}

.nav_link:nth-child(8)>.nav_item {
  text-shadow: 2px 2px 0 #beb48c;
}

.single_event_data_item {
  margin: 20px 10px 10px 10px;
  margin-left: 100px;
}

.single_event_data_item .title {
  font-size: 1.3em;
  margin-left: -100px;
  display: block;
  float: left;
}

.single_event h1 {
  font-size: 25px;
}

.promo_image {
  float: right;
  margin-top: 20px;
  margin-left: 20px;
}


/* Cart styles */

#cart_errors {
  border: 1px solid red;
  padding: 10px;
  background-color: #ffeedd;
}

div.cart_box{
  background:#fafafa;
  padding: 10px;
  border:1px solid #eeeeee;
  margin-bottom: 4px;

}
div.cart_box h2{
  background:#eeeeee;
  padding: 5px;
  margin-bottom: 10px;
}


div.cart_box input{
  width: 100%;
  max-width: 25rem;
}

div.sidebar_box_header{
  width: 100%;
  display: flex;

}

#sidebar{
  font-size: .9em;
  padding-top: 0;
  background-color: rgba(255, 255, 255, .4);
  width: 240px;
  float: left;
  margin-left: 12px;
  padding-bottom: 10px;
  border: 1px solid #c2c3d1;
  border-radius: 0.25rem;
}

#sidebar p {
  text-align: left;
  margin: 5px 0px;
}

#sidebar h2, #sidebar h3{
  margin: 0 .2em;
}

div.line{
  background-color: rgba(194,195,209, 1);
  height: 1px;
  width: 100%;
  margin-top: .92em;
}

#sidebar input,
#sidebar a.button,
#sidebar submit,
#sidebar button{
  width: 100%;
  box-sizing: border-box;
}

div.sidebar_box{
  text-align: center;
  padding: 18px 10px;
}

div.sidebar_box:first-child{

  padding-top: 14px;
}

.sidebar_add_to_cart {
  padding: 10px 0 10px 0;
}

.sidebar_product_title {
  font-weight: bold;
}

#sidebar_cart {
  padding: 10px 0 10px 0;
}

#optin{
  max-width: 400px;
}

#optin_error {
  border: 1px solid red;
  padding: 5px;
  background-color: #ffeedd;
}

a.album_title_blurb {
  font-size: 1.3em;
  font-weight: bold;
}

body.photo {
  /*font-family: arial;*/
  margin-top: 0;
  text-decoration: none;
  background-color: #444444;
}

.title {
  /*font-family: arial;*/
  font-size: 17px;
  font-weight: bold;
  color: #aaaaaa;
  text-decoration: none;
}

hr {
  border: none 0;
  border-top: 1px dashed #aaaaaa;
  width: 100%;
  height: 1px;
}

.comment_form {
  border: 1px solid lightgrey;
  padding: 1em;
  max-width: 700px;
}

.comment_form textarea {
  width: 100%;
  height: 6em;
  padding: .5em;
}

.comment_form input {
  max-width: none;
  padding: .3em;
}

input.pretty_input {
  margin: 2px;
}


.golden_feature_box{
  font-size: 16px;
  width: 887px;
  height: 548px;
  /*height: calc(width * 61.8%);*/
  border-bottom: 1px;
  box-sizing: border-box;
  background-color: #FFF9DE;
}

.golden_feature_box div{
  box-sizing: border-box;
  padding: 1em;
}
.golden_child_lesser{
  width: 338px;
  display: inline-block;
}
.golden_child_greater{
  width: 547px;
  display: inline-block;
}

.feature_box h2, .feature_box h3,  .feature_box h2 > a{
  color: #996633;
  /*font-variant: small-caps;*/
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

table.events_feature td {
  border-bottom: 1px solid #dddddd;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}

table.events_feature .location {
  font-style: italic;
}

table.events_feature .event_feature_title {
  padding-left: 10px;
  padding-right: 10px;
  /*font-size: 1.05em;*/
}


#popup {
  border: 0 solid gray;
  background-color: #fff;
  position: fixed;
  left: 35%;
  top: 35%;
  z-index: 1001;
  box-shadow: 0 3px 10 #555;
  padding: 25px;
  -moz-border-radius: 10px;
  -moz-transition: opacity .5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}

.popover {
  margin: auto;
  margin-top: auto;
  width: auto;
  max-width: 300px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 5px 30px rgba(0,0,0,.6);
  padding: 20px;
  padding-top: 10px;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=1);
  margin-top: 20vh;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-height: 300px){
  .popover{
    margin-top: 0;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 10%;
    left: -50%;
		/*left: calc(50% - 150px);*/
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* #######    SEARCH FORM    #######*/
#header_search_div{
  display: inline-block;
  width: 240px;
  margin-left: 10px;
  margin-bottom: -11px; /* this is HORABLE!! no idea why it's needed, otherwise ff pops it up above other menu_links*/
}

@media screen and (max-width: 600px){
  #header_search_form, #header_search_div{
    max-width: 350px;
    width: 100%;
    margin: auto;
  }
}

#keywords a{
  font-weight: normal;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.gallery-image-single{
  max-width: 100%;
  margin: auto;
}

blockquote.review{
}

.review cite{
  display: block;
}

.review cite .attribution_name{
  font-weight: bold;
}

.review cite span:before{
  content: ', ';
}

.review cite span:first-child:before{
  content: '— ';
  padding-left: 1em;
  font-weight: normal;
}


.sidebar_box blockquote.review{
  margin: 0;
  padding: 5px 0 18px 0;
  text-align: left;
}

.closeX{
  position:absolute;
  top:.4em;
  right:.7em;
  display: block;
  cursor: pointer;
}
.closeX:before{
  font-family: FontAwesome;
  content: "\f057";
}
.sumoSlideUp{
  position: fixed;
  bottom: -1px;
  right: 30px;
  min-width: 275px;
  max-width: 300px;
  background-color: white;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,.5);
  display: none;
  padding: .7em;
  text-align: center;
}
.sumoSlideUp h2{
  /*margin-right: 1.5em;
  text-align: left;*/
  margin-top: -4px;
}
