@charset "UTF-8";
/* Main Sass file */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@600&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap");
/* line 29, sass/styles.scss */
body {
  font-family: "Roboto", sans-serif;
}
/* line 30, sass/styles.scss */
body .mobile-only {
  display: none;
}
@media (max-width: 400px) {
  /* line 34, sass/styles.scss */
  body .mobile-only {
    display: block;
  }
  /* line 36, sass/styles.scss */
  body .mobile-only #mobile-search {
    display: none;
  }
}
/* line 41, sass/styles.scss */
body img {
  border-radius: 0;
}
/* line 44, sass/styles.scss */
body .col-full {
  max-width: 1170px;
}
/* line 48, sass/styles.scss */
body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 1.6rem;
  color: #c46b14;
}
/* line 54, sass/styles.scss */
body h1 a:link, body h1 a:visited, body h1 a, body .h1 a:link, body .h1 a:visited, body .h1 a, body h2 a:link, body h2 a:visited, body h2 a, body .h2 a:link, body .h2 a:visited, body .h2 a, body h3 a:link, body h3 a:visited, body h3 a, body .h3 a:link, body .h3 a:visited, body .h3 a, body h4 a:link, body h4 a:visited, body h4 a, body .h4 a:link, body .h4 a:visited, body .h4 a, body h5 a:link, body h5 a:visited, body h5 a, body .h5 a:link, body .h5 a:visited, body .h5 a, body h6 a:link, body h6 a:visited, body h6 a, body .h6 a:link, body .h6 a:visited, body .h6 a {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #c46b14;
}
/* line 60, sass/styles.scss */
body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5 {
  color: #D68100;
}
/* line 62, sass/styles.scss */
body h1 a:link, body h1 a:visited, body h1 a, body .h1 a:link, body .h1 a:visited, body .h1 a, body h2 a:link, body h2 a:visited, body h2 a, body .h2 a:link, body .h2 a:visited, body .h2 a, body h3 a:link, body h3 a:visited, body h3 a, body .h3 a:link, body .h3 a:visited, body .h3 a, body h4 a:link, body h4 a:visited, body h4 a, body .h4 a:link, body .h4 a:visited, body .h4 a, body h5 a:link, body h5 a:visited, body h5 a {
  color: #D68100;
}
/* line 66, sass/styles.scss */
body h1, body .h1 {
  font-size: 38px;
}
/* line 69, sass/styles.scss */
body h2, body .h2 {
  font-size: 32px;
}
/* line 72, sass/styles.scss */
body h3, body .h3 {
  font-size: 28px;
}
/* line 75, sass/styles.scss */
body h4, body .h4 {
  font-size: 26px;
}
/* line 78, sass/styles.scss */
body h5, body .h5 {
  font-size: 22px;
}
/* line 81, sass/styles.scss */
body h6, body .h6 {
  font-size: 20px;
}
/* line 84, sass/styles.scss */
body .button, body button, body input[type=submit], body .button:link, body .button:visited {
  background-color: #fff;
  border: 1px solid #f19100;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 30px;
}
/* line 95, sass/styles.scss */
body .buttons .button {
  margin: 0 10px 10px;
}
/* line 99, sass/styles.scss */
body p {
  line-height: 1.4rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 66.49894em) {
  /* line 104, sass/styles.scss */
  body .col-full {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* line 109, sass/styles.scss */
body .stripes {
  height: 15px;
  background-image: url("images/stripes.png");
  background-repeat: repeat-x;
  margin-bottom: 60px;
}
/* line 115, sass/styles.scss */
body .box {
  border: 1px solid #f19100;
  padding: 21px 17px;
}
/* line 119, sass/styles.scss */
body a:link, body a:visited {
  color: #AB5E12;
}
/* line 122, sass/styles.scss */
body blockquote {
  border-left: 0;
  font-style: normal;
  text-align: center;
  border-top: 1px solid #f19100;
  border-bottom: 1px solid #f19100;
  padding-top: 20px;
  margin: 0 0 30px 0;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
/* line 133, sass/styles.scss */
body blockquote p {
  color: #AB5E12;
  font-size: 20px;
}
/* line 137, sass/styles.scss */
body blockquote .source {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 10px;
}
/* line 142, sass/styles.scss */
body blockquote .source cite {
  font-style: normal;
}
/* line 146, sass/styles.scss */
body blockquote:before {
  content: '“';
  font-size: 94px;
  color: #efd2ba;
  position: absolute;
  left: 0;
  top: 10px;
}
/* line 154, sass/styles.scss */
body blockquote:after {
  content: '”';
  font-size: 94px;
  color: #efd2ba;
  position: absolute;
  right: 0;
  top: 10px;
}
/* line 163, sass/styles.scss */
body .overlay {
  background-color: rgba(253, 148, 45, 0.95);
  padding: 30px;
}

/* line 169, sass/styles.scss */
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, sass/_header.scss */
.woocommerce-active .site-header .main-navigation {
  width: 100%;
}

/* line 4, sass/_header.scss */
#top-bar {
  background-color: #f19100;
  overflow: hidden;
}
/* line 7, sass/_header.scss */
#top-bar .top-bar-left {
  width: 50%;
  float: left;
  padding-top: 37px;
  padding-bottom: 32px;
}
/* line 13, sass/_header.scss */
#top-bar .top-bar-right {
  width: 50%;
  float: right;
  padding-top: 20px;
  text-align: right;
}
/* line 20, sass/_header.scss */
#top-bar .login-out a {
  color: #000;
  font-size: 12px;
  line-height: 11px;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
