/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 *
 * This Css file was created by Rick Southard For Blossman Gas
 */

 @font-face {
   font-family: "Neuzeit Grotesk";
   src: url("fonts/newgotbc.ttf");
 }

 @font-face {
   font-family: "Neuzeit Grotesk Two";
   src: url("fonts/newsgotc.ttf");
 }

 @font-face {
   font-family: "Neuzeit Grotesk Three";
   src: url("fonts/newgotci.ttf");
 }

 /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(138,138,138,.77);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.catalogMargin {
  margin-top: 30px;
  margin-left: 17px;
}

.bloss_section_title .nav {
  list-style: none;
  margin-bottom: 0;
}

.bloss_section_title .nav-link {
  padding: .5rem 0 .5rem 1rem;
}

.bloss_cat_header {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.bloss_section_title {
  text-align: right;
  margin-left: auto;
  margin-bottom: 1.4em;
}

.bloss_section_title h3 {
  margin: 0;
}

.bloss_cat_carousel {
  background: inherit;
  opacity: 0;
  transition: opacity 1.5s;
}

.bloss_cat_carousel.is-hidden {
   display: none;
 }

.bloss_cat_carousel.flickity-enabled {
  opacity: 1;
}

.flickity-button {
  background: hsla(0,0%,100%,.3);
}

.flickity-button-icon {
  fill: #6d270d;
}

/* .bloss_cat_cell {
  min-width: 50%;
  height: 650px;
  margin: 0px;
} */

.bloss_cat_img {
  display: block;
  margin-right: -9px;
}

.circle {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid #333;
  z-index: 1501;
  margin: 0 auto;
  transform: translate(-50%,-50%);
  text-align: center;
  line-height: 19px;
  font-weight: 700;
  font-size: 30px;
}

.circleDemo {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #333;
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid #333;
  text-align: center;
  line-height: 18px;
  font-weight: 700;
  font-size: 27px;
}

.head {
  position: relative;
}

.boxTest {
  position: absolute;
  opacity: 0;
  z-index: 1500;
  border-radius: 3px;
  cursor: default;
  transition: .5s;
}

.boxHov:hover {
  background-color: rgba(138,138,138,.97);
  opacity: .5;
  transition: .5s;
}

.fade.show {
  /* opacity: .5; */
}

.modal .modal-dialog {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.modal-header {
  border-bottom: none;
  padding: .5rem;
}

div.modal-body {
  padding: 0 2rem 1rem;
}

div.modal-content {
  border: 0;
  border-radius: 0;
}

div.modal-footer {
  border-top: none;
}

.card-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.card {
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 0;
}

.bloss_cat_card_body {
  padding: 1.25rem 0;
}

button.bloss_modal_close {
  color: rgba(138,138,138,.97);
}

.bloss_modal_close:focus {
  outline: none;
}

.bloss_cat_card_img {
  display: block;
  margin: 0 auto;
  width: 100%;
  /* max-width: 400px; */
  height: 100%;
  max-height: 460px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 16px 16px 16px 0;
}

.card-one {
  flex-basis: calc((100%/3) - 1em);
}

.bloss_cat_title {
  font-family: "Neuzeit Grotesk Two", Regular, sans-serif;
  padding: 0 0 5px;
  margin: 0;
}

.bloss_cat_title h1 {
  font-size: 2.5rem;
  margin: 0 0 .2em;
  color: #333;
  font-weight: normal;
}

.bloss_cat_title h3 {
  font-size: 1.75rem;
  color: #333;
  font-weight: normal;
}

.bloss_cat_card_text {
  font-family: "Neuzeit Grotesk Two", Regular, sans-serif;
  font-size: 1.3rem;
  margin: 5px 0 35px;
  text-align: left;
  color: rgba(138,138,138,.97);
  overflow-y: auto;
  max-height: 230px;
}

.bloss_cat_card_text a {
  color:inherit;
}

.bloss_cat_card_text a:hover {
  text-decoration: none;
}

.bloss_cat_card_text i {
  padding: 1.5rem 0 0;
}

.bloss_cat_card_text_modal {
  font-family: "Neuzeit Grotesk Two", Regular, sans-serif;
  font-size: 1.3rem;
  margin: 5px 0 20px;
  text-align: left;
  color: rgba(138,138,138,.97);
}

.card-text {
  min-height: 140px;
  text-align: left;
}

.bloss_Button {
  position: absolute;
  left: 0;
  bottom: 1rem;
  color: #fff;
  background-color: #537485;
  width: 50%;
  border-radius: 0;
  border-width: 0;
  padding: 5px 8px;
  text-align: center;
  display: block;
  left: 0px;
  right: 0px;
  margin: 0 auto 0;
}

.closeButton {
  bottom: 1rem;
  color: #fff;
  background-color: #537485;
  border-radius: 0;
  border-width: 0;
  padding: 5px 8px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 30%;
  left: 0px;
  right: 0px;
  margin: 0 auto 0;
}

.bloss_Button:hover,
.closeButton:hover {
  background-color: #8a8a8a;
  color: #fff;
  text-decoration: none;
}

.bloss_Button:focus,
.closeButton:focus {
  outline: none;
}

.bloss_cat_video_container {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#bloss_cat_video {
  /* padding-bottom: 56.25%; */
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1200px) {
  .bloss_cat_img {
    height: 875px;
    padding-right:8px;
  }
}
