@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Amatic+SC:wght@400;700&family=BioRhyme:wght@200..800&family=Bonbon&family=Bree+Serif&family=Cherry+Cream+Soda&family=Chewy&family=Chicle&family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Comic+Relief:wght@400;700&family=Coming+Soon&family=Coustard:wght@400;900&family=Crafty+Girls&family=Crete+Round:ital@0;1&family=Fontdiner+Swanky&family=Fredericka+the+Great&family=Fuzzy+Bubbles:wght@400;700&family=Gochi+Hand&family=Grandstander:ital,wght@0,100..900;1,100..900&family=Happy+Monkey&family=Homemade+Apple&family=Irish+Grover&family=Jolly+Lodger&family=Kranky&family=Lacquer&family=Love+Ya+Like+A+Sister&family=McLaren&family=Mountains+of+Christmas:wght@400;700&family=Mouse+Memoirs&family=Mystery+Quest&family=Orelega+One&family=Pangolin&family=Patrick+Hand&family=Peralta&family=Playpen+Sans:wght@100..800&family=Ribeye&family=Ribeye+Marrow&family=Rum+Raisin&family=Satisfy&family=Schoolbell&family=Shadows+Into+Light+Two&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&family=Short+Stack&family=Sniglet:wght@400;800&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&family=Spicy+Rice&family=Ultra&family=Unkempt:wght@400;700&family=Winky+Rough:ital,wght@0,300..900;1,300..900&display=swap');


@font-face {
  font-family: 'RosieSoCrafty';
  src: url('fonts/rosiesocrafty.woff2') format('woff2'),
  url('fonts/rosiesocrafty.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  height: 100%;
  font-family: "Sniglet", sans-serif;
  font-size: 1em;
  letter-spacing: 0.05em;
}

body {
  height: 100%;
  color: #3C3230;
  background-color: #3C3230;
  background-image: url("images/bg-page.jpg");
  background-repeat: repeat;
  margin: 0;
  padding: 0;
}

a, a:link, a:active, a:visited {
  text-decoration: none;
  /*font-weight: bold*/
  color: #714c39;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
  color: #714c39;
  transition: all 0.5s ease;
  /*color: #D7C87E;*/
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  padding: 0;
  font-family: Orelega One;
  text-shadow: 0 2px 0 rgba(0,0,0,0.1);
  color: #3C3230;
  font-weight: normal;
}

h1 {
  font-size: 25pt;
}

h2 {
  font-size: 22pt;
}

h3 {
  font-size: 18pt;
}

h4 {
  font-size: 16pt;
}

h5 {
  font-size: 15pt;
}

h6 {
  font-size: 14pt;
}

#pagewrapper {
  width: 900px;
  margin: 25px auto;
  padding: 0;
}

#wrapper {
  width: calc(100% - 14px);
  margin: 0 auto;
  padding: 0;
  border: 7px solid #b67256;
  border-radius: 27px;
}

header {
  display: block;
  height: 170px;
  text-decoration: none;
  width: calc(100% - 6px);
  background-image: url("images/bg-tile-aqua.png");
  margin: 0 auto;
  border-top: 3px solid #fef9ee;
  border-left: 3px solid #fef9ee;
  border-right: 3px solid #fef9ee;
  border-radius: 20px 20px 0 0;
  background-color: #abcecc;
}

.site-name {
  margin: 0 auto;
  text-align: center;
}

.site-name a {
  margin: 0 0 10px;
  padding: 0;
  font-family: Fontdiner Swanky;
  text-shadow: 0 2px 0 rgba(0,0,0,0.1);
  color: #216e67;
  font-size: 30pt;
}

/* Language Switcher */

#block-rosiesocrafty-languageswitcher {

}

#block-rosiesocrafty-languageswitcher h3 {
display: none;
}

#block-rosiesocrafty-languageswitcher ul.links {
padding: 10px;
margin: 0;
list-style-type: none;
}

#block-rosiesocrafty-languageswitcher li {
padding: 0 0 0 20px;
margin: 0;
list-style-type: none;
display: block;
background-repeat: no-repeat;
background-position: 0 5px;
}