/* line 28, sass/_header.scss */
#top-bar .login-out a:hover {
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
}
/* line 32, sass/_header.scss */
#top-bar .login-out .login {
  margin-left: 10px;
}
/* line 35, sass/_header.scss */
#top-bar .login-out .basket {
  padding: 7px 25px 3px 0;
  background-image: url("images/basket.svg");
  background-size: 20px 17px;
  background-repeat: no-repeat;
  background-position: right;
  border-bottom: 0;
}
/* line 42, sass/_header.scss */
#top-bar .login-out .basket:hover {
  border-bottom: 0;
}
/* line 47, sass/_header.scss */
#top-bar a:focus {
  outline: none;
}
@media (max-width: 400px) {
  /* line 51, sass/_header.scss */
  #top-bar .top-bar-left {
    width: 100%;
    padding: 6px 0px 4px;
  }
  /* line 55, sass/_header.scss */
  #top-bar .top-bar-right {
    display: none;
  }
  /* line 59, sass/_header.scss */
  #top-bar .mobile-only#mobile-search {
    display: none;
  }
  /* line 62, sass/_header.scss */
  #top-bar .mobile-only#mobile-search.open {
    display: block;
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    bottom: 0;
    height: 43px;
    padding: 10px;
    background-color: #000;
    z-index: 9999;
  }
  /* line 73, sass/_header.scss */
  #top-bar .mobile-only#mobile-search.open input[type=search] {
    padding: 5px;
    height: 25px;
    width: 70%;
  }
  /* line 78, sass/_header.scss */
  #top-bar .mobile-only#mobile-search.open input[type=submit] {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    padding: 4px 20px;
    width: 25%;
  }
  /* line 86, sass/_header.scss */
  #top-bar .mobile-only.bar {
    background-color: #000;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px;
    overflow: hidden;
    position: relative;
  }
  /* line 93, sass/_header.scss */
  #top-bar .mobile-only.bar .left {
    width: 50%;
    float: left;
  }
  /* line 96, sass/_header.scss */
  #top-bar .mobile-only.bar .left a {
    font-size: 14px;
    border-bottom: 0;
  }
  /* line 99, sass/_header.scss */
  #top-bar .mobile-only.bar .left a:after {
    content: '';
    display: inline-block;
    padding-bottom: 2px;
    margin-left: 4px;
    width: 0px;
    height: 00px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #fff;
  }
  /* line 111, sass/_header.scss */
  #top-bar .mobile-only.bar .left #mobile-search-toggle.up:after {
    border-top: 0;
    border-bottom: 6px solid #fff;
    vertical-align: top;
    margin-top: 8px;
  }
  /* line 118, sass/_header.scss */
  #top-bar .mobile-only.bar .right {
    width: 50%;
    float: right;
    text-align: right;
  }
  /* line 122, sass/_header.scss */
  #top-bar .mobile-only.bar .right a {
    font-size: 13px;
  }
  /* line 126, sass/_header.scss */
  #top-bar .mobile-only.bar p, #top-bar .mobile-only.bar a {
    color: #fff;
    text-transform: uppercase;
  }
  /* line 130, sass/_header.scss */
  #top-bar .mobile-only.bar a {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  }
}

/* line 139, sass/_header.scss */
#newsletter-top p, #newsletter-top .button {
  display: inline-block;
}
/* line 142, sass/_header.scss */
#newsletter-top p {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 19px;
  margin-right: 20px;
  margin-bottom: 5px;
}
/* line 149, sass/_header.scss */
#newsletter-top .button {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 5px 20px;
  line-height: 18px;
  margin-bottom: 5px;
}

/* line 163, sass/_header.scss */
#social-search {
  margin-bottom: 12px;
}
/* line 165, sass/_header.scss */
#social-search .social {
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 165, sass/_header.scss */
  #social-search .social {
    display: none;
  }
}
/* line 171, sass/_header.scss */
#social-search .social li.cn-fa-icon a {
  margin-top: -5px !important;
}
/* line 176, sass/_header.scss */
#social-search .search {
  display: inline-block;
  width: 100%;
  max-width: 262px;
  padding-left: 20px;
}
/* line 181, sass/_header.scss */
#social-search .search form {
  border: 1px solid #fff;
  position: relative;
  margin-bottom: 0;
}
/* line 185, sass/_header.scss */
#social-search .search form input[type=search] {
  border: none;
  background-color: #f19100;
  box-shadow: none;
  padding: 2px 5px;
  width: 100%;
}
/* line 191, sass/_header.scss */
#social-search .search form input[type=search]::-webkit-input-placeholder {
  /* Edge */
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 197, sass/_header.scss */
#social-search .search form input[type=search]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 203, sass/_header.scss */
#social-search .search form input[type=search]::placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 209, sass/_header.scss */
#social-search .search form input[type=submit] {
  background-color: #f19100;
  background-image: url("images/search-icon-black.png");
  background-size: 15px;
  background-repeat: no-repeat;
  padding: 0;
  width: 14px;
  height: 14px;
  font-size: 0;
  position: absolute;
  top: 7px;
  right: 7px;
}

/* line 227, sass/_header.scss */
#masthead.site-header {
  border-bottom: 0;
}
@media (min-width: 768px) {
  /* line 231, sass/_header.scss */
  #masthead.site-header .site-branding {
    width: 90%;
    max-width: 330px;
    float: none;
    margin: 0 auto;
  }
  /* line 236, sass/_header.scss */
  #masthead.site-header .site-branding img {
    height: auto;
    max-width: 330px;
    max-height: none;
  }
}
/* line 243, sass/_header.scss */
#masthead #site-navigation .primary-navigation {
  border-bottom: 1px solid #000;
  width: 100%;
  float: none;
  margin-right: 0;
  text-align: center;
  padding: 30px 0;
}
/* line 251, sass/_header.scss */
#masthead #site-navigation .primary-navigation ul.menu li {
  padding: 0 20px 0 3px;
}
/* line 253, sass/_header.scss */
#masthead #site-navigation .primary-navigation ul.menu li a:link, #masthead #site-navigation .primary-navigation ul.menu li a:visited {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 3px 0;
  display: inline-block;
}
/* line 260, sass/_header.scss */
#masthead #site-navigation .primary-navigation ul.menu li.current-menu-item a, #masthead #site-navigation .primary-navigation ul.menu li a:hover {
  border-bottom: 2px solid #f19100;
  padding-bottom: 1px;
}
/* line 264, sass/_header.scss */
#masthead #site-navigation .primary-navigation ul.menu li:after {
  content: '';
  display: block;
  height: 10px;
  border-right: 1px solid #000;
  display: inline-block;
  margin-bottom: -1px;
  padding-left: 25px;
}
/* line 274, sass/_header.scss */
#masthead #site-navigation .primary-navigation ul.menu li:last-of-type:after {
  display: none;
}
/* line 280, sass/_header.scss */
#masthead #site-navigation .primary-navigation ul.menu ul.sub-menu li {
  background-color: #f0f0f0;
  padding: 3px 7px;
}
/* line 282, sass/_header.scss */
#masthead #site-navigation .primary-navigation ul.menu ul.sub-menu li:hover {
  background-color: transparent;
}
/* line 284, sass/_header.scss */
#masthead #site-navigation .primary-navigation ul.menu ul.sub-menu li:hover a {
  background-color: transparent;
}
/* line 289, sass/_header.scss */
#masthead #site-navigation .primary-navigation ul.menu ul.sub-menu li:after {
  display: none;
}
/* line 292, sass/_header.scss */
#masthead #site-navigation .primary-navigation ul.menu ul.sub-menu li a:focus {
  outline: none;
  color: #AB5E12;
}
/* line 296, sass/_header.scss */
#masthead #site-navigation .primary-navigation ul.menu ul.sub-menu li.current-menu-item a, #masthead #site-navigation .primary-navigation ul.menu ul.sub-menu li a:hover {
  border-bottom: 0;
  padding-bottom: 3px;
  background-color: #f0f0f0;
  color: #AB5E12;
}
/* line 307, sass/_header.scss */
#masthead .handheld-navigation button.dropdown-toggle {
  border: 0;
  top: 9px;
}

