/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
/**
 * The main scss file for this theme.
 * Sass is a css superset that offers a way to write styles with more enhanced CSS syntax.
 * Add your custom styles here
 * @link https://sass-lang.com/
 */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Nunito Sans", arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.textlogo {
  font-family: "Italiana", arial, sans-serif;
  font-weight: 600;
  font-size: 6rem;
  text-transform: none;
  text-align: center;
  line-height: 1;
  padding: 5px;
  display: block;
}

.textlogo a {
  display: block;
  padding: 5px;
}

.textlogo a:link,
.textlogo a:visited {
  color: #000000;
  display: block;
  border: 0;
}

.textlogo a:active,
.textlogo a:hover {
  border: 0;
}

.boxlabel {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  border-bottom: 2px solid #2D519C;
  color: #2D519C;
  display: block;
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

h1 {
  font-size: 4rem;
  color: #000000;
  margin: 0 0 2rem 0;
  padding: 0;
}

.homeblurb h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 1rem 0;
  color: #000000;
}

h2 {
  font-size: 3rem;
  color: #000000;
  margin: 0rem 0 2rem 0;
  line-height: 1.2;
}

.cat-title {
  margin: 2rem 0;
}

.onebox h2 {
  font-size: 2.6rem;
  font-weight: 500;
}

.widgettitle {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #2D2B2B;
  border-bottom: 1px solid #B8B8B8;
}

p {
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 0.75rem 0;
}

.heroblock p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}

ul {
  list-style: disc outside;
  margin: 1rem 0 1.5rem 25px;
}

li {
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 0.75rem 0;
}

strong {
  font-weight: 700;
}

.footer p {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer p span {
  display: inline-block;
  padding: 0 10px;
}

.wp-caption-text {
  font-size: 1.4rem;
}

.wp-caption {
  max-width: 100% !important;
}

.widget li {
  font-size: 1.6rem;
}

.classlisthead {
  font-size: 2.2rem;
  color: #B60101;
  border-top: 1px solid #2D2B2B;
  padding-top: 1rem;
}

.workshopname {
  font-size: 2rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
  line-height: 1;
  padding: 1rem 0;
  border-bottom: 3px solid #B8B8B8;
}

@media only screen and (max-width: 1199px) {
  .textlogo {
    font-size: 4rem;
  }
  .socialmedia {
    top: 15px;
  }
}
@media only screen and (max-width: 899px) {
  .sitehd.container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .textlogo {
    font-size: 4rem;
    text-align: center;
  }
  .footer p {
    flex-direction: column;
  }
}
.mainnav a:link,
.mainnav a:visited {
  text-decoration: none;
  transition: all 0.3s linear;
}

.mainnav a:active,
.mainnav a:hover {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s linear;
}

.mainnav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
}

.mainnav li {
  border: 0;
  margin: 0;
  padding: 0;
}

.mainnav li a {
  border: 1px solid #B8B8B8;
  display: block;
  padding: 5px 10px;
}

.mainnav a:link,
.mainnav a:visited {
  color: #000000;
  background-color: #EEEEEE;
}

.mainnav a:active,
.mainnav a:hover {
  border: 1px solid #000000;
  color: #EDE191;
  background: #333333;
}

.mainnav li.current-menu-item a:link,
.mainnav li.current-menu-item a:visited {
  border: 1px solid #000000;
  color: #EDE191;
  background: #333333;
}

.checkoutbutton {
  position: absolute;
  right: 35px;
  bottom: 5px;
}

.checkoutbutton a:visited,
.checkoutbutton a:link {
  background: #333333;
  color: #fff;
  border-radius: 5px;
  width: 200px;
  display: block;
  text-align: center;
  padding: 15px 10px;
  border: 2px solid #000000;
}

.checkoutbutton a:active,
.checkoutbutton a:hover {
  color: #000000;
  background: #EDE191;
}

a.burger {
  display: none;
  position: absolute;
  top: 12px;
  left: 25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 100;
  padding: 0 !important;
}

.burger:hover {
  background: transparent !important;
}

.burger span {
  display: block;
  height: 3px;
  background: #E4ECFF;
  width: 100%;
  position: absolute;
  left: 0;
}

