/*
a.disabled {
  pointer-events: none;
}

a:hover {
  color: #15848F;
}

a {
  color: #1798A5;
}

.side-nav li a:not(.button) {
  color: #15848F;
}

.side-nav li a:not(.button):hover {
  color: #15848F;
}

header {
  background-color: #15848F;
  color: #ffffff;
  font-size: 30px;
  height: 84px;
  line-height: 64px;
  padding: 16px 0px;
  box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}

legend {
  color:#15848F;
}

.row {
  max-width: 80rem;
}

.actions.columns {
  margin-top:1rem;
  border-left: 5px solid #15848F;
  padding-left: 15px;
  padding: 32px 20px;
}

.actions.columns h3 {
  color:#15848F;
}

.index table {
  margin-top: 2rem;
  border: 0;
}

.index table thead {
  height: 3.5rem;
}

.header-help {
  float: right;
  margin-right:2rem;
  margin-top: -80px;
  font-size:16px;
}

.header-help span {
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.8rem;
  background-color: #0097a7;
  color: #FFF;
  border-radius: 1000px;
}

.header-help a {
  color: #fff;
}

ul.pagination li a {
  color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
  background: none repeat scroll 0% 0% #DCE47E;
  color: #FFF;
  font-weight: bold;
  cursor: default;
}

.paginator {
  text-align: center;
}

.paginator ul.pagination li {
  float: none;
  display: inline-block;
}

.paginator p {
  text-align: right;
  color: rgba(0, 0 ,0 , 0.54);
}

button {
  background: #8D6E65;
}

.form button:hover, .form button:focus {
  background: #7A6058;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.26) !important;
}

.form button[type="submit"] {
  float: right;
  text-transform: uppercase;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
}

.form .error-message {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  color: rgba(0, 0, 0, 0.54);
}

.required > label {
  font-weight: bold;
}
.required > label:after {
  content: ' *';
  color: #C3232D;
}

select[multiple] {
  min-height:150px;
  background: none;
}
input[type=checkbox],
input[type=radio] {
  margin-right: 0.5em;
}

.date select,
.time select,
.datetime select {
  display: inline;
  width: auto;
  margin-right: 10px;
}

.error label,
.error label.error {
  color: #C3232D;
}

div.message {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 20%;
  transition: opacity 300ms ease-out 0s;
  background-color: #DCE47E;
  border-color: #DCE47E;
  color: #626262;
}

div.message.error {
  background-color: #C3232D;
  border-color: #C3232D;
  color: #FFF;
}

div.message:before {
  line-height: 0px;
  font-size: 20px;
  height: 12px;
  width: 12px;
  border-radius: 15px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  left: -11px;
  background-color: #FFF;
  padding: 12px 14px 12px 10px;
  content: "i";
  color: #DCE47E;
}

div.message.error:before {
  padding: 11px 16px 14px 7px;
  color: #C3232D;
  content: "x";
}

.view h2 {
  color: #6F6F6F;
}

.view .columns.strings {
  border-radius: 3px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
  margin-right:0.7rem;
}

.view .numbers {
  background-color: #B7E3EC;
  color: #FFF;
  border-radius: 3px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
  margin-right: 0.7rem;
}

.view .columns.dates {
  border-radius: 3px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
  margin-right:0.7rem;
  background-color:#DCE47E;
  color: #fff;
}

.view .columns.booleans {
  border-radius: 3px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
  margin-right:0.7rem;
  background-color: #8D6E65;
  color: #fff;
}

.view .strings p {
  border-bottom: 1px solid #eee;
}
.view .numbers .subheader, .view .dates .subheader {
  color:#747474;
}
.view .booleans .subheader {
  color: #E9E9E9
}

.view .texts .columns {
  margin-top:1.2rem;
  border-bottom: 1px solid #eee;
}

*/
/** Notices and Errors **/
/*
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
  display: block;
  clear: both;
  background-repeat: repeat-x;
  margin-bottom: 18px;
  padding: 7px 14px;
  border-radius: 3px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
  color: #000000;
  background: #ffcc00;
}

.cake-error,
p.error {
  color: #fff;
  background: #C3232D;
}

pre {
  background: none repeat scroll 0% 0% #FFF;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
  margin: 15px 0px;
  color: rgba(0, 0 ,0 , 0.74);
  padding:5px;
}

.cake-error .cake-stack-trace {
  margin-top:10px;
}

.cake-stack-trace code {
  background: inherit;
  border:0;
}

.cake-code-dump .code-highlight {
  display: block;
  background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
  color:#fff;
  text-decoration: underline;
}
*/

