/* @import url("sizes.css"); */
/****** General  ********/
.hidden {
  display: none;
}
.smaller {
  font-size: .8em;
}
.bigger {
  font-size: 1.2em;
}
.required {
  color: red;
  font-size: 1.2rem;
  font-style: italic;
}
/****** Banner  ********/
/******************************  Top Bar (Foundation) ******************/
.top-bar {
  background: none;
  height: 1.8rem;
}
.top-bar .name {
  height: 1.5rem;
/*  background: #0C1A37;*/
}
.top-bar .title-area {
  width: 15%;
}
.top-bar .title-area img {
  max-height: 98%;
}
.top-bar-section ul {
  width: auto;
  padding-right: 1rem;
}
.top-bar-section li:not(.has-form) a:not(.button) {
/*  background: #0C1A37;*/
  line-height: 1.8rem;
  padding: 0 0.8rem;
}
.top-bar .toggle-topbar.menu-icon {
  left: 0;
  right: auto;
  top: 0;
  margin-top: 0;
}
.top-bar .toggle-topbar a {
  text-transform: none;
}
/************  Main Menu  ********************/
.top-bar-section ul li, 
.top-bar-section ul li a,
.top-bar li,
.top-bar li > a {
  background: none !important;
  margin: 0 .5rem;
  font-family: 'Raleway', sans-serif;
}
.top-bar-section ul li.menu-title {
  background: #D5E1FA !important;
  border-top: 1px white solid;
  border-bottom: 2px white solid;
  margin-top: .5rem;
}
.top-bar-section ul li.menu-title a {
  background: none !important;
  color: #003298 !important;
}
/*
.top-bar .left li.contact,
.top-bar .left li.contact > a {
  font-size: 1.175rem;
  font-weight: 600;
}
*/
.top-bar li {
  margin-left: 3px; 
}
.menu-line2 {
  color: white;
  font-size: 0.8rem;
  position: relative;
  top: -.3rem;
}
.menu-section {
  display: inline-block;
  width: 200px;
  margin: 0 5px;
  vertical-align: top;
}
ul.dropdown {
  line-height: 1.2;
  display: block;
  font-size: .8rem;
  padding-bottom: .6rem !important;
}
.dropdown li {
  margin-left: 0;
}
/************  Admin Menu  ********************/
.admin-menu {
/*    display: none;*/
}
.admin-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.admin-menu li {
  margin: 0 !important;
}
.admin-menu a {
    cursor: pointer;
    color: white;
    font-weight: normal;
    background: #215b64 !important; 
}
.admin-menu .dropdown a {
    margin: 0;
    padding: 0 1rem !important;
}
.admin-menu a:hover {
    color: #cccccc;
}


/******************************  Footer ******************/
.footer {
  padding: 1rem 0;
  margin-top: 2rem; 
}
.footer .logo {
  margin: 0 auto;
  height: auto;
}
.footer p {
  color: #CCD2C9;
  font-size: 1.4rem;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #cccccc;
}
.bayberry {
  font-size: .8rem;
  padding: 1rem 0;
  margin: 1rem auto 0;
  color: #CCD2C9;
}
.bayberry a {
  color: #ffffff;
}
.bayberry a:hover {
  color: #777777;
}
/*   ***************   Style the content   **************/


/*      text alignment is in Foundation       
text-right
text-center
text-left??
*/