/* line 314, sass/_header.scss */
.home #masthead #site-navigation {
  border-bottom: 0;
}

/* line 318, sass/_header.scss */
.home #primary.content-area {
  padding-top: 20px;
}

/* line 322, sass/_header.scss */
body.home.page:not(.page-template-template-homepage) .site-header {
  margin-bottom: 0;
}

/* line 326, sass/_header.scss */
body.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 0;
}

/* line 2, sass/_forms.scss */
body .gform_wrapper {
  text-align: center;
}
/* line 4, sass/_forms.scss */
body .gform_wrapper .gform_heading {
  margin-bottom: 15px;
}
/* line 8, sass/_forms.scss */
body .gform_wrapper .gform_body ul {
  list-style: none;
  margin-left: 0;
}
/* line 13, sass/_forms.scss */
body .gform_wrapper .gform_body .gform_fields li {
  margin-bottom: 15px;
}
/* line 16, sass/_forms.scss */
body .gform_wrapper .gform_body .gform_fields label {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}
/* line 22, sass/_forms.scss */
body .gform_wrapper .gform_body .gform_fields input[type=text] {
  width: 100%;
  max-width: 570px;
  background-color: #f19100;
  color: #000;
  padding: 10px;
  height: 30px;
  box-shadow: none;
}
/* line 31, sass/_forms.scss */
body .gform_wrapper .gform_body .gform_fields ::-webkit-input-placeholder {
  /* Edge */
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}
/* line 38, sass/_forms.scss */
body .gform_wrapper .gform_body .gform_fields :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}
/* line 45, sass/_forms.scss */
body .gform_wrapper .gform_body .gform_fields ::placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}
/* line 55, sass/_forms.scss */
body #footer1-widgets label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 186, sass/styles.scss */
.page-heading {
  text-align: center;
  padding: 0px 0 50px;
}
/* line 189, sass/styles.scss */
.page-heading h2 {
  font-size: 38px;
}

@media (min-width: 769px) {
  /* line 194, sass/styles.scss */
  .post-body {
    padding: 0 100px;
  }
}
/* line 198, sass/styles.scss */
.post-body p.date {
  font-weight: 700;
}

/* line 206, sass/styles.scss */
.entry-content ul ::marker {
  color: #AB5E12;
}

/* line 212, sass/styles.scss */
span.arrow-up {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c46b14;
  border-bottom: 0;
  margin-bottom: 3px;
  margin-left: 8px;
}
/* line 222, sass/styles.scss */
span.arrow-up.open {
  border-top: 0;
  border-bottom: 6px solid #c46b14;
  margin-bottom: 3px;
}

/*****  Homepage ******/
/* line 232, sass/styles.scss */
#featured-slider .flexslider {
  margin: 0 0 60px;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* line 245, sass/styles.scss */
#featured-slider ul.slides li img {
  border-radius: 0;
}
/* line 248, sass/styles.scss */
#featured-slider ul.slides li span.mobile {
  display: none;
}
/* line 254, sass/styles.scss */
#featured-slider .flex-direction-nav a {
  width: 32px;
  height: 64px;
  margin: 0;
  opacity: 1;
}
/* line 261, sass/styles.scss */
#featured-slider .flex-direction-nav .flex-prev:before, #featured-slider .flex-direction-nav .flex-next:before {
  content: '';
  width: 32px;
  height: 64px;
  background-size: 32px 64px;
  background-repeat: no-repeat;
}
/* line 269, sass/styles.scss */
#featured-slider .flex-direction-nav .flex-prev {
  left: 0;
}
/* line 272, sass/styles.scss */
#featured-slider .flex-direction-nav .flex-next {
  right: 0;
}
/* line 275, sass/styles.scss */
#featured-slider .flex-direction-nav .flex-prev:before {
  background-image: url("images/arrow-orange-left.png");
}
/* line 278, sass/styles.scss */
#featured-slider .flex-direction-nav .flex-next:before {
  background-image: url("images/arrow-orange-right.png");
}
/* line 282, sass/styles.scss */
#featured-slider .flex-control-paging li a {
  background: #f19100;
  opacity: 0.5;
}
/* line 285, sass/styles.scss */
#featured-slider .flex-control-paging li a.flex-active {
  opacity: 1;
}

/* line 290, sass/styles.scss */
#home-welcome {
  text-align: center;
  padding-top: 40px;
}
@media (min-width: 990px) {
  /* line 290, sass/styles.scss */
  #home-welcome {
    padding: 40px 110px 20px;
  }
}

/* line 299, sass/styles.scss */
#whats-new {
  padding-top: 60px;
}
/* line 300, sass/styles.scss */
#whats-new h2.h1 {
  font-size: 38px;
}
/* line 305, sass/styles.scss */
#whats-new #panels .grid-posts {
  border-bottom: 0;
}
@media (max-width: 500px) {
  /* line 305, sass/styles.scss */
  #whats-new #panels .grid-posts {
    display: block;
  }
}
/* line 311, sass/styles.scss */
#whats-new #panels .grid-posts .wrap .overlay {
  text-align: left;
}
/* line 313, sass/styles.scss */
#whats-new #panels .grid-posts .wrap .overlay h3 {
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 865px) {
  /* line 313, sass/styles.scss */
  #whats-new #panels .grid-posts .wrap .overlay h3 {
    margin-bottom: 30px;
  }
}
/* line 320, sass/styles.scss */
#whats-new #panels .grid-posts .wrap .overlay p.series {
  font-size: 22px;
  margin-bottom: 12px;
}
/* line 324, sass/styles.scss */
#whats-new #panels .grid-posts .wrap .overlay p {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 865px) {
  /* line 324, sass/styles.scss */
  #whats-new #panels .grid-posts .wrap .overlay p {
    display: none;
  }
}
/* line 331, sass/styles.scss */
#whats-new #panels .grid-posts .wrap .overlay p:last-of-type {
  margin-bottom: 25px;
}
/* line 334, sass/styles.scss */
#whats-new #panels .grid-posts .wrap .overlay .content {
  top: 40px;
  transform: none;
}
@media (max-width: 865px) {
  /* line 334, sass/styles.scss */
  #whats-new #panels .grid-posts .wrap .overlay .content {
    top: 10px;
  }
}
/* line 342, sass/styles.scss */
#whats-new #panels .grid-posts .wrap span.type {
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-transform: uppercase;
  width: 150px;
  padding: 8px 15px;
  height: 42px;
  position: absolute;
  bottom: 75px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
@media (max-width: 568px) {
  /* line 342, sass/styles.scss */
  #whats-new #panels .grid-posts .wrap span.type {
    font-size: 14px;
    height: 47px;
  }
}
/* line 361, sass/styles.scss */
#whats-new #panels .grid-posts .wrap:hover span.type {
  display: none;
}