#block-rosiesocrafty-languageswitcher li.en {
background-image: url("images/gb.png");
}

#block-rosiesocrafty-languageswitcher li.nl {
background-image: url("images/nl.png");
}

#block-rosiesocrafty-languageswitcher li a.language-link,
#block-rosiesocrafty-languageswitcher li a.language-link.is-active {
vertical-align: middle;
text-decoration: none;
color: #2f5b57;
}

#block-rosiesocrafty-languageswitcher li a.language-link:hover,
#block-rosiesocrafty-languageswitcher li.is-active a.language-link:hover {
color: #467974;
}

/* Navigation */

#block-rosiesocrafty-rosiesocraftymenu {
  background-image: url("images/bg-nav.jpg");
  padding: 10px 12px;
  font-family: Orelega One;
  font-size: 14pt;
}

#block-rosiesocrafty-rosiesocraftymenu ul.menu {
padding: 0;
margin: 0;
}

#block-rosiesocrafty-rosiesocraftymenu .menu-item {
  display: inline-block;
  padding: 0;
  margin: 0;
}

#block-rosiesocrafty-rosiesocraftymenu .menu-item a {
  text-decoration: none;
  margin: 0 5px 0 0;
  font-weight: normal;
}

#block-rosiesocrafty-rosiesocraftymenu .menu-item a.is-active {
  color: #fef9ee;
}

/* logo in header */

#header #navtop .region-header {
  position: relative;
}

.site-logo {
  display: none;
}

#inside-wrapper {
  padding: 0;
  margin: 0;
  border-left: 3px solid #fef9ee;
  border-right: 3px solid #fef9ee;
  background-image: url("images/bg-main-linen3.png");
  background-color: #e6d6c5;
}

#inside-wrapper #full-content,
#inside-wrapper #content-and-left,
#inside-wrapper #content-and-right,
#inside-wrapper #only-content {
  background-image: url("images/bg-main.gif");
}

#inside-wrapper #full-content {
  display: grid;
  grid-template-columns: 468px 206px 206px;
  grid-template-rows: auto;
  gap: 0;
}

#inside-wrapper #content-and-left {
  display: grid;
  grid-template-columns: 674px 206px;
  grid-template-rows: auto;
  gap: 0;
}

#inside-wrapper #content-and-right {
  display: grid;
  grid-template-columns: 674px 206px;
  grid-template-rows: auto;
  gap: 0;
}

#inside-wrapper #only-content {
  display: grid;
  grid-template-columns: 880px;
  grid-template-rows: auto;
  gap: 0;
}

.form-item, .form-actions {
  margin: 10px auto;
}

#user-login-form .form-item,
#user-login-form .form-actions {
  text-align: center;
}

#user-login-form #edit-name,
#user-login-form #edit-pass {
  width: 85%;
}

#edit-name, #edit-pass {
  background-color: #FFFBF3;
  border: 2px solid #FEF9EE;
  color: #814F3B;
  font-family: Sniglet;
  font-weight: normal;
  box-shadow: inset 3px 3px 0 rgba(0,0,0,0.1);
  background-image: linear-gradient(to bottom, #E4DDCE, #FFFCF4);
  padding: 4px 7px;
  border-radius: 50px;
  text-shadow: 0 2px 0 rgba(0,0,0,0.15);
  outline: none;
}

#edit-name:hover, #edit-pass:hover {
  outline: 2px solid #e1bcae;
}

#edit-name:focus, #edit-pass:focus {
  outline: 2px solid #dba995;
}

#edit-submit, .form-submit {
  background-color: #B67256;
  border: 3px solid #FEF9EE;
  color: #FEF9EE;
  font-family: Sniglet;
  font-weight: normal;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
  background-image: none;
  padding: 4px 10px;
  border-radius: 50px;
  text-shadow: 0 2px 0 rgba(0,0,0,0.15);
  outline: none;
  transition: all 0.5s ease;
}

#edit-submit:hover, .form-submit:hover {
  background-color: #D18D71;
  transition: all 0.5s ease;
}

#main-wrapper {

}

#inside-main {
  padding: 10px;
  background-image: url("images/bg-main-linen3.png");
  background-color: #e6d6c5;
}