/******************************  Styles repeated from foundation.css - for editor ******************/
body {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
p {
  line-height: 1.6;
  margin-bottom: .8em;
}
/******************************  Text styles for editor ******************/
.bold1 {
  color: #04811F;
  font-family: 'Raleway', sans-serif;
  font-size: 1.10rem;
}
.bold2 {
  color: #73818D;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
.big-text {
  font-size: 1.25em;
}
.small-text {
  font-size: 0.8em;
}
.border-lo {
  border-bottom: 1px white solid;
  padding-bottom: .5rem;
}
/*      article       */
.article {
	border-top: thin solid #35366E;
	border-top: thin solid #0167D1;
	margin-top: 12px;
	padding-left: 8px;
	clear: both;
}
.article .ID,
.article .status,
.article .enddate,
.article .calendar,
.article .when_updated,
.article .date_expiry,
.article .note {
    display: none;
}
.article .title {
    font-size: 1.4em;
    margin-top: 14px;
    display: inline-block;
    width: 64%;
	color: #000071;
}
.article .dates {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 1.25em;
    color: #990000;
    display: inline-block;
    width: 35%;
    text-align: right;
}    
.article .location {
    display: inline-block;
    width: 70%;
/*    background: #cccccc; */
}
.pic-content {
    float: right;
    width: 30%;
    margin: 10px 0 0 10px;
}
.pic-content img {
    max-width: 100%;
    max-height: 190px;
}
.article .time {
    display: inline-block;
    width: 29%;
    text-align: right;
/*    background: #cccc00; */
}
.article .cost {
    display: inline-block;
}
.article .cost:before {
    content: "Cost: ";
}
.article .sponsor-info {
}
.article .org_name {
    color: #000071;
    font-weight: bold;
}
.info-text {
  display: none;
}
.content {
  position: relative;
  z-index: 30;
  min-height: 20rem;
}
.content .indicator {
  width: 100%;
}
.content a {
  color: #0E3DA6;
  text-decoration: underline;
}
/************   Images   ***************/
.pic-left {
    float: left;
    margin-right: 1rem;
}
.pic-right {
    float: right;
    margin-left: 1rem;
}
.pic-centre {
    max-width: 80%;
    margin: auto;
    display: block;
}
.pic-left,
.pic-right {
    max-width: 60%;
    margin-bottom: 2rem;
}
.pic-left img,
.pic-right img {
    max-width: 96%;
    margin: 0 auto;
    display: block;
}
.pic-centre img {
    max-width: 90%;
    display: block;
    margin: .5rem auto 2rem;
}
.pic-caption {
    text-align: center;
    color: #0E3DA6;
    font-style: italic;
    width: 90%;
    margin: auto;
}
.small{
    width: 48% !important;
}
#art3 .small,
#art6 .small{
    width: 25% !important;
}
.tiny {
  width: 36% !important;
}
.no-border {
    border: 0 none !important;
    padding: 0 !important;
}
.popup {
  cursor: zoom-in; 
}
.clicktozoom {
    margin: -1.5rem 1rem -1rem 0;
    text-align: right;
    font-size: 0.8rem;
    color: white;
}
/************   Product image pop-up   *****************/
#page-shader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 40;
    text-align: center;
    background: rgba(0,0,0,0.7);
}
#page-shader img {
  position: relative;
  margin-top: 2%;
  cursor: zoom-out;
  max-height: 90%
}
.noscroll {
  overflow-y: hidden;
}
/******************************  Shopping Cart  ****************/
.picx-list.last-prod {
  border: none;
  height: 0;
}
.pops .show-pic,
.pops .show-doc {
  background: #F1CC67;
  border-radius: 4px;
  padding: .3rem;
  margin: 0 .8rem;
}
.pops .show-pic a,
.pops .show-doc a {
  color: black;
}
.picx-list .addtocart {
	position: absolute;
	bottom: 3px;
	width: 90%;
	margin-bottom: 0;
}
.picx-list .price {
/*    float: right;*/
  display: inline-block;
  width: 25%;
  font-weight: bold;
  text-align: right;
  font-size: 1.2rem;
}
.picx-list label {
  width: 15%;
  display: inline-block;
}
.picx-list .qty {
  display: inline-block;
  width: 70%;
}
.picx-list .quantity {
  width: 25%;
  text-align: center;
  display: inline-block;
}
.button,
.shop-more,
.cart .submit-button,
.picx-list .submit-button {
/*    float: right;*/
  margin-top: .2rem;
  display: inline-block;
  background: #417E9D;
  color: #FFF;
  padding: .5rem;
  font-size: .95rem;
  border: none;
  border-radius: 4px;
  line-height: 1.4;
}
.button:hover {
  background: #B0CFDF
}
.button.normal {
  background: #417E9D;
}
.button.mouseon {
  background: #B0CFDF;
}
.button.down {
  background: #87330E;
}
.submit-button a { 
  color: white;
  text-decoration: none;
}
.confirm .submit-button {
  background: #4D8938;
  font-size: 1.0rem;
}
.cart {
    font-size: 0.9em;
}
.gallerypage #side {
    display: none;
}
#content.gallerypage {
    width: 91.5%;
}
.cart .page-title {
    font-size: 1.4em;
}
.cart label {
    width: 100%;
    text-align: left;
    color: green;
}
.cart .likealabel {
    font-size: .9em;
    color: green;
}