/* WooCommerce styles */
/* line 374, sass/styles.scss */
body.storefront-full-width-content.woocommerce-cart .entry-header, body.storefront-full-width-content.woocommerce-checkout .entry-header, body.storefront-full-width-content.woocommerce-account .entry-header, body.storefront-full-width-content .woocommerce-products-header {
  text-align: center;
  padding: 0 0 0.996835em;
}
/* line 379, sass/styles.scss */
body .after-shop-bottom {
  position: relative;
}
/* line 382, sass/styles.scss */
body .woocommerce-pagination {
  position: absolute;
  bottom: -79px;
  left: 0;
  right: 0;
}
/* line 389, sass/styles.scss */
body .woocommerce-pagination ul.page-numbers li .page-numbers {
  background-color: transparent;
}
/* line 392, sass/styles.scss */
body .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
}
/* line 397, sass/styles.scss */
body .woocommerce-pagination ul.page-numbers li .page-numbers.next:not(.current) {
  color: #c46b14;
}

/* line 407, sass/styles.scss */
.site-main .storefront-sorting {
  height: 33px;
  display: block;
  clear: both;
  width: 83%;
  float: left;
  padding-left: 15px;
  margin-bottom: 45px;
  background-color: rgba(246, 238, 213, 0.95);
  border-top: 1px solid #000;
}
/* line 417, sass/styles.scss */
.site-main .storefront-sorting .woocommerce-ordering {
  float: right;
}
/* line 420, sass/styles.scss */
.site-main .storefront-sorting .woocommerce-pagination {
  display: none;
}
@media (max-width: 975px) {
  /* line 407, sass/styles.scss */
  .site-main .storefront-sorting {
    width: 70%;
  }
}
@media (max-width: 768px) {
  /* line 407, sass/styles.scss */
  .site-main .storefront-sorting {
    height: auto;
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  /* line 431, sass/styles.scss */
  .site-main .storefront-sorting p, .site-main .storefront-sorting form {
    margin-bottom: 0;
  }
}
/* line 436, sass/styles.scss */
.site-main .woocommerce-perpage {
  background-color: rgba(246, 238, 213, 0.95);
  border-top: 1px solid #000;
  width: 17%;
  display: inline-block;
  font-size: 12px;
  margin-right: 0;
  margin-bottom: 45px;
  padding: 6px 10px 6px 0;
  float: right;
  text-align: right;
}
@media (max-width: 975px) {
  /* line 436, sass/styles.scss */
  .site-main .woocommerce-perpage {
    width: 30%;
  }
}
@media (max-width: 768px) {
  /* line 436, sass/styles.scss */
  .site-main .woocommerce-perpage {
    width: 100%;
    float: none;
    border-top: 0;
    padding-top: 10px;
  }
}
/* line 458, sass/styles.scss */
.site-main .after-shop-bottom .storefront-sorting .woocommerce-pagination {
  display: block;
}

/* line 465, sass/styles.scss */
#primary.content-area {
  padding-top: 50px;
}
/* line 467, sass/styles.scss */
#primary.content-area h1.page-title {
  text-align: center;
  margin-bottom: 30px;
}

/*****  authors listing ******/
/* line 475, sass/styles.scss */
#explore-bar.a-z {
  text-align: center;
  padding: 6px;
}
/* line 478, sass/styles.scss */
#explore-bar.a-z a {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0 5px;
}
/* line 483, sass/styles.scss */
#explore-bar.a-z a.active {
  border-bottom: 2px solid #f19100;
}

/* line 489, sass/styles.scss */
#authors-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  /* line 489, sass/styles.scss */
  #authors-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 568px) {
  /* line 489, sass/styles.scss */
  #authors-grid {
    grid-template-columns: 1fr 1fr;
  }
}
/* line 498, sass/styles.scss */
#authors-grid .grid-item {
  position: relative;
}
/* line 500, sass/styles.scss */
#authors-grid .grid-item img {
  border-radius: 0;
}
/* line 503, sass/styles.scss */
#authors-grid .grid-item span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 5px 10px;
  font-family: "Jost", sans-serif;
}

/**** author detail *****/
/* line 519, sass/styles.scss */
#contributor-detail h1 {
  text-align: center;
}
/* line 522, sass/styles.scss */
#contributor-detail img {
  border-radius: 0;
}
/* line 525, sass/styles.scss */
#contributor-detail .top {
  padding-bottom: 60px;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}
/* line 527, sass/styles.scss */
#contributor-detail .top > img {
  margin: 0 auto 35px;
}
/* line 534, sass/styles.scss */
#contributor-detail .social {
  border-top: 1px solid #f19100;
  border-bottom: 1px solid #f19100;
  padding: 30px 20px 26px 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
/* line 541, sass/styles.scss */
#contributor-detail .social a {
  display: inline-block;
  margin: 0 10px 0;
  vertical-align: middle;
}
/* line 545, sass/styles.scss */
#contributor-detail .social a.button {
  padding: 7px 13px;
  color: #AB5E12;
}

/* line 553, sass/styles.scss */
#books-by {
  border-top: 1px solid #f19100;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 557, sass/styles.scss */
#books-by h3 {
  text-align: center;
}

/* line 561, sass/styles.scss */
.grid-books {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  /* line 561, sass/styles.scss */
  .grid-books {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 568px) {
  /* line 561, sass/styles.scss */
  .grid-books {
    display: block;
  }
}
/* line 570, sass/styles.scss */
.grid-books .book {
  margin-bottom: 25px;
}
/* line 572, sass/styles.scss */
.grid-books .book .imagewrapper {
  background-color: #f6eed5;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 45px solid transparent;
}
/* line 580, sass/styles.scss */
.grid-books .book .imagewrapper img {
  border-radius: 0;
  height: 290px;
  width: auto;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
  z-index: 1;
}
/* line 593, sass/styles.scss */
.grid-books .book .imagewrapper .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  display: none;
  z-index: 2;
}
/* line 602, sass/styles.scss */
.grid-books .book .imagewrapper .overlay .button {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* line 612, sass/styles.scss */
.grid-books .book .imagewrapper:hover .overlay {
  display: block;
}
/* line 617, sass/styles.scss */
.grid-books .book h4 {
  font-size: 27px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 8px;
}
/* line 623, sass/styles.scss */
.grid-books .book p.name {
  margin-bottom: 3px;
  color: #000;
  font-size: 18px;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 632, sass/styles.scss */
.grid-books .book:nth-child(even) .imagewrapper {
  background-color: #faf6ea;
}
/* line 635, sass/styles.scss */
.grid-books .book:nth-child(odd) .imagewrapper {
  background-color: #f6eed5;
}

/* line 664, sass/styles.scss */
li.product-category.product {
  background-color: #faf6ea;
  padding-top: 30px;
}
/* line 667, sass/styles.scss */
li.product-category.product:nth-of-type(even) {
  background-color: #f6eed5;
}
/* line 670, sass/styles.scss */
li.product-category.product:nth-of-type(odd) {
  background-color: #faf6ea;
}
/* line 697, sass/styles.scss */
li.product-category.product h2 {
  padding: 0 30px;
  margin-bottom: 20px !important;
}

/* line 703, sass/styles.scss */
#posts-to-book.contributor {
  border-top: 1px solid #f19100;
  padding-top: 50px;
}
/* line 706, sass/styles.scss */
#posts-to-book.contributor .grid-posts {
  border-bottom: 0;
}

