/* ==========================================================================
   Get global options
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ==========================================================================
   Queries
   ========================================================================== */
/* ==========================================================================
   Includes
   ========================================================================== */
.separate-containers .entry:not(.post) .featured-image {
  margin-top: 0;
}

body.no-sidebar .site.grid-container .site-content {
  display: block;
}

body {
  font-size: 18px;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   All headings
   ========================================================================== */
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3 {
  margin-top: 50px;
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

p.has-small-font-size {
  font-size: 16px !important;
}

p:last-child {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  body.blog .site-main,
  body.archive .site-main {
    padding: 20px;
    margin: 0;
  }
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  z-index: 10;
}

video[poster] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer-widgets-container.grid-container {
  padding: 70px 40px;
}
@media (max-width: 600px) {
  .footer-widgets-container.grid-container {
    padding: 25px;
  }
}

.mobile-header-navigation .site-logo.mobile-header-logo img {
  height: 35px !important;
}

.menu a[target=_blank]:after,
.sf-menu a[target=_blank]:after {
  content: "\f504";
  font-family: "dashicons";
  opacity: 0.5;
  margin-left: 2px;
  transform: translateY(1.5px);
  display: inline-block;
  line-height: 0;
  font-weight: normal;
}

@media (min-width: 600px) {
  .site-header .main-navigation .main-nav ul li.nav-button {
    margin-left: 20px;
  }
}
@media (min-width: 600px) {
  .site-header .main-navigation .main-nav ul li.nav-button a {
    background-color: var(--accent);
    border-radius: 3px;
    color: white;
    padding: 15px 20px !important;
    line-height: 1;
    transition: 0.3s all ease;
  }
  .site-header .main-navigation .main-nav ul li.nav-button a:hover {
    background-color: var(--accent-2);
    color: white;
  }
}
.site-header .main-navigation .main-nav ul ul {
  width: 250px;
}
.site-header .main-navigation .main-nav ul ul li a {
  padding: 15px 20px;
}

.sticky-enabled .main-navigation.is_stuck {
  z-index: 50 !important;
}

nav.has-sticky-branding.is_stuck img.is-logo-image {
  height: 45px !important;
}

.secondary-navigation.has-top-bar {
  padding-left: 20px !important;
  padding-right: 10px !important;
}

.prefooter iframe {
  margin-bottom: -9px;
}

@media (max-width: 960px) {
  div.top-bar {
    display: none;
  }
}
div.top-bar .inside-top-bar {
  justify-content: flex-end;
}
@media (max-width: 600px) {
  div.top-bar .inside-top-bar {
    justify-content: center;
  }
}
div.top-bar .inside-top-bar .widget {
  order: 0;
}
div.top-bar .inside-top-bar .widget:first-child {
  margin-left: 0 !important;
  margin-right: auto;
}
div.top-bar .inside-top-bar .widget:last-child {
  margin-right: 0 !important;
}
div.top-bar p {
  margin-bottom: 0;
}
div.top-bar a {
  text-decoration: none;
}
div.top-bar a:hover {
  text-decoration: none;
}

.widget h2,
.widget h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.widget a {
  text-decoration: none;
}

/* ==========================================================================
   Balanced text
   ========================================================================== */
.balance,
.balanced,
.is-style-balanced {
  text-wrap: balance;
}

div[data-type="core/buttons"] .block-list-appender__toggle {
  opacity: 1 !important;
  transform: none !important;
}

/* ==========================================================================
   Generic
   ========================================================================== */
.btn, body #sb_instagram .sbi_follow_btn a, .wp-block-file .wp-block-file__button, .gform-button--width-full, .wp-block-button a.wp-block-button__link,
.wp-block-button div.wp-block-button__link, .read-more.button, .gform_footer input[type=submit], .gb-button-wrapper .gb-button, .button {
  cursor: pointer;
  text-decoration: none !important;
  font-size: 15px !important;
  display: inline-block !important;
  position: static;
  background-color: var(--accent);
  border-radius: 0;
  color: white;
  line-height: 1;
  padding: 20px 25px !important;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  box-shadow: 4px 4px 0 0 var(--contrast-3);
}
.btn:hover, body #sb_instagram .sbi_follow_btn a:hover, .wp-block-file .wp-block-file__button:hover, .gform-button--width-full:hover, .wp-block-button a.wp-block-button__link:hover,
.wp-block-button div.wp-block-button__link:hover, .gform_footer input[type=submit]:hover, .gb-button-wrapper .gb-button:hover, .button:hover {
  transform: translateX(-3px) translateY(-3px);
  box-shadow: 9px 9px 0 0 var(--contrast-3);
}
@media (max-width: 600px) {
  .btn, body #sb_instagram .sbi_follow_btn a, .wp-block-file .wp-block-file__button, .gform-button--width-full, .wp-block-button a.wp-block-button__link,
  .wp-block-button div.wp-block-button__link, .read-more.button, .gform_footer input[type=submit], .gb-button-wrapper .gb-button, .button {
    display: block;
    width: 100%;
  }
}

/* ==========================================================================
   Core buttons
   ========================================================================== */
.wp-block-buttons {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .wp-block-buttons {
    margin-top: 20px;
  }
}
.wp-block-buttons:first-child {
  margin-top: 0;
}
.wp-block-buttons:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .wp-block-buttons .wp-block-button {
    display: block;
    width: 100%;
  }
}

/* ==========================================================================
   GeneratePress buttons
   ========================================================================== */
/* ==========================================================================
   Gravity forms buttons
   ========================================================================== */
.gform_footer input[type=submit]:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

/* ==========================================================================
   Blog buttons
   ========================================================================== */
/* ==========================================================================
   Buttons
   ========================================================================== */
/* ==========================================================================
   Nav buttons
   ========================================================================== */
@media (min-width: 960px) {
  .nav-button > a {
    font-weight: bold;
    cursor: pointer;
    padding: 15px 25px !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 600;
    display: inline-block !important;
    position: static;
    border-radius: 3px;
    background-color: var(--accent);
    color: white;
  }
  .nav-button > a:hover {
    background-color: var(--accent-2);
    color: white;
  }
}

/* ==========================================================================
   Gforms buttons
   ========================================================================== */
.gform-button--width-full {
  width: 100% !important;
  text-align: center;
}

.wp-block-file {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.wp-block-file a {
  order: 1;
  text-decoration: none;
}
.wp-block-file a:not(.wp-block-file__button) {
  color: var(--contrast);
  pointer-events: none;
}
.wp-block-file .wp-block-file__button {
  margin: 0 15px 0 0;
  order: 0;
  color: var(--white-color);
  background-color: var(--accent);
}
.wp-block-file .wp-block-file__button:hover {
  color: var(--white-color);
  background-color: var(--accent-2);
}

.wp-block-gallery {
  margin-bottom: 1.5em;
}
.wp-block-gallery:last-child {
  margin-bottom: 0;
}

h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading {
  margin-top: 50px;
}
h1.wp-block-heading:first-child,
h2.wp-block-heading:first-child,
h3.wp-block-heading:first-child {
  margin-top: 0;
}

.is-style-kicker + h1.wp-block-heading,
.is-style-kicker + h2.wp-block-heading,
.is-style-kicker + h3.wp-block-heading {
  margin-top: 0;
}

.wp-block-image.is-style-rounded img {
  border-radius: 3px;
}

ul.is-style-checkmark,
ol.is-style-checkmark {
  margin-left: 0;
  padding-left: 0;
}
ul.is-style-checkmark:last-child,
ol.is-style-checkmark:last-child {
  margin-bottom: 0;
}
ul.is-style-checkmark > li,
ol.is-style-checkmark > li {
  position: relative;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 8px;
  line-height: 1.4;
}
ul.is-style-checkmark > li:last-child,
ol.is-style-checkmark > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  ul.is-style-checkmark > li,
  ol.is-style-checkmark > li {
    padding-left: 30px;
  }
}
ul.is-style-checkmark > li:before,
ol.is-style-checkmark > li:before {
  content: "\f147";
  font-family: "dashicons";
  font-size: 1.5em;
  position: absolute;
  line-height: 1em;
  left: 0;
  top: 0;
  color: var(--accent);
}
ul.is-style-checkmark > li > ul,
ul.is-style-checkmark > li > ol,
ol.is-style-checkmark > li > ul,
ol.is-style-checkmark > li > ol {
  margin-top: 10px;
  margin-bottom: 15px;
}

.wp-block-social-links li.wp-social-link,
.widget ul.wp-block-social-links li.wp-social-link {
  margin-bottom: 0;
}
.wp-block-social-links li.wp-social-link a,
.widget ul.wp-block-social-links li.wp-social-link a {
  display: block;
}

.block-editor-block-list__block.wp-block-spacer {
  background-color: rgba(128, 128, 128, 0.1);
}

/* ==========================================================================
   Padding in the editor AND on the frontend
   ========================================================================== */
.root-level-container, :where(.gb-is-root-block > [class^=gb-element-]),
:where(.gb-root-block-generateblocks-container > [class^=gb-element-]),
:where(.block-library-block__reusable-block-container > [class^=gb-element-]),
:where(.gb-is-root-block > .wp-block-generateblocks-element),
:where(.is-root-container > .block-library-block__reusable-block-container > .wp-block-generateblocks-element), :where(.entry-content > [class^=gb-element-]),
:where(.entry-content > div:not([class])),
:where(body > [class^=gb-element-]), :where(.gb-is-root-block > .gb-container),
:where(.gb-root-block-generateblocks-container > .gb-container),
:where(.block-library-block__reusable-block-container > .gb-container), :where(.entry-content > .gb-container),
:where(body > .gb-container) {
  padding: 4em;
  margin: 0;
}
@media (min-width: 600px) and (max-width: 960px) {
  .root-level-container, :where(.gb-is-root-block > [class^=gb-element-]),
  :where(.gb-root-block-generateblocks-container > [class^=gb-element-]),
  :where(.block-library-block__reusable-block-container > [class^=gb-element-]),
  :where(.gb-is-root-block > .wp-block-generateblocks-element),
  :where(.is-root-container > .block-library-block__reusable-block-container > .wp-block-generateblocks-element), :where(.entry-content > [class^=gb-element-]),
  :where(.entry-content > div:not([class])),
  :where(body > [class^=gb-element-]), :where(.gb-is-root-block > .gb-container),
  :where(.gb-root-block-generateblocks-container > .gb-container),
  :where(.block-library-block__reusable-block-container > .gb-container), :where(.entry-content > .gb-container),
  :where(body > .gb-container) {
    padding: 2em;
  }
}
@media (max-width: 600px) {
  .root-level-container, :where(.gb-is-root-block > [class^=gb-element-]),
  :where(.gb-root-block-generateblocks-container > [class^=gb-element-]),
  :where(.block-library-block__reusable-block-container > [class^=gb-element-]),
  :where(.gb-is-root-block > .wp-block-generateblocks-element),
  :where(.is-root-container > .block-library-block__reusable-block-container > .wp-block-generateblocks-element), :where(.entry-content > [class^=gb-element-]),
  :where(.entry-content > div:not([class])),
  :where(body > [class^=gb-element-]), :where(.gb-is-root-block > .gb-container),
  :where(.gb-root-block-generateblocks-container > .gb-container),
  :where(.block-library-block__reusable-block-container > .gb-container), :where(.entry-content > .gb-container),
  :where(body > .gb-container) {
    padding: 25px;
  }
}

/* ==========================================================================
   Default to left alignment when we set it on the block
   ========================================================================== */
@media (max-width: 600px) {
  .align-left-mobile, :where(.gb-is-root-block > [class^=gb-element-]),
  :where(.gb-root-block-generateblocks-container > [class^=gb-element-]),
  :where(.block-library-block__reusable-block-container > [class^=gb-element-]),
  :where(.gb-is-root-block > .wp-block-generateblocks-element),
  :where(.is-root-container > .block-library-block__reusable-block-container > .wp-block-generateblocks-element), :where(.entry-content > [class^=gb-element-]),
  :where(.entry-content > div:not([class])),
  :where(body > [class^=gb-element-]), :where(.gb-is-root-block > .gb-container),
  :where(.gb-root-block-generateblocks-container > .gb-container),
  :where(.block-library-block__reusable-block-container > .gb-container), :where(.entry-content > .gb-container),
  :where(body > .gb-container) {
    text-align: left;
  }
}

/* ==========================================================================
   Extend rules
   ========================================================================== */
/* GenerateBlocks v1 Frontend */
/* GenerateBlocks v1 Editor */
/* GenerateBlocks v2 Frontend */
/* GenerateBlocks v2 Editor */
/* ==========================================================================
   Dotted line on containers
   ========================================================================== */
.gb-inside-container .block-editor-inner-blocks,
.block-editor-block-list__block.gb-container > .gb-container,
.gb-is-root-block .wp-block-generateblocks-element,
.is-root-container > .block-library-block__reusable-block-container .wp-block-generateblocks-element {
  outline: 1px dashed rgba(128, 128, 128, 0.4) !important;
}

/* ==========================================================================
   Fix spacing issue on reusable blocks
   ========================================================================== */
:root :where(.editor-styles-wrapper) :where(.is-layout-flow) > * {
  margin-block-start: 0;
}

.wp-block-createwithrani-superlist-block.highlight-things {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 600px) {
  .wp-block-createwithrani-superlist-block.highlight-things {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-top: 20px;
  }
}
.wp-block-createwithrani-superlist-block.highlight-things li {
  list-style: none;
  background-color: var(--accent);
  box-shadow: 7px 7px 0 0 var(--contrast-3);
  padding: 40px;
  position: relative;
}
.wp-block-createwithrani-superlist-block.highlight-things li:before {
  display: inline-block;
  background-color: white;
  color: var(--accent);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 40px;
  font-family: "Open Sans";
  font-weight: 800;
  padding-top: 10px;
  transform: translateY(-60%) translateX(-30%);
  box-shadow: 0 0 0 5px var(--accent);
  box-sizing: border-box;
  line-height: 1;
}
.wp-block-createwithrani-superlist-block.highlight-things li:nth-child(1):before {
  content: "1";
}
.wp-block-createwithrani-superlist-block.highlight-things li:nth-child(2):before {
  content: "2";
}
.wp-block-createwithrani-superlist-block.highlight-things li:nth-child(3):before {
  content: "3";
}
.wp-block-createwithrani-superlist-block.highlight-things li:nth-child(4):before {
  content: "4";
}
.wp-block-createwithrani-superlist-block.highlight-things li:nth-child(5):before {
  content: "5";
}
.wp-block-createwithrani-superlist-block.highlight-things li h3 {
  color: white;
  font-size: 30px;
  margin-bottom: 10px;
}
.wp-block-createwithrani-superlist-block.highlight-things li p {
  color: var(--contrast-3);
  font-size: 16px;
  line-height: 1.3;
}
.wp-block-createwithrani-superlist-block.highlight-things li :last-child {
  margin-bottom: 0;
}

body #sb_instagram {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
body #sb_instagram .sbi_follow_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: auto;
  transform: translateY(50%) translateX(-50%);
  text-transform: uppercase;
  z-index: 50;
  margin: 0 !important;
}
body #sb_instagram .sbi_follow_btn a {
  background: var(--accent) !important;
  box-shadow: none !important;
  color: white !important;
  margin: 0 !important;
}
body #sb_instagram .sbi_follow_btn a:hover {
  background: var(--accent-2) !important;
  box-shadow: none !important;
}
body #sb_instagram #sbi_images {
  margin: 0 !important;
  padding: 0 !important;
}
body #sb_instagram #sbi_images .sbi_item {
  position: relative;
  cursor: pointer;
  padding: 0 !important;
  margin: 0 !important;
}
body #sb_instagram #sbi_images .sbi_item:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 100px;
  color: white;
  z-index: 20;
  opacity: 0;
  transition: 0.6s all ease;
  pointer-events: none;
}
body #sb_instagram #sbi_images .sbi_item:after {
  opacity: 0;
  content: "";
  background-color: var(--accent);
  position: absolute;
  inset: 0;
  transition: 0.3s all ease;
  pointer-events: none;
  z-index: 10;
}
body #sb_instagram #sbi_images .sbi_item:hover:after {
  opacity: 0.85;
}
body #sb_instagram #sbi_images .sbi_item:hover:before {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
}