.burger span.lettuce {
  top: 0;
  background: #E4ECFF;
  transition: all 0.3s linear;
}

.burger span.cheese {
  top: calc(50% - 2px);
  background: #E4ECFF;
  transition: transform 0.3s ease-in;
}

.burger span.patty {
  bottom: 0px;
  background: #E4ECFF;
  transition: all 0.3s linear;
}

.burger.grillin > span.cheese {
  transform: translateX(-200px);
}

.burger.grillin > span.lettuce {
  transform: rotate(45deg);
  top: 10px;
}

.burger.grillin > span.patty {
  transform: rotate(-45deg);
  top: 10px;
}

@media only screen and (max-width: 1199px) {
  .mainnav a:link,
  .mainnav a:visited {
    padding: 1rem 0;
  }
  .mainnav ul {
    align-items: stretch;
  }
  .mainnav li {
    font-size: 1.8rem;
    padding: 0rem 1rem;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper.mainnav {
    height: 10px;
  }
  a.burger {
    display: block;
  }
  .mainnav nav ul {
    display: block;
    position: absolute;
    left: -100%;
    z-index: 100;
    top: 0px;
    width: 100%;
    margin: 0;
    transition: left 0.3s ease-in-out;
  }
  .mainnav ul.menu.showmenu {
    left: 0;
  }
  .mainnav li {
    padding: 0 0 0 20px;
  }
  .mainnav a.burger {
    display: block;
  }
}
body {
  background: #2D2B2B;
}

/*
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
*/
a:link,
a:visited {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s linear;
}

a:active,
a:hover {
  text-decoration: none;
  color: #B60101;
}

li a:active,
li a:hover,
p a:active,
p a:hover {
  text-decoration: underline;
}

h1 a:hover {
  border: 0;
}

.wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}

#main .container {
  display: grid;
  grid-template-columns: 75% 25%;
  max-width: 1400px;
  background-color: #EEEEEE;
  margin: 0 auto;
  padding: 25px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 0px solid red;
}

.head .container {
  max-width: 1400px;
  background-color: #EEEEEE;
  margin: 0 auto;
  padding: 25px 25px 0 25px;
  border: 0px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 25px;
  border: 0px solid red;
  position: relative;
}

.mainnav .container {
  max-width: 1400px;
  background-color: #EEEEEE;
  margin: 0 auto;
  padding: 0 25px 10px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #ffffff;
  border: 0px solid red;
  border-top: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

.maincol .innerwrap {
  background: #ffffff;
  margin: 2rem;
  padding: 2rem;
  border-radius: 10px;
  border: 1px solid #B8B8B8;
}

.sidebar-shell {
  margin-top: 2rem;
}

.widgetlist {
  margin: 2rem 0;
}

.widget {
  background: #ffffff;
  margin: 1rem;
  padding: 2rem;
  border-radius: 10px;
  border: 1px solid #B8B8B8;
}

.custom-html-widget {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.classlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 25px;
  list-style: none;
}

.classlist li {
  width: calc(33% - 25px);
  position: relative;
  margin-bottom: 25px;
}

.classlist li a.reglink {
  border: 1px solid #000000;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  background: #DFDEDE;
  transition: all 0.3s linear;
  border-radius: 0px;
  height: 100%;
  padding-bottom: 4rem;
}

.classlist li a:hover {
  background: #fff;
  text-decoration: none;
}

.classlist a span {
  display: block;
}

.days {
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 5px;
}

.time {
  font-weight: 600;
  margin-bottom: 10px;
}

.startandenddates {
  font-weight: 500;
}

.label {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}

.teacher {
  font-size: 1.8rem;
}

.registernow {
  display: block;
  border: 0px solid #2D2B2B;
  padding: 8px 0;
  background: #B8B8B8;
  color: #000000;
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.6rem;
  bottom: 8px;
  width: calc(100% - 2px);
  left: 1px;
  transition: all 0.3s linear;
  line-height: 1;
}

a:hover .registernow {
  background: #000000;
  color: #EDE191;
}

.classdescription {
  display: block;
  position: relative;
  text-align: center;
  padding: 5px 0;
  border-bottom: 2px solid #000000;
}

/*# sourceMappingURL=main.css.map*/