/*****  Products listing ******/
/* line 714, sass/styles.scss */
ul.products li.product {
  text-align: left;
}
/* line 716, sass/styles.scss */
ul.products li.product a:focus {
  outline: none;
}
/* line 719, sass/styles.scss */
ul.products li.product .imagewrapper {
  padding: 45px;
  background-color: #faf6ea;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
/* line 725, sass/styles.scss */
ul.products li.product .imagewrapper img {
  border-radius: 0;
  height: 290px;
  width: auto;
  max-width: 100%;
  height: auto;
}
/* line 732, sass/styles.scss */
ul.products li.product .imagewrapper .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  display: none;
}
/* line 740, sass/styles.scss */
ul.products li.product .imagewrapper .overlay .button {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* line 750, sass/styles.scss */
ul.products li.product .imagewrapper:hover .overlay {
  display: block;
}
/* line 756, sass/styles.scss */
ul.products li.product:nth-child(even) .imagewrapper {
  background-color: #f6eed5;
}
/* line 759, sass/styles.scss */
ul.products li.product:nth-child(odd) .imagewrapper {
  background-color: #faf6ea;
}
/* line 785, sass/styles.scss */
ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 27px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  /* line 785, sass/styles.scss */
  ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 20px;
  }
}
/* line 793, sass/styles.scss */
ul.products li.product .name {
  margin-bottom: 3px;
  color: #000;
  font-size: 18px;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 801, sass/styles.scss */
ul.products li.product .price {
  display: none;
}
/* line 804, sass/styles.scss */
ul.products li.product .add_to_cart_button {
  display: none;
}
/* line 807, sass/styles.scss */
ul.products li.product .star-rating {
  display: none;
}

/* line 814, sass/styles.scss */
.storefront-full-width-content .site-main ul.products.columns-3 li.product {
  width: 33.333%;
  margin-right: 0;
  float: left;
}
/* line 821, sass/styles.scss */
.storefront-full-width-content .site-main ul.products.columns-3 li.product .imagewrapper img {
  margin: 0 auto;
}
/* line 825, sass/styles.scss */
.storefront-full-width-content .site-main ul.products.columns-3 li.product:nth-child(3n+1) {
  clear: both;
}
@media (max-width: 600px) {
  /* line 814, sass/styles.scss */
  .storefront-full-width-content .site-main ul.products.columns-3 li.product {
    width: 50%;
    float: left;
  }
  /* line 831, sass/styles.scss */
  .storefront-full-width-content .site-main ul.products.columns-3 li.product:nth-child(3n+1) {
    clear: none;
  }
  /* line 834, sass/styles.scss */
  .storefront-full-width-content .site-main ul.products.columns-3 li.product:nth-child(2n+1) {
    clear: both;
  }
}

/*****  Product detail ******/
/* line 843, sass/styles.scss */
body .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
  width: 48.130435%;
  margin-right: 2.347826%;
}
/* line 847, sass/styles.scss */
body .storefront-full-width-content.single-product div.product .summary {
  width: 49.521739%;
}

