/* GHAC css-01: the only parts of theme-3/assets/css/main.css that build.css does not repeat later
   (parent partials RYNO/_parent.scss never imports: pagination, mobile-promos, shop, meet-the-team,
   privacy-policy). Generated by css_dedupe.py; enqueue in the ryno_theme_style slot, before build.css. */
.blog-pagination {
  margin-top: 30px;
}
.blog-pagination .pagination {
  justify-content: center;
}
.blog-pagination .nav-links {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.blog-pagination .nav-links .page-numbers {
  border: 1px solid #dee2e6;
  color: #0d6efd;
  display: block;
  margin-left: -1px;
  padding: .375rem .75rem;
  position: relative;
}
.blog-pagination .nav-links .page-numbers:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #0a58ca;
  text-decoration: none;
  z-index: 2;
}
.blog-pagination .nav-links .page-numbers:focus {
  box-shadow: none;
  outline: none;
  z-index: 2;
}
.blog-pagination .nav-links .page-numbers:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.mobile-banner-promo--header {
  padding: 8px 0;
}
.mobile-banner-promo--header .mobile-banner-promo__title,
.mobile-banner-promo--header .mobile-banner-promo__description {
  line-height: 1.2;
}
.mobile-banner-promo--header .mobile-banner-promo__title {
  margin-bottom: 4px;
}
.mobile-banner-promo--footer {
  bottom: 0;
  left: 0;
  min-height: 100px;
  padding: 18px 10px;
  position: fixed;
  width: 100%;
}
@media only screen and (min-width: 425px) {
.mobile-banner-promo--footer {
  min-height: auto;
  padding: 18px 45px;
}
}
.mobile-banner-promo--footer a {
  display: block;
  min-height: 100%;
  width: 100%;
}
@media only screen and (min-width: 425px) {
.mobile-banner-promo--footer a {
  min-height: auto;
}
}
.mobile-banner-promo--footer a .row {
  min-height: 100px;
}
@media only screen and (min-width: 425px) {
.mobile-banner-promo--footer a .row {
  min-height: auto;
}
}
.mobile-banner-promo--footer .mobile-banner-promo__title,
.mobile-banner-promo--footer .mobile-banner-promo__description,
.mobile-banner-promo--footer .mobile-banner-promo__button {
  line-height: 1.2;
}
.mobile-banner-promo--footer .mobile-banner-promo__title {
  margin-bottom: 6px;
}
.mobile-banner-promo--footer .mobile-banner-promo__button {
  border: 0 none;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  max-width: 142px;
  padding: 14px 10px;
  width: 100%;
}
.mobile-banner-promo--footer .mobile-banner-promo__close {
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}
@media only screen and (min-width: 425px) {
.mobile-banner-promo--footer .mobile-banner-promo__close {
  right: 10px;
  top: 10px;
}
}
.mobile-banner-promo--footer .mobile-banner-promo__close::before,
.mobile-banner-promo--footer .mobile-banner-promo__close::after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 2px;
  position: absolute;
  top: 9px;
  width: 16px;
}
.mobile-banner-promo--footer .mobile-banner-promo__close::before {
  transform: rotate(55deg);
}
.mobile-banner-promo--footer .mobile-banner-promo__close::after {
  transform: rotate(-55deg);
}
.page-template-page-shop .content-wrapper {
  margin-top: 0;
}
.page-template-page-shop .content-wrapper .container-xxl,
.page-template-page-shop .content-wrapper .container-xl,
.page-template-page-shop .content-wrapper .container-lg,
.page-template-page-shop .content-wrapper .container-md,
.page-template-page-shop .content-wrapper .container-sm,
.page-template-page-shop .content-wrapper .container {
  max-width: 90%;
}
.ryno-mtt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.ryno-mtt__member-container {
  margin: 0 auto;
  max-width: 346px;
  position: relative;
  width: 100%;
}
.ryno-mtt__photo-container {
  margin-bottom: 21px;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.ryno-mtt__photo-container img,
.ryno-mtt__photo-container svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.ryno-mtt__info-container {
  position: relative;
}
.ryno-mtt__info-container--collapsable .ryno-mtt__collapse-container {
  display: flex;
}
.ryno-mtt__name {
  line-height: 1.17;
  margin-bottom: 4px;
}
.ryno-mtt__title {
  line-height: 1.63;
}
.ryno-mtt__line {
  width: 114px;
  height: 2px;
  margin: 0 auto 20px;
}
.ryno-mtt__line,
.ryno-mtt__bio,
.ryno-mtt__collapse-container {
  display: none;
}
.ryno-mtt__bio {
  line-height: 1.63;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.ryno-mtt__bio p:last-of-type {
  margin-bottom: 0;
}
.ryno-mtt--layout-2 .ryno-mtt__bio,
.ryno-mtt--layout-3 .ryno-mtt__bio,
.ryno-mtt--layout-5 .ryno-mtt__bio {
  display: -webkit-box;
}
.ryno-mtt--expanded .ryno-mtt__bio {
  -webkit-line-clamp: 100;
}
.ryno-mtt__collapse-container {
  align-items: center;
  left: 50%;
  position: absolute;
  top: calc(100% + 23px);
  transform: translateX(-50%);
  width: max-content;
}
.ryno-mtt__collapse-container:hover {
  cursor: pointer;
}
.ryno-mtt__collapse-container::before {
  display: inline-block;
  line-height: 1;
  margin-bottom: 9px;
}
.ryno-mtt__collapse-svg-container {
  display: flex;
  height: 21px;
  transition: .3s all ease-in-out;
  width: 23px;
}
.ryno-mtt__collapse-svg-container svg {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.ryno-mtt--expanded .ryno-mtt__collapse-svg-container {
  transform: rotateX(180deg);
}
.ryno-mtt--layout-1 {
  gap: 46px 33px;
}
.ryno-mtt--layout-1 .ryno-mtt__member-container {
  padding: 12px 12px 24px;
}
.ryno-mtt--layout-2 {
  flex-direction: column;
  gap: 56px 0;
}
.ryno-mtt--layout-2 .ryno-mtt__member-container {
  padding-bottom: 90px;
}
@media (min-width: 992px) {
.ryno-mtt--layout-2 .ryno-mtt__member-container {
  align-items: center;
  display: flex;
  max-width: none;
  padding-bottom: 0;
}
.ryno-mtt--layout-2 .ryno-mtt__photo-container {
  margin-bottom: 0;
  padding-bottom: 29%;
  width: 31.77%;
}
}
.ryno-mtt--layout-2 .ryno-mtt__info-container {
  padding: 0 12px;
}
@media (min-width: 992px) {
.ryno-mtt--layout-2 .ryno-mtt__info-container {
  margin-right: 65px;
  padding: 65px 0 70px 46px;
  text-align: left;
  width: 71%;
}
}
.ryno-mtt--layout-2 .ryno-mtt__title {
  margin-bottom: 16px;
}
.ryno-mtt--layout-2 .ryno-mtt__line {
  display: block;
}
@media (min-width: 992px) {
.ryno-mtt--layout-2 .ryno-mtt__line {
  margin-left: 0;
}
}
.ryno-mtt--layout-2 .ryno-mtt__collapse-container {
  flex-direction: column;
}
@media (min-width: 992px) {
.ryno-mtt--layout-2 .ryno-mtt__collapse-container {
  flex-direction: row;
  left: unset;
  right: 0;
  top: calc(100% - 44px);
  transform: unset;
}
.ryno-mtt--layout-2 .ryno-mtt__collapse-container::before {
  margin: 0 9px 0 0;
}
.ryno-mtt--layout-2 .ryno-mtt__collapse-svg-container {
  width: 17px;
  height: 15px;
}
}
.ryno-mtt--layout-3 {
  flex-direction: column;
  gap: 56px 0;
}
.ryno-mtt--layout-3 .ryno-mtt__member-container {
  border-top: 12px solid #ffaa64;
  padding: 40px 0 90px;
}
@media (min-width: 992px) {
.ryno-mtt--layout-3 .ryno-mtt__member-container {
  align-items: center;
  border-left: 12px solid #ffaa64;
  border-top: none;
  display: flex;
  max-width: none;
  padding: 0;
}
}
.ryno-mtt--layout-3 .ryno-mtt__photo-container {
  border-radius: 50%;
  margin: 0 auto 21px;
  min-width: 229px;
  padding-bottom: 229px;
  width: 229px;
}
@media (min-width: 992px) {
.ryno-mtt--layout-3 .ryno-mtt__photo-container {
  margin: 0 65px 0 53px;
}
}
.ryno-mtt--layout-3 .ryno-mtt__info-container {
  padding: 0 12px;
}
@media (min-width: 992px) {
.ryno-mtt--layout-3 .ryno-mtt__info-container {
  margin-right: 65px;
  padding: 65px 0 70px;
  text-align: left;
  width: 100%;
}
}
.ryno-mtt--layout-3 .ryno-mtt__title {
  margin-bottom: 16px;
}
.ryno-mtt--layout-3 .ryno-mtt__line {
  display: block;
}
@media (min-width: 992px) {
.ryno-mtt--layout-3 .ryno-mtt__line {
  margin-left: 0;
}
}
.ryno-mtt--layout-3 .ryno-mtt__collapse-container {
  flex-direction: column;
}
@media (min-width: 992px) {
.ryno-mtt--layout-3 .ryno-mtt__collapse-container {
  flex-direction: row;
  left: unset;
  right: 0;
  top: calc(100% - 44px);
  transform: unset;
}
.ryno-mtt--layout-3 .ryno-mtt__collapse-container::before {
  margin: 0 9px 0 0;
}
.ryno-mtt--layout-3 .ryno-mtt__collapse-container .ryno-mtt__collapse-svg-container {
  height: 15px;
  width: 17px;
}
}
.ryno-mtt--layout-4 {
  gap: 200px 34px;
  padding-top: 200px;
}
.ryno-mtt--layout-4 .ryno-mtt__member-container {
  border-top: 12px solid #ffaa64;
  padding: 145px 12px 31px;
}
.ryno-mtt--layout-4 .ryno-mtt__photo-container {
  border-radius: 50%;
  left: 50%;
  padding-bottom: 246px;
  position: absolute;
  top: -6px;
  transform: translate(-50%, -50%);
  width: 246px;
}
.ryno-mtt--layout-5 {
  gap: 200px 33px;
  padding-top: 200px;
}
.ryno-mtt--layout-5 .ryno-mtt__member-container {
  border-top: 12px solid #ffaa64;
  padding: 153px 27px 90px;
}
.ryno-mtt--layout-5 .ryno-mtt__photo-container {
  border-radius: 50%;
  left: 50%;
  padding-bottom: 246px;
  position: absolute;
  top: -6px;
  transform: translate(-50%, -50%);
  width: 246px;
}
.ryno-mtt--layout-5 .ryno-mtt__title {
  margin-bottom: 16px;
}
.ryno-mtt--layout-5 .ryno-mtt__line {
  display: block;
}
.ryno-mtt--layout-5 .ryno-mtt__collapse-container {
  flex-direction: column;
}
.ryno-mtt--layout-6 {
  gap: 68px 33px;
}
.ryno-mtt--layout-6 .ryno-mtt__member-container {
  background: transparent !important;
  box-shadow: none;
  max-width: 309px;
}
.ryno-mtt--layout-6 .ryno-mtt__photo-container {
  border-radius: 50%;
}
.privacy-policy-content .content-area ul {
  list-style: disc;
  padding-left: 20px;
}
.privacy-policy-content .content-area ul li {
  padding-left: 0;
}
.privacy-policy-content .content-area ul li::before {
  display: none;
}