.page-node-type-page #block-juniorwood-page-title {
  border-bottom: 1px dotted #C7B86B;
  margin-bottom: 10px;
}

.page-node-type-page #body-section h3 {
  background: -webkit-linear-gradient(#E1CC7D, #E1CC7D, #A69B58, #A69B58, #A69B58);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 1px rgba(0,0,0,0.5));
  text-transform: uppercase;
  margin: 0 auto;
  font-family: 'Juniorwood';
  font-weight: normal;
  font-style: normal;
  font-size: 18pt;
}

h2.page-title {
  /*border-bottom: 1px dotted #C7B86B;*/
  /*margin-bottom: 10px;*/
  background: -webkit-linear-gradient(#E1CC7D, #E1CC7D, #A69B58, #A69B58, #A69B58);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 1px rgba(0,0,0,0.5));
  text-transform: uppercase;
  margin: 0 auto -5px;
  font-family: 'Juniorwood';
  font-weight: normal;
  font-style: normal;
  font-size: 25pt;
}

.node__meta {
  margin: 0 0 5px;
  font-style: italic;
  border-bottom: 1px dotted #C7B86B;
}

.image-style-juniorwood-wide {
  max-width: 100%;
  height: auto;
  margin: 0 0 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.75);
}

.image-style-juniorwood-small {
  margin: 0 0 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.75);
}

.field--name-field-media-image-20 {
  text-align: center;
}

hr {
  background: url("images/minidiv.png") no-repeat top center;
  height: 30px;
  border:none !important;
  margin: 0 0 10px;
}

/* primary tabs */

.tabs > li {
  display: inline-block;
  margin: 0 0 5px;
}

ul.tabs {
  margin: 0 0 10px;
  font-family: 'Orelega One';
}

ul.tabs a {
  display: block;
  font-size: 10pt;
  margin: 0;
  padding: 5px 10px 5px;
  text-decoration: none;
  box-shadow: 0 5px 0 0 rgba(0,0,0,0.1);
  border-radius: 25px;
  text-shadow: 0 2px 0 rgba(0,0,0,0.15);
}

.tabs a, .tabs a:link, .tabs a:visited {
  background-color: #8f8d4d;
  color: #fef9ee;
  border: 3px solid #fef9ee;
}

.tabs a:hover, .tabs a:link:hover, .tabs a:visited:hover {
  background-color: #aed0cd;
  color: #fef9ee;
  border: 3px solid #fef9ee;
}

.tabs a.is-active {
  background-color: #B67256;
  color: #fef9ee;
  border: 3px solid #fef9ee;
}

.tabs a.is-active:hover {
  background-color: #aed0cd;
  color: #fef9ee;
  border: 3px solid #fef9ee;
}

.node--unpublished {
  background-color: #674943;
}

#author-bio .starline-block {
  background-image: url("images/hr.gif");
  background-repeat: no-repeat;
  width: 450px;
  height: 30px;
  margin: 10px auto;
}

#author-bio .inside-block{
  background-color: rgba(50, 48, 43, 0.48);
  padding: 15px;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  font-size: 10pt;
  letter-spacing: 0.03em;
  font-style: italic;
}

#block-juniorwood-content #author-bio p {
  padding: 0;
  margin: 0 0 10px;
}

#block-juniorwood-content #author-bio a {

}

#author-bio .field--name-user-picture {
  line-height: 0;
  display: block;
  float: left;
  width: 80px;
  margin: 0 10px 10px 0;
}

#author-bio .image-style-thumbnail {
  width: 80px;
  height: 80px;
}

#author-bio .field--name-field-bio {

}

#author-bio:after {
  content: "";
  display: table;
  clear: both;
}

.starline {
  background-image: url("images/bullet.png");
  width: 30px;
  height: 30px;
  margin: 10px auto;
}

/* sidebar left */

#sidebar-left {
  background-image: url("images/bg-schrift.gif");
  padding: 10px;
}

#sidebar-left .block {
  margin: 0 0 25px;
}

/* sidebar right */

#sidebar-right {
  background-image: url("images/bg-sakura-overlay-transparent.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 10px;
}

