/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/*********************
THEME FONT SYTLES
*********************/


/***********************
 * ADOBE GOOD TIMES 
***********************/
/*
@import url("https://use.typekit.net/drh4cyk.css");

.good-times-book {
  font-family: "good-times", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.good-times-book-italic {
  font-family: "good-times", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.good-times-bold {
  font-family: "good-times", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.good-times-bold-italic {
  font-family: "good-times", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.good-times-bad-times {
  font-family: "good-times-bad-times", sans-serif;
  font-weight: 900;
  font-style: normal;
}
*/
/***********************
 * GOOGLE OSWALD
***********************/

@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Bebas_Neue/BebasNeue-Regular.ttf') format('truetype');
}

.bebas-neue {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
}



/***********************
 * GOOGLE MONTSERRAT
***********************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.montserrat-medium {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}



/*********************
THEME SYTLES
*********************/

body {
  /*background-image: url('../images/bamboo-tree-bg.svg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left -800px top; */
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
}

.article-pereview h1, .article-pereview h2, .article-pereview h3, .article-pereview h4, .article-pereview h5, .article-pereview h1  {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto; 
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  font-style: normal;
}

.brand-logo-top-bar {

}
.top-bar {
  background-color: transparent;
}

.top-bar ul {
  background-color: transparent;
}

.top-bar .dropdown.menu>li>a {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000000;
  padding: .7rem 1rem;
}

.top-bar .menu .active>a {
  background: transparent;
  border-bottom: 2px solid #bc002d;
  color: #fefefe;
}

.featured-top-block {
  min-height: 250px;
  background-color: #bc002d;
  background-image: url('../images/search-area-bg.jpg');
  align-content: center;
}

.front-page-main {
  background-color: #ebeaea;
  margin-top: 2rem;
  margin-bottom: 6rem;
  border-radius: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

a {
  color: #bc002d;
}

.error-face-container {
  margin-top: 2rem;
}

.oh-no-face {
  max-height: 125px;
}

.brand-logo-container {
  background-color: #bc002d;
  align-content: center;
}
.brand-btn {
  display: block;
}
.brand-btn:hover {
  background-color: #4e0013;
}


.product-brand-logo {
  max-height: 200px;
}

.menu a, .menu button, .menu input, .menu select {
  margin-bottom: 0;
}

.button {
  background-color: #bc002d;
  color: #fefefe;
}

.button:focus, .button:hover {
  background-color: #bc002d;
  color: #fefefe;
}

.social-icons a .fa-brands {
  color: #FFFFFF;
}
.social-icons a:hover .fa-brands {
  color: #bc002d;
}



.social-bar {
  background-color: #000000;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.social-bar .menu input {
  height: 100%;
}
.social-bar .menu .social-search-field {
  height: 100%;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.social-bar .menu .social-bar-search {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  font-size: 0.75rem;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.featured-top-block .input-group .input-group-label{
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  background-color: #bc002d;
}
.featured-top-block .input-group .input-group-label i {
  color: #FFFFFF;
}
.featured-top-block .input-group .featured-top-search-field {
  /* background-color: #bc002d;
  color: #FFFFFF; */
}
.featured-top-block .input-group-button .featured-top-search {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  font-size: 0.75rem;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

.post-featured img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; 
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; 
}

p {
  line-height: 2.2;
}

.category-select-section {
  margin-top: 2rem;
}
.category-display-section {
  margin-bottom: 2rem;
}
.product-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.category-select-section .input-group-label {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  background-color: #bc002d;
  color: #FFFFFF;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  text-align: center;
  height: 4rem;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: #bc002d;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}


.category-select-section .input-group-field {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding-right: 3rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  height: 4rem;
}

.button-icon {
  padding-right: 0.5rem;
}

.input-group-field-wrapper {
  position: relative;
  width: 100%;
}

.preloader {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none; /* Hidden by default */
}

.loading-text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 2rem;
  color: #bc002d;
}


/****************************************
* Front Page Products
****************************************/
.product-preview-title {
  font-size: 0.9rem;
}

/****************************************
* Content Sections
****************************************/

.front-page-content {
  padding-top: 6rem;
  padding-bottom: 6rem;

}

.front-page-content .inner-content {

}

.content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.blog-posts-header {
  /* margin-bottom: 2rem; */
}

.page-sub-title {
  font-size: 1.1rem;
  color: #bc002d;
}

.blog-posts .sub-title {
  font-size: 1.1rem;
  color: #bc002d;
}

.footer {
  min-height: 400px;
  background-color: #BC002D;
}

.source-org {
  color: #FFFFFF;
}

.article-container {
  margin-bottom: 6rem;
}
.entry-content {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  font-style: normal;
  line-height: 2.2;
}
.read-more-btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.radius {
  border-radius: 2rem;
}




/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}












/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

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