/* line 853, sass/styles.scss */
body.single-product div.product p.sub-heading {
  font-size: 22px;
  line-height: 26px;
}
/* line 857, sass/styles.scss */
body.single-product div.product .name {
  display: inline-block;
}
/* line 859, sass/styles.scss */
body.single-product div.product .name a:link, body.single-product div.product .name a:visited {
  color: #000;
  font-weight: bold;
}
/* line 863, sass/styles.scss */
body.single-product div.product .name a:hover {
  color: #AB5E12;
}
/* line 867, sass/styles.scss */
body.single-product div.product .price {
  margin: 0 0 20px;
  color: #AB5E12;
}
/* line 872, sass/styles.scss */
body.single-product div.product .cart .quantity {
  display: none;
}
/* line 876, sass/styles.scss */
body.single-product div.product button.alt, body.single-product div.product input[type="button"].alt, body.single-product div.product input[type="reset"].alt, body.single-product div.product input[type="submit"].alt, body.single-product div.product .button.alt, body.single-product div.product .widget-area .widget a.button.alt {
  background-color: #fff;
  border: 1px solid #f19100;
  color: #000;
}
/* line 881, sass/styles.scss */
body.single-product div.product .button.bookshop {
  float: left;
  margin-right: 10px;
}
/* line 885, sass/styles.scss */
body.single-product div.product form.cart {
  display: inline-block;
  padding: 0;
}
/* line 889, sass/styles.scss */
body.single-product div.product .product_meta, body.single-product div.product .product-meta {
  border-top: 0;
  margin-bottom: 0;
}
/* line 892, sass/styles.scss */
body.single-product div.product .product_meta .posted_in, body.single-product div.product .product-meta .posted_in {
  text-transform: uppercase;
}
/* line 894, sass/styles.scss */
body.single-product div.product .product_meta .posted_in a, body.single-product div.product .product-meta .posted_in a {
  text-transform: none;
}
/* line 898, sass/styles.scss */
body.single-product div.product .product_meta span, body.single-product div.product .product_meta p, body.single-product div.product .product-meta span, body.single-product div.product .product-meta p {
  font-size: 14px;
  margin-bottom: 2px;
}
/* line 902, sass/styles.scss */
body.single-product div.product .product_meta a:link, body.single-product div.product .product_meta a:visited, body.single-product div.product .product-meta a:link, body.single-product div.product .product-meta a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* line 907, sass/styles.scss */
body.single-product div.product .product_meta a:hover, body.single-product div.product .product-meta a:hover {
  color: #AB5E12;
}
/* line 910, sass/styles.scss */
body.single-product div.product .product_meta.last, body.single-product div.product .product-meta.last {
  margin-bottom: 20px;
}
/* line 914, sass/styles.scss */
body.single-product div.product ul.products li.product .name {
  display: block;
}
/* line 918, sass/styles.scss */
body.single-product .woocommerce-tabs {
  border-top: 1px solid #f19100;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 923, sass/styles.scss */
body.single-product.storefront-full-width-content .woocommerce-tabs ul.tabs {
  width: 100%;
  float: none;
}
/* line 926, sass/styles.scss */
body.single-product.storefront-full-width-content .woocommerce-tabs ul.tabs.wc-tabs {
  border-top: 0;
  padding: 30px 0 0px 0;
  display: grid;
  grid-template-columns: 280px 280px 200px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
/* line 934, sass/styles.scss */
body.single-product.storefront-full-width-content .woocommerce-tabs ul.tabs.wc-tabs li {
  border-bottom: 0;
  margin-bottom: -1px;
}
/* line 937, sass/styles.scss */
body.single-product.storefront-full-width-content .woocommerce-tabs ul.tabs.wc-tabs li a {
  font-size: 26px;
  color: #999;
  text-align: center;
}
/* line 941, sass/styles.scss */
body.single-product.storefront-full-width-content .woocommerce-tabs ul.tabs.wc-tabs li a:focus {
  outline: 0;
}
/* line 944, sass/styles.scss */
body.single-product.storefront-full-width-content .woocommerce-tabs ul.tabs.wc-tabs li a:hover {
  color: #AB5E12;
}
/* line 948, sass/styles.scss */
body.single-product.storefront-full-width-content .woocommerce-tabs ul.tabs.wc-tabs li:after {
  display: none;
}
/* line 952, sass/styles.scss */
body.single-product.storefront-full-width-content .woocommerce-tabs ul.tabs.wc-tabs li.active a {
  color: #AB5E12;
  border-bottom: 1px solid #fff;
}
/* line 957, sass/styles.scss */
body.single-product.storefront-full-width-content .woocommerce-tabs ul.tabs.wc-tabs li#tab-title-press_tab a {
  display: block;
  width: 205px;
  margin: 0 auto;
}
/* line 962, sass/styles.scss */
body.single-product.storefront-full-width-content .woocommerce-tabs ul.tabs.wc-tabs li#tab-title-reader_tab a {
  display: block;
  width: 215px;
  margin: 0 auto;
}
/* line 967, sass/styles.scss */
body.single-product.storefront-full-width-content .woocommerce-tabs ul.tabs.wc-tabs li#tab-title-awards_tab a {
  display: block;
  width: 107px;
  margin: 0 auto;
}
/* line 975, sass/styles.scss */
body.single-product.storefront-full-width-content .woocommerce-tabs .panel {
  width: 100%;
  float: none;
  border-top: 1px solid #f19100;
  border-bottom: 1px solid #f19100;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 982, sass/styles.scss */
body.single-product.storefront-full-width-content .woocommerce-tabs .panel .reviews-list {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 30px;
}
/* line 986, sass/styles.scss */
body.single-product.storefront-full-width-content .woocommerce-tabs .panel .reviews-list .review-content {
  font-size: 18px;
}
/* line 988, sass/styles.scss */
body.single-product.storefront-full-width-content .woocommerce-tabs .panel .reviews-list .review-content p:last-of-type {
  margin-bottom: 3px;
}
/* line 992, sass/styles.scss */
body.single-product.storefront-full-width-content .woocommerce-tabs .panel .reviews-list p.source {
  text-transform: uppercase;
  color: #AB5E12;
  font-size: 14px;
}
/* line 999, sass/styles.scss */
body.single-product #meet-contributors {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f19100;
  padding-bottom: 20px;
}
/* line 1006, sass/styles.scss */
body.single-product #meet-contributors .contributor-panel {
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 1010, sass/styles.scss */
body.single-product #meet-contributors h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* line 1015, sass/styles.scss */
body.single-product #meet-contributors .left {
  width: 50%;
  float: left;
  padding-right: 25px;
}
/* line 1019, sass/styles.scss */
body.single-product #meet-contributors .left img {
  border-radius: 0;
}
/* line 1023, sass/styles.scss */
body.single-product #meet-contributors .right {
  width: 50%;
  float: right;
}
/* line 1026, sass/styles.scss */
body.single-product #meet-contributors .right h4 {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  /* line 999, sass/styles.scss */
  body.single-product #meet-contributors {
    display: block;
    padding-top: 20px;
  }
  /* line 1033, sass/styles.scss */
  body.single-product #meet-contributors .left {
    width: 30%;
  }
  /* line 1036, sass/styles.scss */
  body.single-product #meet-contributors .right {
    width: 70%;
  }
  /* line 1038, sass/styles.scss */
  body.single-product #meet-contributors .right h4 {
    font-size: 20px;
  }
}

/* line 1046, sass/styles.scss */
.related.products {
  border-bottom: 1px solid #f19100;
  margin-bottom: 40px;
}
/* line 1049, sass/styles.scss */
.related.products a.button {
  display: none;
}

/* SEARCH RESULTS */
/* line 1055, sass/styles.scss */
div.searchresult {
  clear: both;
  padding-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 1060, sass/styles.scss */
  div.searchresult .left {
    width: 75%;
    float: left;
  }
  /* line 1064, sass/styles.scss */
  div.searchresult .right {
    width: 25%;
    float: right;
    padding: 0 0 20px 20px;
  }
  /* line 1068, sass/styles.scss */
  div.searchresult .right img {
    border-radius: 0;
  }
}

/*****  BLOG ******/
/* line 1078, sass/styles.scss */
#bar-wrap {
  position: relative;
  margin-bottom: 60px;
  border-top: 1px solid #000;
  margin-top: 50px;
  z-index: 9;
}

/* line 1086, sass/styles.scss */
#explore-bar {
  text-align: left;
  background-color: rgba(246, 238, 213, 0.95);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
/* line 1093, sass/styles.scss */
#explore-bar h5 {
  font-size: 18px;
  margin-bottom: 0;
  display: block;
  padding: 12px 30px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 1101, sass/styles.scss */
#explore-bar h6 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
}
/* line 1106, sass/styles.scss */
#explore-bar li a, #explore-bar a {
  color: #000;
  font-size: 16px;
}
/* line 1110, sass/styles.scss */
#explore-bar p {
  margin-bottom: 3px;
}
/* line 1113, sass/styles.scss */
#explore-bar #explore-open {
  display: none;
  border-top: 1px solid #fff;
  padding: 30px;
}
/* line 1117, sass/styles.scss */
#explore-bar #explore-open.open {
  display: grid;
  grid-template-columns: 25% 25% 50%;
  grid-gap: 20px;
}
@media (max-width: 768px) {
  /* line 1117, sass/styles.scss */
  #explore-bar #explore-open.open {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 500px) {
  /* line 1117, sass/styles.scss */
  #explore-bar #explore-open.open {
    display: block;
  }
  /* line 1126, sass/styles.scss */
  #explore-bar #explore-open.open #explore-category {
    margin-bottom: 20px;
  }
}

/* line 1136, sass/styles.scss */
#posts-to-book, #panels {
  margin-bottom: 40px;
}
/* line 1138, sass/styles.scss */
#posts-to-book h2, #panels h2 {
  font-size: 1.618em;
  margin-bottom: 30px;
  text-align: center;
}
/* line 1144, sass/styles.scss */
#posts-to-book .image-wrapper, #panels .image-wrapper {
  padding: 45px;
  background-color: #faf6ea;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