#sidebar-right .block {
  margin: 0 0 25px;
}

#sidebar-right .block .inside-block {

}

#block-rosiesocrafty-views-block-polls-poll-block-rosiesocrafty fieldset {
  border: none;
}

#block-rosiesocrafty-views-block-polls-poll-block-rosiesocrafty .poll h3 {
  font-family: Pangolin;
  color: #3C3230;
  font-size: 12pt;
  font-style: italic;
}

#block-rosiesocrafty-views-block-polls-poll-block-rosiesocrafty .poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #b6725624;
  border-radius: 50px;
}

#block-rosiesocrafty-views-block-polls-poll-block-rosiesocrafty .poll .bar .foreground {
  float: left;
  height: 1em;
  background-color: #b67256;
  border-radius: 25px;
  background-image: linear-gradient(to bottom, #B67256, #8C6150);
  box-shadow: inset 0 1px 0 rgb(207, 155, 134), inset 0 -2px 0 rgba(0,0,0,0.25);
}

#block-rosiesocrafty-views-block-polls-poll-block-rosiesocrafty .percent {
  font-size: 9pt;
  font-style: italic;
}

#block-rosiesocrafty-views-block-polls-poll-block-rosiesocrafty .total {
  font-size: 9pt;
  margin: 10px 0;
}

footer {
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  font-size: 10pt;
  border-bottom: 3px solid #fef9ee;
  border-left: 3px solid #fef9ee;
  border-right: 3px solid #fef9ee;
  border-top: 3px solid #fef9ee;
  border-radius: 0 0 20px 20px;
  background-image: url("images/bg-tile-aqua.png");
  background-color: #abcecc;
}

footer p {
  margin: 0;
}

#copyright {
  color: #bbdada7d;
  text-align: center;
  padding: 10px;
}

#copyright p {
  margin: 0;
  padding: 0;
}

#copyright a {
 color: #bbdada;
 font-weight: bold;
 text-decoration: none;
}

#rel {
display: none;
}

/* messages */

.messages {
  background-color: #8c8c4f;
  border: none;
  box-shadow: none;
  margin: 0 0 10px 0;
  color: #4a4a2b;
}

.messages.messages--status {
  background-color: #8c8c4f;
  border: none;
  box-shadow: none;
  margin: 0 0 10px 0;
  color: #4a4a2b;
  background-image: url("images/check.png");
}

.messages.messages--status a {
  color: #E2ECCC;
}

.messages.messages--error {
  background-color: #c04b54;
  border: none;
  box-shadow: -10px 0 0 #a46d63;
  margin: 0 0 10px 10px;
  color: #682429;
  background-image: url("images/error.png");
}

.messages.messages--error a {
  color: #fcd5ce;
}

.messages.messages--warning {
  background-color: #cd9454;
  border: none;
  box-shadow: -10px 0 0 #be9364;
  margin: 0 0 10px 10px;
  color: #69461f;
  background-image: url("images/warning.png");
}

.messages.messages--warning a {
  color: #fcdebc;
}

/* toolbar */

.toolbar .toolbar-bar {
  color: #978d54;
  background-color: #201e18;
  box-shadow: -1px 0 3px 1px rgba(0, 0, 0, 0.33);
}

.toolbar .toolbar-tray {
  background-color: #383732;
}

.toolbar-horizontal .toolbar-tray {
  border-bottom: 1px solid #383732;
}

.toolbar-tray a, .toolbar-tray a:link {
text-decoration: none;
color: #C7B86B;
font-weight: bold;
}

.toolbar-tray a:hover, .toolbar-tray a:active, .toolbar-tray a:focus {

}

.toolbar-tray a:hover, .toolbar-tray a:active, .toolbar-tray a:focus {
  background-color: #8c8258;
}

.toolbar-tray a.is-active, .toolbar-tray a.is-active:link, .toolbar-tray a.is-active:visited, .toolbar-tray a, .toolbar-tray a:visited {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
}

.toolbar-tray a.is-active:hover {

}

.toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active {
  color: #d5c374;
  border-bottom: 1px solid #383732;
  background-color: #383732;
}