.cart .cart-prodname {
    display: inline-block;
    width: 100%;
    white-space: nowrap;      /*keep the text on one line*/
    overflow: hidden;         /*prevent the text from being shown outside the border*/
    text-overflow: ellipsis;  /*cut off text with an elipsis*/
    font-size: 1.0em;
    background: #DCEDCF;
    border-top: 1px solid #BE633B;
}
.cart .cart-calc {
    text-align: right;
    display: inline-block;
    width: 20%;
}
.cart .cart-total {
    border-top: 1px black solid;
    padding: 3px 0 10px;
    font-size: 1.2em;
    border-bottom: 3px black double;
    
}
.cart .like-items,
.cart .cart-items {
    display: inline-block;
    width: 50%;
}
.cart .like-total-amount,
.cart .cart-total-amount {
    display: inline-block;
    width: 45%;
    text-align: right;
}
.cart input[type='file'],
.cart input[type='text'] {
    width: 100%;
    margin: 0 0 .5rem;
    height: 1.8rem;
}
.cart textarea {
    width: 100%;
    margin: 0 0 5%;
    resize: vertical;
    height: 4rem;
}
.checkout .cart {
}
.checkout .cart label {
  vertical-align: baseline;
}
.checkout .cart .cart-photo {
  display: inline-block;
  width: 15%;
}
.checkout .cart .cart-photo img {
  max-width: 96%;
  max-height: 6rem;
}
.checkout .cart .cart-prodname {
  width: 52%;
  padding-left: 1rem;  
  white-space: normal;      /*keep the text on one line*/
  overflow: visible;         /*prevent the text from being shown outside the border*/
}
.checkout .cart .cart-calc {
  width: 30%;
}
.checkout .cart .quantity {
  width: 2.5rem;
  display: inline;
  text-align: right;
}
.checkout .cart .cart-amount {
  width: 2.5rem;
  display: inline-block;
}
.checkout .cart input[type=radio] {
  display: none;
}
.checkout .cart .fake-radio {
  width: 20px;
  height: 20px;
  background: #ddd;
  display: inline-block;
  border: #999 double 3px;
  border-radius: 4px;
  margin-right: .5rem;
  position: relative;
  top: .2rem;
}
.checkout .cart input:checked + span {
  background: #C0643B;
  color: white;
}
.checkout .cart input:checked + span:after {
  content: '\2713';
  position: relative;
  top: -.2rem;
  left: .1rem;
  font-size: 
}
.for-radio {
  font-size: 1.0rem;
}
.shift-right {
  margin-left: 10%;
}
.finalize {
}
/*.checkout .cart .free-shipping-notice,*/
.checkout .cart .delivery-option,
.checkout .cart .register-option,
.checkout .cart .ship-options,
.checkout .cart .email {
  display: none;
}
.shoppage .cart form {
}
.shoppage .cart .empty-cart {
  display: none;
}
.shoppage .shipping-info {
  margin-top: 1rem;
  border-top: 1px solid #008000;
}
.paypal-blurb, 
.payother-blurb {
  margin-top: .8rem;
  border: 1px solid #008000;
  padding: .5rem;
  width: 100%;
}
.steps .step {
  padding: .2rem;
  border: 1px solid #4D8938;
  display: inline-block;
  width: 22%;
  text-align: center;
}
.steps .between {
  display: inline-block;
  width: 4%
  text-align: center;
}
.steps + .required {
  margin: .5rem 0 -.5rem;
}
.orderprocess p {
  margin: 0;
}
.orderprocess p.addspace {
    line-height: 1.6;
    margin-bottom: .8em;
}
/******************************  Individual Product Page ******************/
.prodpage .pop-cart {
  float: right;
}
.prodpage img.photo {
  margin: 1rem 0 1rem auto;
  width: 95%;
}
.prodpage .addtocart { display: none;
	width: 90%;
	margin-bottom: 0;
}
.prodpage .price {
/*    float: right;*/
  display: inline-block;
  width: 25%;
  font-weight: bold;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1;
}
.prodpage .prod-code {
  font-size: .8rem;
  font-weight: normal;
  color: #c0643b;
}
.prodpage label {
  width: 15%;
  display: inline-block;
}
.prodpage .qty {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}
.prodpage .quantity {
  width: 25%;
  text-align: center;
  display: inline-block;
}
.prodpage object {
  width: 100%;
  height: 40rem;
}
.prodpage .cart-pop {
  display: none;
}
.prodpage .cart {
  background: wheat;
/*  left: 50%;*/
/*  margin-left: -12%;*/
}
.cart-close {
  float: right;
  background: red;
  color: white;
  padding: .3rem;
  font-weight: bold;
  cursor: pointer;
  display: none;
}
/******************************  Photo Albums ******************/
.page-list img {
  max-height: 300px;
  display: block;
  margin: 2rem auto;
}
.page-list p {
  text-align: center;
}
.page-list .page-title {
  font-size: 1.2em;
}
/******************************  Slick Carousel (Foundation) ******************/
.photogallery .picdiv img {
  max-width: 96%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}