html {
  font-size:100%; 
}

@media not screen and (max-width : 640px) {
  body {
   min-width: 660px; 
  }
}


/*HEADER*/

header {
  min-width: 100%;
  position: relative;
  display:block;
  clear:both;
  display:flex;
}
header h1 {
  color: #d03020;
  text-shadow: 2px 2px #60d070, 3px 3px white;
  font-family: 'Pacifico', cursive;
}
header img {
  float: none;
  position:relative;
  display:inline-block;
}
header #header-title {
  flex:1;
  display:inline-block;
}


/*full layout:*/
@media not screen and (max-width : 640px) {
  header {
    height: 200px;
    background: url('/img/mistletoe.png') no-repeat scroll right top, url('/img/tinsel2.png') repeat-x scroll 0px 50px transparent;
    padding: 10px 10px 15px 10px;  
  }

  header h1 {
    font-size:75px;
  }

  header #header-title {
    margin-top:25px;
  }
  
  header #header-subtitle {
    font-family: Impact, Charcoal, sans-serif;
    font-size: 1.5em;
    color: green;
    text-shadow: 1px 1px #bbb;
    margin: -15px 5px 5px 105px;
  }
}

/*Mobile layout*/
@media screen and (max-width : 640px) {
  header {
    padding: 2px;  
    background-color:gold;
  }
  
  header img {
    max-width: 2em;
    max-height: 2em;
  }
  
  header h1 {
    font-size:2em;
    margin-top:.1em;
  }
  
  header #header-subtitle {
    display:none;
  }
}

/* main */

@media not screen and (max-width : 640px) {
  main {
    margin-left: 250px;
    margin-bottom: 25px; 
    min-height: 500px;
  }
  .page-bottom-advert {
    margin-left: 250px;
  }
}

@media screen and (max-width : 640px) {
  main {
    margin-left: 0;
    clear: both;
    max-width: 100%;
    padding: .25em;
  }
  .page-bottom-advert {
    display:none;
  }
}

/* main headings */
main h1 {
  font-family: "Gill Sans MT", Calibri, sans-serif;
  font-size: 2rem;  
  margin-top:8px;
}

main h2 {
  font-family: "Gill Sans MT", Calibri, sans-serif;
  font-size: 1.5em;
  margin-top:5px;
}

/* main links */
main a:link, main a:visited {
  color: #4477f1; 
}

main a:hover, main a:active {
  color:red;
  text-decoration: underline;
  text-decoration-color: green;
}

/* main articles */
main article {
  clear:right;
}

main article article h1 {
  font-family: "Gill Sans MT", Calibri, sans-serif;
  font-size: 1.25rem;
}
main article article h2 {
  font-family: "Gill Sans MT", Calibri, sans-serif;
  font-size: 1.1rem;
}

main article article[itemtype="http://schema.org/Recipe"] {
  border: 1px black dotted;
  padding: 5px;
  margin:0px 5px 10px 0px;
}

/* main images */
@media not screen and (max-width : 640px) {
  main img {
    float:right;
    clear:right;
    margin:6px;
  }
}
@media screen and (max-width : 640px) {
  main img {
    float: none;
    clear: both;
    display: block;
    max-width: 90%;
    margin: .2em auto;
  }
}  