.toolbar-tray-horizontal a:focus, .toolbar-box a:focus {
  outline: none;
  background-color: #d5c374;
  color: #383732;
}

.toolbar-horizontal .toolbar-tray .menu-item + .menu-item {
  border-left: 1px solid #504d44;
  border-right: 1px solid #201e18;
}

#toolbar-item-shortcuts-tray.toolbar-tray li + li {
  border-left: 1px solid #504d44;
  border-right: 1px solid #201e18;
}

/* admin only - products overview */

.path-products-overview .view-content {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-template-rows: auto;
  gap: 5px;
  padding: 0;
  margin: 0 auto 20px;
  text-align: center;
}

.path-products-overview .image-style-views-thumbnails {
  width: 100%;
  height: auto;
  text-align: center;
}

/* Markup */

table {
  background-color: #fef9ee;
  border: 5px solid #b67256;
  border-collapse: separate;
  border-spacing: 3px;
  width: auto;
  margin: 0 auto;
}

table caption {

}

tbody {
  background-color: #fef9ee;
}

th {
  height: 25px;
  font-weight: bold;
  background-color: #aed0cd;
  border: none;
  padding: 5px;
}

td {
  border: none;
  padding: 5px;
}



main .field--name-body p:nth-child(1) {
  font-family: Shantell Sans;
}

main .field--name-body p:nth-child(2) {
  font-family: Short Stack;
}

main .field--name-body p:nth-child(3) {
  font-family: Happy Monkey;
}

main .field--name-body p:nth-child(4) {
  font-family: Pangolin;
}

main .field--name-body p:nth-child(5) {
  font-family: Sniglet;
}

main .field--name-body p:nth-child(6) {
  font-family: Comic Neue;
}

main .field--name-body p:nth-child(7) {
  font-family: Sour Gummy;
}

main .field--name-body p:nth-child(8) {
  font-family: Grandstander;
}

main .field--name-body p:nth-child(9) {
  font-family: Comic Relief;
}

main .field--name-body p:nth-child(10) {
  font-family: Winky Rough;
}

main .field--name-body p:nth-child(11) {
  font-family: Unkempt;
}

main .field--name-body p:nth-child(12) {
  font-family: Schoolbell;
}

main .field--name-body p:nth-child(13) {
  font-family: Patrick Hand;
}

main .field--name-body p:nth-child(14) {
  font-family: McLaren;
}

main .field--name-body p:nth-child(15) {
  font-family: Gochi Hand;
}

main .field--name-body ul li:nth-child(1) {
  font-family: Shantell Sans;
}

main .field--name-body ul li:nth-child(2) {
  font-family: Short Stack;
}

main .field--name-body ul li:nth-child(3) {
  font-family: Happy Monkey;
}

main .field--name-body ul li:nth-child(4) {
  font-family: Grandstander;
}

main .field--name-body ul li:nth-child(5) {
  font-family: Sour Gummy;
}

main .field--name-body ul li:nth-child(6) {
  font-family: Pangolin;
}

main .field--name-body ul li:nth-child(7) {
  font-family: Sniglet;
}

main .field--name-body ul li:nth-child(8) {
  font-family: Comic Neue;
}

main .field--name-body ul li:nth-child(9) {
  font-family: Comic Relief;
}

main .field--name-body ul li:nth-child(10) {
  font-family: Schoolbell;
}

main .field--name-body ul li:nth-child(11) {
  font-family: McLaren;
}

main .field--name-body ul li:nth-child(12) {
  font-family: Patrick Hand;
}

main .field--name-body ul li:nth-child(13) {
  font-family: Gochi Hand;
}

main .field--name-body ul li:nth-child(14) {
  font-family: Unkempt;
}

main .field--name-body ul li:nth-child(15) {
  font-family: Chewy;
}

main .field--name-body ul li:nth-child(16) {
  font-family: Winky Rough;
}

main .field--name-body ul li:nth-child(17) {
  font-family: ;
}

main .field--name-body ul li:nth-child(18) {
  font-family: ;
}

main .field--name-body ul li:nth-child(19) {
  font-family: ;
}

main .field--name-body ul li:nth-child(20) {
  font-family: ;
}