/* line 1150, sass/styles.scss */
#posts-to-book .image-wrapper img, #panels .image-wrapper img {
  border-radius: 0;
  height: 290px;
  width: auto;
}
/* line 1156, sass/styles.scss */
#posts-to-book.resources .grid-posts, #panels.resources .grid-posts {
  border-bottom: 0;
}
/* line 1161, sass/styles.scss */
#posts-to-book .grid-posts > div:nth-child(2) .image-wrapper, #posts-to-book.grid-posts > div:nth-child(2) .image-wrapper, #panels .grid-posts > div:nth-child(2) .image-wrapper, #panels.grid-posts > div:nth-child(2) .image-wrapper {
  background-color: #fbeaef;
}
/* line 1164, sass/styles.scss */
#posts-to-book .grid-posts > div:nth-child(3) .image-wrapper, #posts-to-book.grid-posts > div:nth-child(3) .image-wrapper, #panels .grid-posts > div:nth-child(3) .image-wrapper, #panels.grid-posts > div:nth-child(3) .image-wrapper {
  background-color: #f6eed5;
}
/* line 1167, sass/styles.scss */
#posts-to-book .grid-posts > div:nth-child(4) .image-wrapper, #posts-to-book.grid-posts > div:nth-child(4) .image-wrapper, #panels .grid-posts > div:nth-child(4) .image-wrapper, #panels.grid-posts > div:nth-child(4) .image-wrapper {
  background-color: #faf0e5;
}
/* line 1170, sass/styles.scss */
#posts-to-book .grid-posts > div:nth-child(5) .image-wrapper, #posts-to-book.grid-posts > div:nth-child(5) .image-wrapper, #panels .grid-posts > div:nth-child(5) .image-wrapper, #panels.grid-posts > div:nth-child(5) .image-wrapper {
  background-color: #ebf9f9;
}
/* line 1173, sass/styles.scss */
#posts-to-book .grid-posts > div:nth-child(6) .image-wrapper, #posts-to-book.grid-posts > div:nth-child(6) .image-wrapper, #panels .grid-posts > div:nth-child(6) .image-wrapper, #panels.grid-posts > div:nth-child(6) .image-wrapper {
  background-color: #e9ecf3;
}
/* line 1176, sass/styles.scss */
#posts-to-book .grid-posts > div:nth-child(7) .image-wrapper, #posts-to-book.grid-posts > div:nth-child(7) .image-wrapper, #panels .grid-posts > div:nth-child(7) .image-wrapper, #panels.grid-posts > div:nth-child(7) .image-wrapper {
  background-color: #f8f1dd;
}
/* line 1179, sass/styles.scss */
#posts-to-book .grid-posts > div:nth-child(8) .image-wrapper, #posts-to-book.grid-posts > div:nth-child(8) .image-wrapper, #panels .grid-posts > div:nth-child(8) .image-wrapper, #panels.grid-posts > div:nth-child(8) .image-wrapper {
  background-color: #faf7f9;
}
/* line 1182, sass/styles.scss */
#posts-to-book .grid-posts > div:nth-child(9) .image-wrapper, #posts-to-book.grid-posts > div:nth-child(9) .image-wrapper, #panels .grid-posts > div:nth-child(9) .image-wrapper, #panels.grid-posts > div:nth-child(9) .image-wrapper {
  background-color: #ffffe5;
}
@media (max-width: 500px) {
  /* line 1186, sass/styles.scss */
  #posts-to-book .grid-posts, #panels .grid-posts {
    display: block;
  }
}

/* line 1192, sass/styles.scss */
.grid-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #f19100;
}
@media (max-width: 768px) {
  /* line 1192, sass/styles.scss */
  .grid-posts {
    grid-template-columns: 1fr 1fr;
  }
}
/* line 1199, sass/styles.scss */
.grid-posts.no-border {
  border-bottom: 0;
}
/* line 1202, sass/styles.scss */
.grid-posts .wrap {
  display: block;
  position: relative;
}
/* line 1205, sass/styles.scss */
.grid-posts .wrap img {
  border-radius: 0;
}
/* line 1208, sass/styles.scss */
.grid-posts .wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: none;
}
/* line 1216, sass/styles.scss */
.grid-posts .wrap .overlay .button {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
/* line 1221, sass/styles.scss */
.grid-posts .wrap .overlay .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* line 1225, sass/styles.scss */
.grid-posts .wrap .overlay .content p {
  color: #000;
}
/* line 1231, sass/styles.scss */
.grid-posts .wrap:hover .overlay {
  display: block;
}
/* line 1236, sass/styles.scss */
.grid-posts .info {
  padding: 20px;
}
/* line 1238, sass/styles.scss */
.grid-posts .info h3 {
  margin-bottom: 10px;
}
/* line 1242, sass/styles.scss */
.grid-posts.four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* line 1247, sass/styles.scss */
div.pagination {
  text-align: center;
  border: 0;
}
/* line 1250, sass/styles.scss */
div.pagination .left-right {
  padding: 0px 10px 9px;
  vertical-align: middle;
}
/* line 1254, sass/styles.scss */
div.pagination ul.pagination {
  display: inline-block;
  border: 0;
}
/* line 1257, sass/styles.scss */
div.pagination ul.pagination .wpv-filter-pagination-link {
  border: 0;
  color: #000;
  padding: 0px;
}
/* line 1262, sass/styles.scss */
div.pagination ul.pagination li {
  margin: 0 5px;
  width: 24px;
}
/* line 1266, sass/styles.scss */
div.pagination ul.pagination li.active {
  background-color: #000;
  border-radius: 50%;
}
/* line 1269, sass/styles.scss */
div.pagination ul.pagination li.active .wpv-filter-pagination-link {
  color: #fff;
  opacity: 1;
}
/* line 1275, sass/styles.scss */
div.pagination .page-item {
  display: inline-block;
}
/* line 1277, sass/styles.scss */
div.pagination .page-item .wpv-filter-previous-link {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #c46b14;
  font-size: 0;
}
/* line 1285, sass/styles.scss */
div.pagination .page-item .wpv-filter-next-link {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c46b14;
  font-size: 0;
}
/* line 1293, sass/styles.scss */
div.pagination .page-item span {
  opacity: 0.6;
}

/* resources */
/* line 1300, sass/styles.scss */
.taxonomy-description {
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 30px;
}

/* line 1307, sass/styles.scss */
.entry-header {
  text-align: center;
}

/* line 1311, sass/styles.scss */
.hentry .entry-content a:not(.button):not(.components-button) {
  text-decoration: none;
}

/* line 1316, sass/styles.scss */
#about-us .intro {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 40px;
}
/* line 1321, sass/styles.scss */
#about-us .grid-posts {
  border-bottom: 0;
}
/* line 1324, sass/styles.scss */
#about-us .grid-posts .info h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* line 1, sass/_footer.scss */
#footer1-widgets {
  padding-bottom: 50px;
}
/* line 2, sass/_footer.scss */
#footer1-widgets .stripes {
  margin-bottom: 75px;
}
/* line 6, sass/_footer.scss */
#footer1-widgets .widget-title {
  font-size: 32px;
  color: #000;
  text-align: center;
}
/* line 12, sass/_footer.scss */
#footer1-widgets .gform_heading .gform_description {
  font-size: 18px;
}

