/***************************************************
Croissant Reviews theme v0.1, by Sam Nabi
Based on Bastian Allegier's Kirby Starterkit
****************************************************/


/*
 :::  Reset
-------------------------------------------------- */

/* Clearfix */ .clearfix:after, .wrap:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; } * html .clearfix, * html .wrap { zoom: 1; } *:first-child+html .clearfix, *:first-child+html .wrap { zoom: 1; }

*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
}

.hidden {
  display: none;
}

/* IE10 snap mode */
@-ms-viewport{
  width: device-width;
}

/* Filament Group's Select Reset - https://github.com/filamentgroup/select-css */
.custom-select{position:relative;display:block;padding:0}.custom-select select{width:100%;margin:0;background:0 0;border:none;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;appearance:none;-webkit-appearance:none;padding:0.43rem 0.25rem;line-height:1.3}.custom-select::after{content:"";position:absolute;width:9px;height:8px;top:50%;right:0.75em;margin-top:-3px;background-image:url('../images/select-arrow.png');background-repeat:no-repeat;background-size:100%;z-index:2;pointer-events:none}.custom-select select:focus{outline:0;box-shadow:none;background-color:transparent;color:#222;border: none}.custom-select option{font-weight:400}.custom-select::after,x:-o-prefocus{display:none}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.custom-select select::-ms-expand{display:none}.custom-select select:focus::-ms-value{background:0 0;color:#333}}@-moz-document url-prefix(){.custom-select{overflow:hidden}.custom-select select{width:120%;width:-moz-calc(100% + 3em);width:calc(100% + em)}}.custom-select select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}
.custom-select {
  border: 1px solid #e07b87;
  border-radius: 0.2rem;
  margin-bottom: 1rem;
}
.custom-select select {
  font-family: 'neris';
  font-size: 1rem;
  padding: 0.5rem;
}


/*
 :::  Fonts
-------------------------------------------------- */
@font-face {
    font-family: 'grandhotel';
    src: url('../fonts/grandhotel-regular-webfont.eot');
    src: url('../fonts/grandhotel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/grandhotel-regular-webfont.woff') format('woff'),
         url('../fonts/grandhotel-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neris';
    src: url('../fonts/Neris-Light-webfont.eot');
    src: url('../fonts/Neris-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Neris-Light-webfont.woff') format('woff'),
         url('../fonts/Neris-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neris';
    src: url('../fonts/Neris-Thin-webfont.eot');
    src: url('../fonts/Neris-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Neris-Thin-webfont.woff') format('woff'),
         url('../fonts/Neris-Thin-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'neris';
    src: url('../fonts/Neris-Black-webfont.eot');
    src: url('../fonts/Neris-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Neris-Black-webfont.woff') format('woff'),
         url('../fonts/Neris-Black-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*
 :::  Site
-------------------------------------------------- */
html {
  height: 101%;
  font-family: neris, helvetica, arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0 auto;
  padding: 0 1rem;
  font-size: 18px;
  line-height: 1.5em;
  max-width: 50em;
  background: #fff;
  color: #000;
}



/*
 :::  Header
-------------------------------------------------- */

header {
  position: relative;
}

.notice {
  display: block;
  color: #7F611F;
  font-size: 0.9rem;
  background-color: #FFF869;
  padding: 0.2rem 1rem 0.75rem;
  line-height: 1;
  margin-top: 0.5rem;
  border-radius: 0.3rem;
}
.notice:hover,
.notice:focus {
  background-color: #E07B87;
  color: white;
}
.notice h4 {
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}
.notice:hover h4,
.notice:focus h4 {
  color: white;
}
@media (min-width: 45rem) {
  .notice {
    position: absolute;
    right: 0;
    top: 0.5rem;
    width: 50%;
  }
}

.branding {
  padding: 0.5rem 0;
  color: #e07b87;
  text-align: center;
  display: block;
  line-height: 1;
  float: left;
}
@media (max-width: 45rem) {
  .branding {
    float: none;
  }
}
.branding img {
  display: inline-block;
  vertical-align: middle;
  width: 20rem;
}

/*
 :::  Navigation
-------------------------------------------------- */

header nav {
  float: right;
  margin-top: 6.7rem;
}
@media (max-width: 45rem) {
  header nav  {
    float: none;
    margin-top: 0;
  }
}

.menu {
  text-align: center;
  margin-bottom: 0.5rem;
}
.menu a {
  color: #e07b87;
  display: block;
  padding: 0.2rem 1rem;
  margin: 0 0.3rem;
  letter-spacing: 0.01rem;
  border-top: 1px solid #e07b87;
}
.menu a:hover,
.menu a.active {
  color: #7F611F;
  border-color: #7F611F;
}

.menu li:first-child a { margin-left: 0; }
.menu li:last-child a { margin-right: 0; }


.menu li {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 45em) {
  body {
    padding: 0 1.5em 1.5em;
  }
  .menu li {
    margin-top: 0.5rem;
    width: 49%;
  }
}



/*
 :::  Links
-------------------------------------------------- */
a {
  color: #e07b87;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
}
a:hover {
  color: #000;
}



/*
 :::  Headings
-------------------------------------------------- */
h1 {
  font-size: 2.5em;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: .5em;
}
h2 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 300;
  margin-bottom: .5em;
  color: #e07b87;
}
h3 {
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: 300;
  margin-bottom: .5em;
  position: relative;
  z-index: 1;
}
h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #e07b87;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
}


/*
 :::  Filters
-------------------------------------------------- */

.filters {
  margin-bottom: 0.2rem;
  background: url('../images/header-1.jpg') no-repeat;
  background-size: cover;
  text-align: center;
}
.filters fieldset {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  padding: 0.5rem;
  margin: -1rem 0.1rem 0;
  background: rgba(0,0,0,0.6);
  border-radius: 0.3rem;
  text-align: left;
}
@media (max-width: 45rem) {
  .filters fieldset {
    margin: 0;
  }
}
.filters fieldset.expand {
  margin: 0 auto;
  width: 100%;
  background: none;
}
.filters fieldset.aside {
  width: 30%;
  margin-left: 2%;
}
.filters .column {
  display: inline-block;
  width: 65%;
}
@media (max-width: 40rem){
  .filters fieldset,
  .filters fieldset.aside {
    margin-left: 0;
    width: 95%;
  }
  .filters .column {
    width: 100%;
  }
}
.filters legend {
  width: 100%;
  color: white;
  padding-top: 1.5rem;
  margin-bottom: -0.5rem;
  text-align: center;
}
.filters label:not([for]),
.filters label span,
.filters fieldset > div span {
  display: block;
}
.filters label:not([for]),
.filters fieldset > div {
  border: 1px solid lightgrey;
  border-top: 0;
}
.filters label span,
.filters div span {
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  font-size: 0.9rem;
}
.filters legend + label:not([for]), .filters legend + div { border-radius: 0.2rem 0.2rem 0 0; border-top: 1px solid lightgrey; }
.filters label:last-child, .filters fieldset > div:last-child { border-radius: 0 0 0.2rem 0.2rem; }
.filters input[type="checkbox"] {
  display: none;
}
.filters input[type="checkbox"] + span {
  padding-left: 1.8rem;
  background: white url('../images/unchecked.png') no-repeat 0.4rem 0.5rem;
  background-size: auto 1.2rem;
}
.filters fieldset > div input[type="checkbox"] + span {
  padding-left: 0;
}
.filters fieldset > div input[type="checkbox"] + span label:first-child {
  padding-left: 1.8rem;
  cursor: pointer;
}
.filters input[type="checkbox"]:checked + span {
  background-color: #e07b87;
  background-image: url('../images/checked.png');
  color: white;
}
.filters label span:hover,
.filters div span:hover,
.filters label span:focus,
.filters div span:focus {
  background-color: #eee;
}
.filters input[type="number"] {
  display: inline-block;
  width: 3rem;
  background: transparent;
  border: none;
  border-bottom: 0.15rem solid #e07b87;
  text-align: center;
  font-family: neris;
  font-size: 1rem;
  color: #e07b87;
}
.filters input:checked + span input[type="number"] {
  color: white;
  border-color: white;
}
input[type="submit"],
.button,
input[name="addressQuery"] + button {
  display: block;
  background: #e07b87;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e07b87', endColorstr='#D65161',GradientType=0 ); background: -moz-linear-gradient(top,  #e07b87 0%, #D65161 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e07b87), color-stop(100%,#D65161)); background: -webkit-linear-gradient(top,  #e07b87 0%,#D65161 100%); background: -o-linear-gradient(top,  #e07b87 0%,#D65161 100%); background: -ms-linear-gradient(top,  #e07b87 0%,#D65161 100%);
  background: linear-gradient(to bottom, #e07b87 0%,#D65161 100%);
  text-shadow: 0 0.1rem 0.1rem rgba(0,0,0,0.5);
  border: 0.1rem solid rgba(0,0,0,0.3);
  font-family: neris, helvetica, arial;
  color: white;
  padding: 1rem 2rem;
  margin: 1rem auto 0;
  clear: both;
  font-size: 1.5rem;
  border-radius: 0.2rem;
  cursor: pointer;
}
input[type="submit"]:active,
.button:active,
input[name="addressQuery"] + button:active {
  background: #D65161;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D65161', endColorstr='#e07b87',GradientType=0 ); background: -moz-linear-gradient(top,  #D65161 0%, #e07b87 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D65161), color-stop(100%,#e07b87)); background: -webkit-linear-gradient(top,  #D65161 0%,#e07b87 100%); background: -o-linear-gradient(top,  #D65161 0%,#e07b87 100%); background: -ms-linear-gradient(top,  #D65161 0%,#e07b87 100%);
  background: linear-gradient(to bottom,  #D65161 0%,#e07b87 100%);
}
.button {
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  border-top: 0;
  border-radius: 0 0 0.2rem 0.2rem;
}
.button:hover {
  color: white;
}

.photoCredit {
  font-size: 0.8rem;
  display: block;
  float: right;
  color: white;
  padding: 0 1rem;
  text-shadow: 0 0 0.5rem black;
}
.photoCredit a,
.photoCredit a:hover,
.photoCredit a:focus {
  color: white;
  text-decoration: underline;
}

/*
 :::  Main
-------------------------------------------------- */
main {
  margin: 0 0 3em;
  position: relative;
}
main.pastries {
  margin-bottom: 0;
}
main p {
  margin-bottom: 1em;
}
main.pastries > p {
  text-align: center;
}

.pastries #mapResults {
  display: block;
  height: 20rem;
}

main img {
  margin-bottom: 20px;
}

main h1{
  font-family: grandhotel, sans-serif;
  padding: 0.5rem 0;
  text-align: center;
  color: #7F611F;
  border-top: 0.4rem solid #7F611F;
  border-bottom: 1px solid lightgrey;
}
main.pastries form h1 {
  color: white;
  border: none;
  margin-bottom: 0;
  font-weight: 400;
  padding: 0.5rem 1rem;
}

section h2 {
  text-align: center;
  border-bottom: 1px solid lightgrey;
  color: #e07b87;
  padding: 1rem 0 0.5rem;
}

main.rating {
  text-align: center;
}

main.rating h1 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.address {
  font-weight: 300;
  text-align: center;
  border-bottom: 1px solid lightgrey;
  padding-bottom: 1rem;
}

.rating .photo,
.rating .details,
.rating #map,
.rating .chartWrapWrap {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin: 0 1% 2rem;
}
@media (max-width: 40rem){
  .rating .photo,
  .rating .details,
  .rating #map,
  .rating .chartWrapWrap {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 0.5rem;
  }
}

.rating .chartWrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 1%;
}

.social {
  margin-bottom: 2rem;
  font-size: 0;
}

.social a,
.social a:hover,
.social a:focus {
  font-size: 1rem;
  display: inline-block;
  width: 49%;
  padding: 0.5rem;
  background: #e07b87;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 0.1rem;
  color: white;
  margin: 0 0 0.5rem 1%;
}
.social a:nth-child(odd),
.social a:hover:nth-child(odd),
.social a:focus:nth-child(odd) {
  margin: 0 1% 0.5rem 0;
}
.social a:active {
  box-shadow: inset 0 0 0.5rem rgba(0,0,0,0.5);
  border: 1px solid rgba(0,0,0,0.5);
}
@media (max-width: 40rem) {
.social a,
.social a:hover,
.social a:focus,
.social a:nth-child(odd),
.social a:hover:nth-child(odd),
.social a:focus:nth-child(odd) {
    width: 100%;
    margin: 0 0 0.5rem;
  }
}
.social .twitter { background-color: #55ACEE; }
.social .twitter:hover, .social .twitter:focus { background-color: rgb(65,152,218); }
.social .facebook { background-color: #3B5998; }
.social .facebook:hover, .social .facebook:focus { background-color: rgb(39,69,132); }
.social .pinterest { background-color: #C9232D; }
.social .pinterest:hover, .social .pinterest:focus { background-color: rgb(181,15,25); }
.social .tumblr { background-color: #35465c; }
.social .tumblr:hover, .social .tumblr:focus { background-color: rgb(33,50,72); }

.rating .chartWrapWrap {
  margin-top: -2.5rem;
}
.rating .chartWrap {
  position: relative;
}
.rating .chartWrap:before {
  content: '';
  display: block;
  margin-top: 100%;
}
.rating .chartWrap svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rating #map iframe {
  width: 100%;
  height: 19.05rem; /* Matches height of a standard 4x3 photo */
}

.rating .details ul {
  border-top: 1px solid lightgrey;
  text-align: left;
}
.rating .details li {
  border-bottom: 1px solid lightgrey;
  padding: 0.2rem 0;
}
.rating .details b {
  display: inline-block;
  width: 50%;
}

.rating .notes,
.rating .team {
  clear: both;
}

.meta {
  width: 100%;
  margin: 0 0 1em 0;
}
.meta li b {
  padding-right: .25em;
}

.pastryList {
  list-style: none;
  margin-left: 0;
  margin-top: 2.5rem;
  font-size: 0;
}
.pastryList li {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.pastryList li:first-child {
  width: 100%;
}
.pastryList li a {
  display: block;
}
.pastryList .number {
  width: 2rem;
  line-height: 2rem;
  font-size: 1.5rem;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  background: #e07b87;
  color: white;
  border-radius: 2rem;
  text-align: center;
  padding-left: 0.1rem;
  z-index: 3;
}
.pastryList li:hover .number,
.pastryList li:focus .number {
  background: #7F611F;
}
.pastryList .relevance {
  display: block;
  line-height: 1.9rem;
  background: #F2F2F2;
  border: 0.1rem solid #D3D3D3;
  position: absolute;
  top: 0.5rem;
  left: 2rem;
  width: 4.5rem;
  padding: 0 0.5rem 0 1.2rem;
  text-align: center;
  z-index: 2;
  border-radius: 0 2rem 2rem 0;
  color: #333;
}
.pastryList .photo {
  height: 12rem;
  overflow: hidden;
  margin: 0 0.5rem;
  position: relative;
  background: #e07b87;
}
.pastryList li:first-child .photo {
  height: 20rem;
}
.pastryList .photo img {
  min-height: 12rem;
  height: auto;
  min-width: 100%;
  background: #e07b87;
  margin-top: -3rem;
}
.pastryList li:hover .photo img {
  opacity: 0.8;
}
.pastryList li:first-child .photo img {
  margin-top: -5rem;
}
.pastryList h3 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0.5rem;
  right: 0.5rem;
  color: #333;
  font-weight: 600;
  padding: 0.35rem 0.5rem 0.5rem 6.5rem;
  background: rgba(255,255,255,0.5);
  line-height: 1.2;
  min-height: 2rem;
  border-top: 0.2rem solid #e07b87;
}
.pastryList li:hover h3,
.pastryList li:focus h3 {
  background: #e07b87;
  background: rgba(224,123,135,0.8);
  color: white;
}
.pastryList h3 small {
  font-size: 1rem;
}
.pastryList .chart {
  position: relative;
  display: block;
  width: 18rem;
  height: 18rem;
  background: white;
  border-radius: 99rem;
  margin: -4rem auto 0;
}
.pastryList li:first-child .chart {
  margin-top: -10rem;
}
@media screen and (max-width: 750px) {
  .pastryList li {
    width: 100%;
  }
}



/*
 ::: Radar chart
------------------------------------*/
.circles {
}
.circles circle {
  fill: transparent;
  stroke: lightgrey;
  stroke-width: 0.03em;
}
.circles circle.doily {
  stroke: transparent;
  fill: #F2F2F2;
}
.axes line {
  stroke: lightgrey;
  stroke-width: 0.03em;
  fill: transparent;
}
.dots circle {
  fill: #e07b87;
}
path {
  stroke: #e07b87;
  stroke-width: 0.03em;
  fill: rgba(224,123,135,0.6);
}
.labels text {
  fill: black;
  font-weight: 600;
  font-family: sans-serif;
  font-size: 0.2em;
  text-anchor: middle;
}
.labels text:nth-child(n+3):nth-child(-n+6) {
  transform: translate(0, 1.3em);
}
.labels text:nth-child(1),
.labels text:nth-child(2),
.labels text:nth-child(7) {
  transform: translate(0, -0.3em);
}
.query {
  visibility: hidden;
}
.pastries svg:hover .query {
  visibility: visible;
}
.query circle {
  fill: transparent;
  stroke: black;
  stroke-width: 0.05em;
}
.query text {
  fill: black;
  font-weight: 300;
  font-family: neris, sans-serif;
  font-size: 0.35em;
  text-anchor: left;
}
.query rect {
  fill: transparent;
  stroke: #e07b87;
  stroke-width: 0.05em;
}

/*
 :::  Add page
-------------------------------------------------- */
.add form > div:first-child label {
  width: 100%;
  color: #e07b87;
  font-size: 1.2rem;
  text-align: left;
}
.add input[type="text"] {
  font-family: neris, helvetica, arial, sans-serif;
  font-size: 1rem;
  border: 1px solid #e07b87;
  border-radius: 0.2rem;
  padding: 0.5rem;
  display: block;
  width: 100%;
  margin: 0 0 1rem;
}
.add input[type="text"]:focus {
  background: #EEE;
}
.add input[type="file"] {
  display: block;
  margin: 0.5rem 0;
}
.add fieldset {
  font-size: 0;
  text-align: center;
  width: 50%;
  float: left;
}
@media (min-width: 40rem){
  .add fieldset:nth-child(odd){ padding: 0 1rem 0 0; }
  .add fieldset:nth-child(even){ padding: 0 0 0 1rem; }
}
@media (max-width: 40rem){
  .add fieldset {
    width: 100%;
  }
}
.add legend {
  font-size: 1.2rem;
  color: #e07b87;
  margin: 1.5rem 0 0;
  padding: 1rem 0 0;
  text-align: center;
  width: 100%;
  border-top: 1px solid #EEE;
}
.add label {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  padding: 0.25rem;
  font-size: 1rem;
}


.add input[name="addressQuery"] {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.add input[name="addressQuery"] + button {
  width: 20%;
  display: inline-block;
  padding: 0;
  font-size: 0.875rem;
  overflow: hidden;
  margin: 0 0 0 2%;
  vertical-align: middle;
  min-height: 1.5rem;
}

.addressHelp {
  color: black;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 0.5rem;
}

.add input[type="radio"] {
  display: none;
}
.add input[type="radio"] + span {
  display: block;
  padding: 1rem;
  text-align: center;
  border: 1px solid lightgrey;
  border-radius: 0.2rem;
  cursor: pointer;
}
.add input[type="radio"] + span:hover,
.add input[type="radio"] + span:focus {
  background: #EEE;
}
.add input[type="radio"]:checked + span {
  background: #e07b87;
  color: white;
  border: 1px solid rgba(0,0,0,0.5);
}

.add fieldset.notes,
.add fieldset.notes label,
.add fieldset.team {
  width: 100%;
  color: #e07b87;
  font-size: 1.2rem;
  padding: 0;
}
.add fieldset.notes label {
  margin-top: 1.5rem;
  padding: 1rem 0.25rem;
  border-top: 1px solid #EEE;
  text-align: left;
}
.add textarea {
  border: 1px solid #e07b87;
  border-radius: 0.2rem;
  padding: 0.5rem;
  height: 7rem;
  width: 100%;
  font-family: neris, helvetica, arial, sans-serif;
}
.add textarea:focus {
  background: #EEE;
}

.error {
  color: #7F611F;
  background: #FFF869;
  font-size: 0.9rem;
  line-height: 1.2;
  border-radius: 0.2rem;
  text-align: center;
  margin: 0.5rem 0;
  padding: 0.5rem;
}

/* ::: Related reviews
------------------------------------*/
.related {
  text-align: center;
}
.related li {
  display: inline-block;
  text-align: left;
  position: relative;
}
.related img {
  display: block;
  margin: 0;
  width: 200px;
  height: 200px;
  background: #e07b87 url('../images/no-photo.png') no-repeat 1rem center;
}
.related .date {
  position: absolute;
  bottom: 0;
  padding: 0.5rem;
  background: rgba(224,123,135,0.75);
  color: white;
}

/*
 :::  Leaderboard
-------------------------------------------------- */
.counts {
  margin: 0 0 1rem;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 0.4rem;
}
.counts dt {
  color: #7F611F;
  font-weight: bold;
  margin-top: 0.4rem;
  border-top: 1px solid #D3D3D3;
}
.counts dd {
  color: white;
  background-color: #e07b87;
  padding: 0 0.5rem;
  text-align: right;
}

/*
 :::  Footer
-------------------------------------------------- */
footer {
  padding: 1em 0 6em;
  font-size: .9em;
  color: #222;
  border-top: 0.2rem solid #e07b87;
}

footer p {
  clear: both;
  text-align: center;
  padding-top: 1rem;
}

.secondary {
  float: left;
}

.languages a {
  display: block;
  float: right;
  margin: 0 0 0 1rem;
  opacity: 0.5;
}
.languages a:hover,
.languages a:focus,
.languages a.selected {
  opacity: 1;
}
.languages a img {
  display: block;
  height: 1.5rem;
}

/*
 :::  Pix
-------------------------------------------------- */
img {
  display: block;
  max-width: 100%;
}




/*
 :::  Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}