.photonav .picnav {
  max-width: 20%;
  margin: auto;
}
.picdiv p {
/*  text-align: center;*/
  width: auto;
  position: absolute;
  top: 10%;
  overflow-y: hidden;
  background: rgba(0,0,0,.6);
  background: rgba(0, 50, 152, 0.4);
  padding: .4rem;
  color: white;
  font-family: 'Raleway', sans-serif;
}
.picdiv .name {
  font-weight: 500;
}
.slick-prev,
.slick-next {
  background: #003298;
  color: white;
  width: 40px;
  height: 40px;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background: #003298;
}
.slick-prev {
  left: 2%;
}
.slick-next {
  right: 2%;
}
.picnav img {
  padding: 0 .2rem;
  max-height: 10rem;
  margin: auto;
}
.home .photogallery {
  margin-top: 2rem;
}
.photonav .slick-track {
}
.slick-slider {
  margin-bottom: 1rem;
}
/******************************  Contact Form ******************/
form {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
fieldset {
    border: 0;
    border-top: 1px solid #1E4C3B;
    margin: 1% 0;
}
label {
    display: inline-block;
    width: 25%;
    text-align: right;
    margin: 1% 2% 0 0;
    vertical-align: top;
}
select,
input[type='file'],
input[type='text'],
textarea {
    width: 60%;
    margin: 1% 0 0;
    display: inline-block;
}
textarea {
  height: 6rem;
}
.instruction {
  color: #008000;
  display: inline-block;
  font-size: 0.8em;
}
.contact input[type='submit'] {
  width: 6rem;
  height: 2rem;
  margin-bottom: 1rem;
  background: #477532;
  color: #FFF;
  font-size: 1.2rem;  
}
*/
/************ For Specific Pages ********/
.home .gallery-head {
  display: none;
}
table {
/*  background: #BBC9E9;*/
}
tr:nth-child(odd) {
  background: #EAEEF8;
}
td:first-child {
  width: 9.5rem;
}
td:nth-child(2),
td:nth-child(3),
td:nth-child(4) {
  width: 4.5rem;
  text-align: right;
}
.camping td:first-child {
  width: 14rem;
}
/************   Google Map    ***************/
#map_canvas { 
    height: 720px;
    margin-bottom: 2rem;
}
#map_canvas img {
    background-color: transparent;