/* line 20, sass/_footer.scss */
#footer2-widgets {
  padding-bottom: 60px;
}
/* line 24, sass/_footer.scss */
#footer2-widgets #sb_instagram .sb_instagram_header a {
  float: none;
  margin-bottom: 20px;
}
/* line 28, sass/_footer.scss */
#footer2-widgets #sb_instagram .sb_instagram_header .sbi_header_text {
  display: none;
}
/* line 31, sass/_footer.scss */
#footer2-widgets #sb_instagram .sb_instagram_header .sbi_header_img {
  width: 25px;
  height: 25px;
  float: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 25px;
  color: transparent;
  background-image: url("images/icon-instagram-orange.png");
  border-radius: 0;
  margin: 0 auto !important;
}
/* line 42, sass/_footer.scss */
#footer2-widgets #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_hashtag_icon {
  color: transparent;
}

/* line 50, sass/_footer.scss */
#footer-boxes {
  padding-bottom: 53px;
  display: grid;
  grid-template-columns: 25% 25% auto;
  grid-gap: 20px;
}
/* line 51, sass/_footer.scss */
#footer-boxes:before {
  display: none;
}
/* line 56, sass/_footer.scss */
#footer-boxes.no-trade {
  grid-template-columns: 50% auto;
}
@media (max-width: 768px) {
  /* line 50, sass/_footer.scss */
  #footer-boxes {
    display: block;
  }
  /* line 61, sass/_footer.scss */
  #footer-boxes .box {
    margin-bottom: 30px;
  }
}
/* line 65, sass/_footer.scss */
#footer-boxes h5 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 70, sass/_footer.scss */
#footer-boxes p {
  font-size: 16px;
}
/* line 73, sass/_footer.scss */
#footer-boxes .button {
  margin-bottom: 0;
}
/* line 76, sass/_footer.scss */
#footer-boxes .telephone {
  margin-bottom: 0;
}
/* line 79, sass/_footer.scss */
#footer-boxes .telephone span {
  color: #c46b14;
  font-weight: 700;
}
/* line 83, sass/_footer.scss */
#footer-boxes .box.box3 {
  background-repeat: no-repeat;
  background-position: bottom right -5px;
}
/* line 86, sass/_footer.scss */
#footer-boxes .box.box3 div#cat-text {
  padding-top: 32px;
}
/* line 88, sass/_footer.scss */
#footer-boxes .box.box3 div#cat-text p {
  font-size: 32px;
  color: #c46b14;
  font-family: "Jost", sans-serif;
  margin-bottom: 0;
}
/* line 93, sass/_footer.scss */
#footer-boxes .box.box3 div#cat-text p span {
  display: block;
  font-size: 58px;
  line-height: 60px;
}
@media (max-width: 600px) {
  /* line 83, sass/_footer.scss */
  #footer-boxes .box.box3 {
    position: relative;
  }
  /* line 102, sass/_footer.scss */
  #footer-boxes .box.box3 h5, #footer-boxes .box.box3 div#cat-text {
    position: relative;
    z-index: 10;
  }
  /* line 106, sass/_footer.scss */
  #footer-boxes .box.box3:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}

/* line 122, sass/_footer.scss */
footer#colophon {
  background-color: #000;
  color: #cccccc;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 127, sass/_footer.scss */
footer#colophon .social-footer {
  display: none;
}
@media (max-width: 768px) {
  /* line 127, sass/_footer.scss */
  footer#colophon .social-footer {
    display: block;
  }
  /* line 131, sass/_footer.scss */
  footer#colophon .social-footer ul.cnss-social-icon {
    text-align: left !important;
    margin-left: -10px;
  }
  /* line 134, sass/_footer.scss */
  footer#colophon .social-footer ul.cnss-social-icon li.cn-fa-icon {
    margin-right: 6px !important;
  }
  /* line 136, sass/_footer.scss */
  footer#colophon .social-footer ul.cnss-social-icon li.cn-fa-icon a {
    background-color: #000000 !important;
    color: #f87c22 !important;
  }
}
/* line 144, sass/_footer.scss */
footer#colophon p, footer#colophon a {
  color: #cccccc;
  margin-bottom: 0;
  font-size: 14px;
}
/* line 149, sass/_footer.scss */
footer#colophon p.copy {
  display: inline-block;
}
/* line 152, sass/_footer.scss */
footer#colophon .footer-menu {
  display: inline-block;
  padding-left: 15px;
}
/* line 155, sass/_footer.scss */
footer#colophon .footer-menu ul {
  margin: 0;
  font-size: 0;
}
/* line 158, sass/_footer.scss */
footer#colophon .footer-menu ul li {
  display: inline-block;
  list-style: none;
  padding: 0 15px;
  border-left: 1px solid #cccccc;
}
/* line 163, sass/_footer.scss */
footer#colophon .footer-menu ul li a {
  text-decoration: none;
  padding: 0;
  line-height: 12px;
}
/* line 167, sass/_footer.scss */
footer#colophon .footer-menu ul li a:hover {
  border-bottom: 1px solid #cccccc;
}
/* line 174, sass/_footer.scss */
footer#colophon div.credit {
  display: inline-block;
  text-align: right;
  float: right;
}
/* line 178, sass/_footer.scss */
footer#colophon div.credit p {
  line-height: 26px;
}
@media (max-width: 1024px) {
  /* line 183, sass/_footer.scss */
  footer#colophon div.credit {
    padding-top: 20px;
    display: block;
    text-align: left;
    float: none;
  }
  /* line 188, sass/_footer.scss */
  footer#colophon div.credit p {
    line-height: 18px;
  }
}
@media (max-width: 884px) {
  /* line 194, sass/_footer.scss */
  footer#colophon .footer-menu {
    display: block;
    padding-left: 0;
    padding-top: 5px;
  }
  /* line 198, sass/_footer.scss */
  footer#colophon .footer-menu li:first-of-type {
    border-left: 0;
    padding-left: 0;
  }
  /* line 203, sass/_footer.scss */
  footer#colophon div.credit {
    padding-top: 40px;
  }
}
@media (max-width: 540px) {
  /* line 210, sass/_footer.scss */
  footer#colophon .footer-menu ul li {
    display: block;
    border-left: 0;
    padding-left: 0;
    line-height: 28px;
  }
}