.loop-layout-models.loop-layout-models .entry {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.loop-layout-models.loop-layout-models .entry:hover .featured-image:before {
  transition: 0.5s all ease;
  background-color: rgba(0, 0, 0, 0.8);
}
.loop-layout-models.loop-layout-models .entry:hover .info-left {
  opacity: 1;
}
.loop-layout-models.loop-layout-models .loop-item-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .loop-layout-models.loop-layout-models .loop-item-inner {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 960px) {
  .loop-layout-models.loop-layout-models .info-left {
    opacity: 0;
    transition: 0.5s all ease;
  }
}
.loop-layout-models.loop-layout-models .featured-image {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.loop-layout-models.loop-layout-models .featured-image:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
}
.loop-layout-models.loop-layout-models .featured-image .info-left {
  padding: 50px;
  position: relative;
  z-index: 10;
}
.loop-layout-models.loop-layout-models .the-content {
  padding: 60px;
}
.loop-layout-models.loop-layout-models .the-content h2 {
  color: var(--accent);
}
@media (min-width: 960px) {
  .loop-layout-models.loop-layout-models .the-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 960px) {
  .loop-layout-models.loop-layout-models .the-content {
    padding: 30px;
  }
}
.loop-layout-models.loop-layout-models .the-content .excerpt {
  margin-bottom: 15px;
}
.loop-layout-models.loop-layout-models .the-content .excerpt :last-child {
  margin-bottom: 0;
}
.loop-layout-models.loop-layout-models .the-content .info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-top: 1.5em;
}
@media (max-width: 600px) {
  .loop-layout-models.loop-layout-models .the-content .info {
    grid-template-columns: 1fr 1fr;
  }
}
.loop-layout-models.loop-layout-models .the-content .info h3 {
  margin-bottom: 5px;
  font-size: 16px;
  color: var(--accent);
}
.loop-layout-models.loop-layout-models .the-content .info p {
  margin-bottom: 0;
  line-height: 1.2;
}
.loop-layout-models.loop-layout-models .the-content p {
  font-size: 16px;
}
.loop-layout-models.loop-layout-models .the-content p.is-style-kicker {
  color: var(--accent);
  margin-bottom: 0;
}

.modelssale-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}
@media (max-width: 992px) {
  .modelssale-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .modelssale-grid {
    grid-template-columns: 1fr;
  }
}

.modelssale-card {
  display: block;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.modelssale-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.modelssale-card__image-wrapper {
  background: white;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.modelssale-card__image {
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modelssale-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.modelssale-card__content {
  padding: 1.5rem;
}

.modelssale-card__title {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
}

.modelssale-card__specs {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.modelssale-card__spec {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  line-height: 1.2;
  align-items: baseline;
}

.modelssale-card__spec-label {
  font-weight: 400;
  font-size: 0.875rem;
  color: #666;
  order: 2;
}

.modelssale-card__spec-value {
  font-size: 1.125rem;
  color: var(--contrast-2);
  font-weight: 700;
  order: 1;
}

.modelssale-card__spec-value--price {
  color: #16a34a;
}

.modelssale-card__spec-value--monthly-payment {
  color: #16a34a;
}