/*    max-width:none;*/
    max-width: 1200px;
    max-height: none;
    padding: 0px;
    outline: none;
    border-radius: 0;
}
#map_canvas .market-pic,
#map_canvas .info-pic {
    max-width: 10rem !important;
    margin: 0;
}
.infotext {
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif !important;
	color: #005e89 !important;
}
.infotext .heading2 {
    font-size: 1.1em !important;
    font-weight: bold !important;
}
.infotext .ontheright {
    width: 60%;
}
.markerlabel {
    border: black 1px solid;
/*    font-size: 1.0em !important;*/
/*    font-weight: bold !important;*/
    color: green;
    padding: 4px;
    background: #eeeeee;
    line-height: 100%;*/
//    width: 25%;
}
#directions-panel {
    height: 100%;
    float: right;
    width: 390px;
    overflow: auto;
}
/********************************/
/*           Redactor           */
/********************************/
.redactor-box {
  display: inline-block;
  width: 100%;
  z-index: 150;
}
.redactor-editor {
  border-color: #aaa; 
}
.redactor-toolbar li a {
    color: #6B99B0;
    font-size: .8rem;
    border: solid 1px #B0CFDF;
    margin-right: 2px;
    box-shadow: 1px 1px 1px #B0CFDF;
    border-radius: 10%;
    padding: .4rem;
}
.redactor-toolbar {
  padding-top: .5rem !important;
}
.redactor-toolbar.toolbar-fixed-box {
  top: 130px;
  z-index: 100;
}
.redactor-toolbar-tooltip {
  background: #B0CFDF;
  color: #ffffff;
}
.redactor-toolbar li a:hover {
  outline: none;
  background-color: #B0CFDF;
  color: #fff;
}
.redactor-toolbar li a.redactor-btn-image {
  width: auto;
  height: auto;
}
.re-icon.re-clear,
.re-icon.re-html,
.re-icon.re-formatting {
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
}
.re-formatting:before {
  content: "Styles";
}
.re-html:before {
  content: "Code";
}
.re-clear:before {
  content: "Clear";
}
.re-bold,
.re-formatting,
.re-unorderedlist,
.re-link {
  margin-left: .5rem;
  border-left: 8px solid #B0CFDF !important;
}
.redact-help {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  font-size: 1.0rem;
  color: #69ACCF;
  
}
.redactor-dropdown {
  max-height: 400px;
  background: #ECF4F8;
}
.redactor-dropdown a {
  padding: .2rem;
}
/************ Brought in from redactor.css ********/
.redactor-editor code,
.redactor-editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif !important;
  cursor: text;
}
.redactor-editor code {
  background-color: #d8d7d7;
}
/************ General - not(?) modified by Media Queries ********/
h1 + h2 {
  margin-top: .8rem;
}
h1 small {
  font-size: 80%;
}
h1 {
  margin: 1.3rem 0 0 0;
}
h2 {
  margin: .8rem 0;
  border-top: 1px solid #cccccc;
  padding-top: 1rem;
}
.article-row.row {
/*  margin-top: 1rem;*/
}
.page-title-row + .article-row {
  margin-top: 0rem;
}
.article-row ul {
  list-style-image: url("images/dot.gif");
}
/******************************  Media Queries (Foundation) ******************/
@media only screen and (min-width: 40.063em) {
/*
.top-bar .title-area {
  float: none;
  width: 75%;
}
.top-bar-section .left {
  float: none !important;
  display: inline-block;
}
.top-bar-section ul {
  display: inline-block;
}
*/  

}