/* sidebar */
#sidebar
{
  float:left;  
  clear:left;
  width:230px;
 /* height:100%;*/
  margin: 5px 15px 5px 5px;
}

#follow-button {
   width:100%;
  text-align: center;
}

#follow-button a {
  display:inline-block;
  font: normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
  text-decoration: none;
  outline: 0;
  white-space: nowrap;
  height: 20px;
  padding: 1px 8px 1px 6px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  background-color: #1b95e0;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 3px auto 3px auto;
}
     
#follow-button i {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  color:white;
  background: transparent 0 0 no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E");
}

#sidebar #moo-free-ad {
  text-align: center;
  margin: 10px 5px 10px 5px;
}

@media screen and (max-width : 640px) {
  
  #sidebar {
   display: inline-block; 
  }
  
  #sidebar #follow-button {
    display: none;
  }
  
  #sidebar #moo-free-ad {
    display: none;
  }
}

/* footer */
footer {
  width:100%;
  min-height:3em;
  clear:both;
  display:block;
  text-align:center;
  border-top: 1px dotted black;
  margin-top:10px;
  background-color: #aaa;
  color:white;
  padding: 5px;
}

footer p {
  font-size: 1rem;
  line-height: 1rem; 
  margin: 0.2rem;
}

footer a, footer a:link, footer a:visited, footer a:focus {
  color: inherit;
}

footer a:hover, footer a:active {
  text-decoration: none; 
  color:black;
}

@media screen and (max-width : 640px) {
   footer #copyright {
     display: none;
  }
}

button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #60d070;
  border-color: #007095;
  color: #fff;
  transition: background-color 300ms ease-out; 
}

button:focus, button:hover {
  background-color: #90f090;  
}

input, textarea {
  margin: 5px; 
}

iframe.amazon-image-ad {
  width:120px;
  height:240px;
  margin:3px 3px;
  float:right;
}

.amazon-ad-row {
/*  clear:right;  
  width:100%;
  display:block;
  height:300px;*/
  text-align: center;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.amazon-ad-row .amazon-image-ad {
  float:none;
}


.mini-ad {
	width:120px;
	height:240px;	
	display: inline-block;
	margin: 3px 3px;
	border: 1px solid #ccc;
	float: right;
	position:relative;
	
	color: #000000;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	line-height: 110%;
}
.amazon-ad-row .mini-ad {
  float:none;
}

.mini-ad .mini-ad-image {
	margin: 2px 0px;
	padding-top: 7px;
	display: inline-block;
}
.mini-ad img {
	display:inline;
	border:none;
	float: none;
	clear: none;
	margin: 0;
}

.vspot-mini-ad {
	
}

.vspot-mini-ad-image {
	max-width: 100px;
	max-height: 100px
}

.vspot-mini-ad-description {
	max-height:65px;
}

.v-spot-miniad-button {
	position: absolute;
	bottom: 0;
	left:0;
}

.voucherblock {
  display: inline-block;
  margin: 5px;
  color: white;
  background-color: #e55;
  padding: .1em .3em;
  border-radius: .2em;
  line-height: 110%;
}
.voucherblock a, .voucherblock a:link, .voucherblock a:visited {
  color: white;
  text-decoration: none;
}


p.highlight {
  color: #550000;
  font-weight: bold;
  padding-left: 30px;
  background: url(/img/logo20x25.png) left center no-repeat transparent;
}

p.highlight a {
  color: inherit; 
}

/*Page/article specific*/

.item-block-parent {
	display:flex;	
}

.item-block-text {
		flex:1;
}

.item-block-image {
	flex:0;
	flex-basis:auto;
	float:none;
}

/* Pages/vegan_local_guides.ctp */
@media not screen and (max-width : 640px) {
  #localguides #guide-container {
    display:flex;
  }
}

#localguides #guide-list {
  list-style:none;
}

@media screen and (max-width : 640px) {
  #localguides #guide-map {
    display:none;
  }
}

