/************************************************
Stylesheet: Global Stylesheet
*************************************************/

@font-face {
  font-family: 'sansation_lightlight';
  src: url('../woff2/sansation-light-webfont.woff2') format('woff2'),
    url('../woff/sansation-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sansationbold_italic';
  src: url('../woff2/sansation-bolditalic-webfont.woff2') format('woff2'),
    url('../woff/sansation-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sansation_lightlight_italic';
  src: url('../woff2/sansation-lightitalic-webfont.woff2') format('woff2'),
    url('../woff/sansation-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sansationbold';
  src: url('../woff2/sansation-bold-webfont.woff2') format('woff2'),
    url('../woff/sansation-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sansationitalic';
  src: url('../woff2/sansation-italic-webfont.woff2') format('woff2'),
    url('../woff/sansation-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*********************
BASE ELEMENT STYLES
*********************/

html {
  box-sizing: border-box;
  font-size: 100%;
}

h1,
h2 {
  font-family: alverata, serif;
  font-weight: 900;
  font-style: italic;
}

h3,
h4,
h5,
h6 {
  font-family: sansationbold, san-serif;
  font-weight: normal;
  font-style: normal;
}

p {
  font-family: sansation_lightlight, san-serif;
  font-weight: normal;
  font-style: normal;
}
li {
  font-family: sansation_lightlight, san-serif;
  font-weight: normal;
  font-style: normal;
}
strong {
  font-family: sansationbold, san-serif;
  font-weight: normal;
  font-style: normal;
}
p a {
  color: #f05b40;
  text-decoration: underline;
  font-family: sansationbold, san-serif;
  font-weight: normal;
  font-style: normal;
}

@media screen and (min-width: 40em) {
  .h2,
  h2 {
    font-size: 2rem;
  }
  .h3,
  h3 {
    font-size: 2rem;
  }
  .h4,
  h4 {
    font-size: 1.125rem;
  }
}

a:hover {
  color: #f05b40;
}
main {
  padding: 0px !important;
}
.button {
  font-family: 'sansationbold_italic', san-serif;
  font-size: 1.1rem !important;
  text-align: center;
  border-radius: 2rem !important;
  padding: 0.75rem 2.5rem !important;
  background-color: #f05b40;
}

/*******Beans*******/
@media screen and (max-width: 64em) {
  .beans {
    display: none;
  }
}
/*********************
HEADER
*********************/


#back {
  text-align: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #230871;
  font-size: 13px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: white;
  margin-top: 20px;
  cursor: pointer;
  display: none;
}

/*********************
FOOTER & FOOTER NAV
*********************/
#footer__logo {
  min-width: 200px;
  max-width: 200px;
  padding: 0px;
}
.footer {
  background-image: url('../svg/daiohs_first-choice-footer.svg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  position: relative;
}
.footer__inner {
  width: 100%;
  justify-content: left;
  align-items: flex-start;
  /*padding-top: 22em;*/
  padding-left: 4em;
  position: absolute;
}
.footer__logo {
  min-width: 200px;
  text-align: left;
}
.footer__links {
  text-align: right;
  max-width: 250px;
}
.footer__social {
  min-width: 310px;
  margin-left: auto !important;
  text-align: right;
  padding-right: 5em !important;
}

@media print, screen and (max-width: 64em) {
  .footer__inner {
    /*padding-top: 20em;*/
    padding-left: 0;
  }
  .footer__logo {
    text-align: center;
  }
  .footer__links {
    text-align: center !important;
    padding: 40px 0px;
    margin: 0 auto !important;
  }
  .footer {
    min-height: 900px;
  }
  .footer__social {
    text-align: center;
    margin: 0 auto;
    padding-right: 0 !important;
  }
}
/*********************
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;
  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 */

/*********************
PRODUCT-FAMILY.PHP STYLES
*********************/
#family-beans--top {
  width: 30vw;
  height: auto;
  position: absolute;
  left: -8rem;
  top: 44vw;
  z-index: 10;
}
#family-beans--bottom {
  width: 40rem;
  height: auto;
  position: absolute;
  right: -18rem;
  bottom: 72rem;
  z-index: 11;
}

.product-family-carousel__inner--text p {
  font-size: 1.5em;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 64em) {
  .family-beans-top {
    display: none;
  }
  .family-beans-bottom {
    display: none;
  }
}

.product-family-hero__inner {
  width: 100%;
  height: 1200px;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-family-hero--title-right {
  max-width: 500px;
  position: absolute;
  right: 0;
  top: 480px;
  background: -webkit-linear-gradient(
    177deg,
    rgba(75, 36, 94, 1) 0%,
    rgba(140, 26, 88, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 20px;
}

.product-family-two-column {
  width: 100%;
  height: 80em;
  background-image: url('../svg/hero-after-wave.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 55rem;
  padding: 20px;
}
.product-family-two-column__inner-content {
  align-items: center;
  justify-content: center;
  margin-top: 15%;
}

.product-family-two-column__img {
  max-width: 90%;
  border-radius: 26% 74% 55% 45% / 35% 30% 70% 65%;
  display: block;
  margin: auto;
}

.product-family-two-column__text {
  color: #fff;
  font-size: 1.25em;
  max-width: 800px;
  padding: 40px;
}
.product-family-two-column__image {
  order: 1;
}

.bean-background {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 67% 33% 73% 27% / 75% 43% 57% 25%;
}
.product-family-carousel {
  margin-top: 5em;
  align-items: center;
  justify-content: center;
}
.product-family-carousel__inner--text {
  text-align: center;
  margin: 0 auto;
}

.product-family__form__inner {
  padding-top: 10%;
  max-width: 810px;
  margin: 0 auto !important;
}

@media screen and (max-width: 64em) {
  .product-family-two-column {
    height: 110vw;
    background-size: cover;
  }
  .product-family-two-column__inner-content {
    margin-top: 20%;
  }
  .product-family-carousel {
    margin-top: 5em;
  }
  .product-family-two-column__text {
    font-size: 1rem !important;
    padding: 0 40px;
  }
  .product-family-hero--title-right {
    left: 15%;
    top: 340px;
  }
}

@media screen and (max-width: 40em) {
  .product-family-two-column {
    top: 35rem;
    height: 150vw;
    background-size: cover;
  }
  .product-family-two-column__inner-content {
    margin-top: 30%;
  }
  .product-family-carousel {
    margin-top: 3em;
  }
  .product-family-two-column__text {
    font-size: 0.8rem !important;
    padding: 0 40px;
    line-height: 1.4;
  }
  .product-family-hero__inner {
    height: 770px;
  }
}

/*********************
PRODUCT-CATEGORY.PHP STYLES
*********************/

.product-category-hero__inner {
  width: 100%;
  height: 1150px;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-category-hero--title-left {
  max-width: 500px;
  position: absolute;
  left: 20%;
  top: 8%;
  background: -webkit-linear-gradient(
    177deg,
    rgba(75, 36, 94, 1) 0%,
    rgba(140, 26, 88, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 20px;
}

.product-category-two-column {
  width: 100%;
  height: 80em;
  background-image: url('../svg/hero-after-wave.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 55rem;
}
.product-category-two-column__inner-content {
  align-items: center;
  justify-content: center;
  margin-top: 20%;
}

.product-category-two-column__img {
  max-width: 90%;
  border-radius: 26% 74% 55% 45% / 35% 30% 70% 65%;
  display: block;
  margin: auto;
}

.product-category-two-column__text {
  order: 1;
  color: #fff;
  font-size: 1.25em;
  max-width: 800px;
  padding: 40px;
}

@media screen and (max-width: 64em) {
  .product-category-two-column {
    height: 70em;
    background-size: cover;
  }
  .product-category-two-column__inner-content {
    margin-top: 20%;
  }
  .product-category-hero--title-left {
    top: 5%;
  }
  .product-category-two-column__img {
    max-width: 75%;
    margin: 0 auto;
  }
  .bean-background {
    margin: 0 auto;
    max-width: 75%;
  }
  .blob-on-blue {
    margin: 0 auto;
    max-width: 75%;
  }
  .product-category-two-column__text {
    font-size: 1rem !important;
    padding: 0 40px !important;
  }
  .product-category-hero--title-right {
    left: 15%;
    top: 340px;
  }
}

@media screen and (max-width: 40em) {
  .product-category-two-column__img {
    max-width: 90%;
  }
  .bean-background {
    max-width: 90%;
  }
  .blob-on-blue {
    margin: 0 auto;
    max-width: 90%;
  }

  .product-category-two-column {
    top: 35rem;
    height: 150vw;
    background-size: cover;
  }
  .product-category-two-column__inner-content {
    margin-top: 30%;
  }
  .product-category-hero--title-left {
    left: 10%;
  }
  .product-category-two-column__text {
    font-size: 0.8rem !important;
    padding: 20px !important;
    line-height: 1.4;
  }
  .product-category-hero__inner {
    height: 770px;
  }
}
/*********************
PRODUCT PAGE
*********************/
#product-beans--top {
  width: 30vw;
  height: auto;
  position: absolute;
  left: -8rem;
  top: 70vh;
  z-index: 10;
}
#product-beans--bottom {
  width: 21rem;
  height: auto;
  position: absolute;
  right: -8rem;
  bottom: 65rem;
}

.product-hero__inner {
  width: 100%;
  height: 1200px;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-hero--title-right {
  max-width: 500px;
  position: absolute;
  right: 0;
  top: 480px;
  background: -webkit-linear-gradient(
    177deg,
    rgba(75, 36, 94, 1) 0%,
    rgba(140, 26, 88, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 20px;
}

.product-two-column {
  height: 60em;
  background-repeat: no-repeat;
  padding-top: 16em;
  background-position: 100% 100%;
  background-size: cover;
}
.product-two-column__inner-content {
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.product-two-column__img {
  /* border-radius: 26% 74% 55% 45% / 35% 30% 70% 65%; */
  display: block;
  margin: auto;
  width: 100%;
  max-width: 550px;
  min-width: 450px;
}

.product-two-column__text {
  color: #fff;
  font-size: 1.2em;
  max-width: 600px;
}
.product-two-column__text h1 {
  font-size: 2.2rem;
  line-height: 1.2;
}
.product-two-column__text p {
  font-size: 1.1rem;
}
.product-two-column__image {
  order: 0;
}
.bean-background {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 67% 33% 73% 27% / 75% 43% 57% 25%;
}

.product__form__inner {
  max-width: 810px;
  margin: 0 auto !important;
}

.product-main-column {
  background-size: contain;
  height: 1000px;
  background-repeat: no-repeat;
  width: 100%;
  width: 100%;
  min-height: 1200px;
}
.product-main__inner-content {
  margin-top: 3rem;
  align-items: center;
  justify-content: center;
}

.product-main__img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 450px;
}

.product-main__text {
  margin-top: 3rem;
  color: #000;
  font-size: 1.25em;
  max-width: 700px;
  padding: 40px;
}

.product-main__text p {
  font-size: 1.1rem;
}
.product-main__text hr {
  margin: 0 0 15px -10px;
  border: 1px solid #ada8d3;
}

.product-main__image {
  order: 1;
}

.product_table {
  margin-top: 3rem;
  margin-left: 0.5rem;
  list-style: none;
}
.product_table p {
  font-size: 1rem;
}
.product__preferred-partner {
  margin-top: 3rem;
  justify-content: center;
  align-items: center;
}
.product__preferred-partner div {
  text-align: center;
}
.product__preferred-partner p {
  /* white-space: nowrap; */
  font-size: 0.9rem !important;
}
.product__preferred-partner img {
  max-width: 110px;
}

@media screen and (max-width: 64em) {
  .product-two-column {
    height: 115vh;
    padding-top: 16em;
  }
  .product-two-column__img {
    max-width: 600px;
  }
  .product-main__image {
    order: 0;
  }
}

@media screen and (max-width: 40em) {
  .product-two-column {
    height: 115vh;
  }
  .product-two-column__img {
    min-width: 0px;
  }
  .product-two-column__text h1 {
    font-size: 1.5rem;
  }
  .product-two-column__text p {
    font-size: 1.2rem;
  }
  .product-two-column__inner-content {
    margin-top: -5em;
  }
  .product-main__inner-content {
    padding: 0 20px;
  }
  .product-main__inner-content {
    margin-top: 0px;
  }
}

/*********************
CONTENT VIEWS PLUGIN
*********************/

/***carousel view/product-family***/

.carousel .pt-cv-scrollable .pt-cv-cap-w-img {
  background: none !important;
}
.carousel .pt-cv-cap-w-img {
  position: initial !important;
  background: none !important;
}
.carousel .pt-cv-content {
  text-align: center;
  width: 100%;
  font-family: sansation_lightlight, san-serif;
}
.carousel .pt-cv-title {
  text-align: center;
  width: 100%;
}
.carousel .pt-cv-title a {
  font-family: alverata, serif;
  font-weight: 900;
  font-style: italic;
}
.carousel .pt-cv-readmore {
  font-family: 'sansationbold_italic', san-serif;
  border-radius: 2rem !important;
  padding: 0.75rem 2.5rem !important;
  font-size: 1.1rem !important;
  position: absolute;
  bottom: 30px;
  left: 103px;
}
.carousel .pt-cv-content-item {
  max-width: 380px !important;
  min-height: 600px !important;
  border: 3px solid #562869;
  border-radius: 2rem;
  margin: 0 1.3%;
}
.carousel .pt-cv-thumbnail {
  padding-top: 40px;
  max-width: 250px !important;
}
/*.pt-cv-wrapper .row .pt-cv-content-item:first-child {opacity:33%}
.pt-cv-wrapper .row .pt-cv-content-item:last-child {opacity:33%}*/

.carousel .pt-cv-wrapper {
  margin: 0 auto;
}
.carousel .pt-cv-wrapper .row {
  margin: 0 auto !important;
  max-width: 1300px;
}

#pt-cv-view-62cd4743df {
  margin: 0 auto !important;
}
.carousel .pt-cv-cap-w-img {
  top: 400px;
  padding: 20px !important;
}

/***carousel view/product-family***/

.pt-cv-scrollable .pt-cv-cap-w-img {
  background: none !important;
}
.pt-cv-cap-w-img {
  position: initial !important;
  background: none !important;
}
.pt-cv-content {
  text-align: center;
  width: 100%;
  font-family: sansation_lightlight, san-serif;
}
.pt-cv-title {
  text-align: center;
  width: 100%;
}
.pt-cv-title a {
  font-family: alverata, serif;
  font-weight: 900;
  font-style: italic;
}
.pt-cv-readmore {
  font-family: 'sansationbold_italic', san-serif;
  border-radius: 2rem !important;
  padding: 0.75rem 2.5rem !important;
  font-size: 1.1rem !important;
  position: absolute;
  bottom: 30px;
  left: 103px;
}
.category .pt-cv-content-item {
  max-width: 350px !important;
  border: 2px solid #562869;
  border-radius: 2rem;
  margin: 1.3% 0.75%;
}
.pt-cv-thumbnail {
  padding-top: 40px;
  max-width: 250px !important;
}
.pt-cv-wrapper {
  max-width: 1460px;
  position: initial;
  margin: 0 auto;
}
.pt-cv-cap-w-img {
  top: 400px;
  padding: 20px !important;
}
.pt-cv-href-thumbnail {
  min-width: 125px;
}
@media screen and (max-width: 1489px) {
  .pt-cv-wrapper {
    max-width: 700px;
  }
}
@media screen and (max-width: 40em) {
  .pt-cv-wrapper {
    max-width: 350px;
  }
}

/*********************
LOCATION PAGES
*********************/
@media screen and (max-width: 40em) {
  .location-hero-copy {
    padding-left: 3rem;
  }
  .location-hero-copy h1 {
    font-size: 2rem;
    width: 100%;
  }
}