/******************************  Media Queries Revised - get rid of the other section (Foundation) ******************/
/* Small screens */
@media only screen {  /* Define mobile styles */
body /*{background: #FFE4C4;}*/
  h1 {
    font-size: 1.1rem;
  }
  h2,
  h3 {
    font-size: 1.0rem;
  }
  .top-bar-section ul {
    margin-left: 2rem;
    margin-top: .5rem;
  }
  .row {
    margin: 0 1rem;
  }
  .row .row {
    margin-right: 0;
  }
  .top-bar-section ul li, 
  .top-bar-section ul li a,
  .top-bar li,
  .top-bar li > a {
    text-align: left;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
  /*  background: #0C1A37;*/
    padding: 0 0.8rem;
  }
/*  Slick Carousel (Foundation) ******************/
  .photogallery .picdiv img {
    max-height: 320px;
  }
  .photogallery .slick-track {
    height: 320px;
  }
  .picdiv p {
    font-size: .8rem;
    left: 5%;
  }
  .picdiv .name {
    font-size: 1.0em;
  }
}

@media only screen and (max-width: 40em) { 
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

@media only screen and (max-width: 35em) { /* max-width 560px, mobile-only styles, for really narrow screens */
} 
@media only screen and (max-width: 30em) { /* max-width 480px, Narrowest screen supported */
}

/* Medium screens */
@media only screen and (min-width: 40.063em) {  /* min-width 641px, medium screens */
  body /*{background: #FFF8DC;}*/
  h1 {
    font-size: 1.4rem;
  }
  h2,
  h3 {
    font-size: 1.2rem;
  }
  .top-bar {
    line-height: 1;
  } 
  .top-bar .name {
    height: auto;
  }
  .top-bar-section {
    width: 100%;
    left: 0 !important;
  }
  .top-bar-section ul {
/*    margin-left: 11rem;*/
  }
  .top-bar-section ul.left li,
  .top-bar-section ul.left li > a {
    font-size: .9rem;
  }
  .top-bar-section ul li, 
  .top-bar-section ul li a,
  .top-bar li,
  .top-bar li > a {
    text-align: center;
  }
  .top-bar-section ul.left li ul li,
  .top-bar-section ul.left li ul li > a {
    font-size: 1.0rem;
    line-height: 1.9 !important;
  }
  .top-bar-section .has-dropdown > a:after {
    top: 1rem;
    border: inset 6px;
    border-color: 
      rgba(255, 255, 255, 0.7) 
      rgba(0, 0, 0, 0) 
      rgba(0, 0, 0, 0) 
      rgba(0, 0, 0, 0);
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 0.28rem;
  }
  .top-bar-section .has-dropdown.products > a + .dropdown  {
    width: 640px;
  }
/*  Slick Carousel (Foundation) ******************/
  .photogallery .picdiv img {
    max-height: 320px;
  }
  .photogallery .slick-track {
    height: 320px;
  }
  .picdiv p {
    font-size: .9rem;
    left: 5%;
  }
  .picdiv .name {
    font-size: 1.2em;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.063em) {  /* min-width 1025px, large screens */
body /*{background: #CBE9D2;}*/
/*
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
*/  
  .row {
    margin: 0 auto;
  }
  .row .row {
    margin-right: -0.9375rem;
  }
  .top-bar {
    line-height: 1;
  } 
  .top-bar-section {
  }
  .top-bar-section ul.left li,
  .top-bar-section ul.left li > a {
    font-size: 1.3rem;
  }
  .top-bar-section .has-dropdown > a:after {
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
  /*  background: #0C1A37;*/
    padding: 0 0.1rem;
  }
/*  Slick Carousel (Foundation) ******************/
  .photogallery .picdiv img {
    max-height: 540px;
  }
  .photogallery .slick-track {
    height: 540px;
  }
  .picdiv p {
    font-size: 1.0rem;
    left: 10%;
  }
  .picdiv .name {
    font-size: 1.4em;
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/********************************/
/*        For This Site         */
/********************************/

/****** Variables  ********/
:root {
/*  --main-color: #8fa2bc;*/
  --main-colour: #4477c0;
  --mid-colour: #d4e8f7;
  --light-colour: #ffffff;
  --title-font: 'Overlock', cursive;
/*  --body-font: 'Arial Narrow', Arial, sans-serif;*/
  --body-font: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
/****** Body  ********/
body {
/*
  background: linear-gradient(rgba(112,127,86,0.33), rgba(112,127,86,0.33)),
                  url('images/background.jpg') center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
*/
/*  background: var(--mid-colour);*/
/*  background: url('images/flowers.png') 24rem -6rem no-repeat;*/
  background-size: 30%; /* image size 855 by 848 file */ 
  font-family: var(--body-font);
}
/****** Text  ********/
h1, h2 {
  color: var(--main-colour);
  font-weight: 500;
}
h3, h4 {
  color: var(--main-colour);
}
.script-text {
  font-family: var(--title-font);
  font-size: 1.5rem;
  line-height: 1.2;
}
/****** Banner  ********/
.banner {
  position: relative;
/*/*  background: var(--mid-colour);
/*  background: #d4e8f7 url('images/banner.jpg') -20% center no-repeat;*/
/*  height: 9.5rem;*/
}
.headertext1 {
  color: var(--main-colour);
  font-family: var(--title-font);
  font-size: 2.8rem;
  line-height: .8;
  padding: 1rem;
  color: #3a4e60;
}
.headertext2 {
  position: absolute;
  top: 5.5rem;
/*    left: 50%; */
  right: 2rem;
  color: var(--main-colour);
  font-family: var(--title-font);
  font-size: 2rem;
  font-size: 1.8rem;
  color: #3a4e60;
}
.headertext1 .bigger {
  font-size: 1.3em;
}
.headertext1 .biggest {
  font-size: 1.5em;
}
/****** Content  ********/
.content {
/*/*  background: var(--light-colour);*/
  padding: 1rem;
}
/****** Footer  ********/
.footer {
/*  background: var(--mid-colour);*/
  margin-top: 0;
  border-top: 1px white solid;
}
.footer p {
  color: var(--main-colour);
  font-size: 1.1rem;
}
.footer .headertext1 {
  font-size: 2rem;
}
.footer a {
  color: var(--main-colour);
}
.bayberry {
  color: var(--main-colour);
}
.bayberry a {
  color: var(--main-colour);
}
.bayberry a:hover {
  color: var(--light-colour);
}

/******************************  Home Page ******************/
.home .page-title-row,
.home .gallery-head,
.home .picdiv p {
  display: none;
}
.home .banner {
/*  height: 8rem;*/
}
#art64 .small img {
  width: 74%;
}
.home .pic-centre img {
    max-width: 60%;
}
.home .script-text,
.home h2 {
  font-family: var(--title-font);
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  color: #222;
  border: none;
}
.home .border-lo {
  border-bottom: 1px #a1c8ee solid;
  padding-bottom: .5rem;
}
.home .footer {
  border-top: 12px #a1c8ee solid;
}


/******************************  Products or Images page ******************/
.shoppage .cart {
  display: none;
}
.shoppage .photogallery {
  width: 100%;
}
.picx-list .addtocart {
  display: none;
}
.picx-list img {
  min-width: 223px;
  object-fit: cover;
  height: 148px;
  border-radius: 5px;
  width: 100%;
}
.picx-list {
/*    border: #F0CB66 thin solid;*/
    height: 14rem;
}
.picx-list img {
    max-height: 12rem;
    max-width: 94%;
    display: block;
    margin: .3rem auto;
}
.picx-list .img_medium,
.picx-list .name {
    text-align: center;
    display: block;
}
.picx-list .name {
  font-size: 1.2rem;
}
.picx-list .img_medium {
  font-size: 1.0rem;
  margin-top: -1.9rem;
}
.picx-list .descrip {
	font-size: 0.9em;
}
.picx-list .pops {
  position: absolute;
  bottom: 3rem;
  font-size: .9rem;
}
/******************************  Single Product or Image page ******************/
.prodpage .page-descrip {
  font-family: var(--title-font);
  font-size: 1.5rem;
}
/******************************  Top Bar (Foundation) ******************/
/* /*   */
.contain-to-grid {
  height: 2.5rem;
  background: rgba(85, 155, 224, 0.55);
  z-index: 50;
} 
.contain-to-grid.fixed {
  background: #d1dce6;
}
/* /*   */
.contain-to-grid .left li {
  display: none;
}
/* /*   */

.top-bar-section ul li > a {
  color: var(--light-colour);
}
.top-bar-section ul li > a:hover {
  color: var(--main-colour) !important;
}
.top-bar-section .right li .dropdown {
  background: #D1DCEB !important;
}
.top-bar-section .dropdown li a {
  color: var(--main-colour) !important;
}
.top-bar-section .dropdown li a:hover {
  color: var(--light-colour) !important;
}
.top-bar .toggle-topbar.menu-icon a {
  height: 30px;
  line-height: 24px;
  background: #3972A0;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0 0 0 1px #FFF, 0 4px 0 1px #FFF, 0 8px 0 1px #FFF;
}
.top-bar.expanded .toggle-topbar a {
  color: white;
}
ul.dropdown {
  background: var(--main-colour) !important;
}
.top-bar-section ul {
    margin-top: .5rem;
    background: none;
}
/******************************  Redactor ******************/
.redactor-editor {
  font-family: var(--body-font) !important;
  width: 27rem;
}
.redactor-editor p {
  font-size: 1rem;
}
.redactor-dropdown .redactor-dropdown-h2 {
  color: var(--main-colour);
  font-weight: 500;
}
.redactor-dropdown .redactor-dropdown-h3 {
  color: var(--main-colour);
  font-weight: normal;
}

.redactor-dropdown .redactor-formatting-span-bold1 {
  margin-top: .2rem;
  border-top: 2px solid rgba(0, 0, 0, 0.07); 
  color: var(--main-colour);
  font-size: 1.25rem;
}
.redactor-dropdown .redactor-formatting-span-bold2 {
  color: var(--main-colour);
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-span-script-text {
  font-family: var(--title-font);
  font-size: 1.5rem;
}
.redactor-dropdown .redactor-formatting-span-big-text {
  font-size: 1.25em;
}
.redactor-dropdown .redactor-formatting-span-small-text {
  font-size: 0.8em;
}

/******************************  Media Queries This Site ******************/
/* Small screens */
@media only screen {  /* Define mobile styles */
  /* peach */  
  .content {
    padding: 0 0 0 1.5rem;
  }
  .prodpage .title-left {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .prodpage .title-right {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
  .prodpage img.photo {
    max-height: 15rem;
    width: auto;
    margin: auto;
    display: block;    
  }
}
/* Medium screens */
  /* yellow */
@media only screen and (min-width: 40.063em) {  /* min-width 641px, medium screens */
  .content {
    padding: 0 2rem;
  }
  .prodpage .title-left {
    display: inline-block;
    width: 45%;
    vertical-align: top;
  }
  .prodpage .title-right {
    display: inline-block;
    width: 53%;
    text-align: right;
    float: right;
  }
  .prodpage img.photo {
    max-height: 30rem;
    margin: 1rem auto 1rem auto;
  }
}
/******************************  Styles for simplified version ******************/
.row {
  width: 100%;
  max-width: 62.5rem;
}
.two-thirds {
  display: inline-block;
  width: 65%;
}
.one-third {
  display: inline-block;
  widht: 32%;
}
.text-right {
  text-align: right;
}
.headertext2 {
  left: 50%;
}
h3 {
  font-family: var(--title-font);
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: #222;
  border: none;
}