/* Pages/vegan_advent_calendars.ctp */
@media not screen and (max-width : 640px) {
 /* #advent-calendars #advent-calendar-moofree img {
    float:right; 
  }

  #advent-calendar-block-parent {
    clear:right;
  }
  #advent-calendars .advent-calendar-block {
    display: inline-block;
    width: 45%;
    padding: 2em;
  }
  #advent-calendars .advent-calendar-block p, #advent-calendars .advent-calendar-block img {
    display: inline-block;
  }

  #advent-calendars #advent-calendar-custom {
    clear:both;
  }*/
}

/* Pages/vegan_christmas_turkey.ctp */
@media not screen and (max-width : 640px) {
  #vbitesturkey, #celebroast {
    float:right;margin:6px;
  }
}

/* Pages/vegan_christmas_cards.ctp */
@media not screen and (max-width : 640px) {
  #christmas-cards #drhadwen {
    float:left;
    clear:left;
  }
}


@media not screen and (max-width : 640px) {
  #vegan-chocolate-gifts #montezumas-gift-bag {
    float:left;
    clear:left;
  }

  #vegan-chocolate-gifts #chocolate-greenandblacks {
    float:left;
    clear:left;
  }
}

/* Pages/vegan_christmas_kitchen_gifts.ctp */
/*#kitchengifts h2 {
  clear:left;
}*/

@media not screen and (max-width : 640px) {
  #kitchengifts #veganscoopad, #kitchengifts #breadmaker, #kitchengifts #sproutjar, #kitchengifts #burgerpress, #kitchengifts #skinnybitch {
    float:left;
    clear:left;
  }
}

#kitchengifts #recipebooks {
  clear:both;
}

/* Pages/vegan_voucher_codes.ctp */
/*#vouchers .voucherblock {
  margin:5px;
  background-color: white;
  color: green;
  display: inline-block;
  max-width: 15em;
  min-height: 8em;
  text-align: center;
  vertical-align: middle;
  border: 3px dashed green;
  border-radius: 5px;
  padding: 0.8em 2em;
  line-height: 110%;
}

#vouchers .voucherblock a, #vouchers .voucherblock a:link, #vouchers .voucherblock a:visited {
  background-color: inherit;
  text-decoration: none;
  color: green;
  padding: 0;
}

#vouchers .voucherblock a:hover, #vouchers .voucherblock a:active {
  color:red;
  text-decoration-color: green;
}

#vouchers .voucherblock a .shopname {
  color: red;
  white-space: nowrap;
}*/

/* Contact/contact.ctp */
#contact label {
  display:inline-block;
  vertical-align: top;
}

@media not screen and (max-width : 640px) {
  #contact label {
    width: 12em; 
    padding-top: 5px;
  }

  #contact input {
    width: 15em; 
  }

  #contact textarea {
    width: 25em;
  }
  
  #contact .g-recaptcha {
    margin-left:12.25em; 
  }
}

@media screen and (max-width : 640px) {
  #contact label {
    clear: both;
    width: 90%;
  }
  #contact input, #contact textarea {
    clear: both;
    width: 90%; 
  }
}

#contact input:focus, #contact textarea:focus {
  background-color: #f0fff0;
}

#moo-free-compo #advent-calendar {
  float: right;
}

#childrens-gifts img {
  float:left;
  border: 1px solid black;
}

#childrens-gifts #cafepress {
  clear:right; 
}

#gift-gallery .amazon-ad-row {
	/*text-align: left;*/
	justify-content: flex-start;
}

.smallprint {
	font-size: smaller;	
}

.success {
	background-color:green;
	color:white;
}

.problem {
	background-color:red;
	color:white;
}


.shoprow {
	justify-content: flex-start;
	display:flex;
	flex-wrap: wrap;
/*	justify-content: center;
*/
}

.shoprow section {
  text-align: center;
	width: 20rem;
	margin: 1rem;
/*	float: left;
	display: inline-block;*/
}

.shoprow section:hover {
	border: 0px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
