/* ==================================================
   GLOBAL
================================================== */

.full-container {
  max-width: 1280px !important;
}

.entry-content ul {
  margin-left: 0;
}

.twenty_slider_section .twentytwenty-container img {
  aspect-ratio: 625/416;
  object-fit: cover;
}

.sow-accordion-panel-border p {
  margin-block: 0px !important;
}

.kitchen_option_wrapper .sow-image-container a,
.sow-image-container > a {
  display: block;
  width: 100%;
}

.kitchen_option_wrapper .sow-image-container a img.so-widget-image,
.sow-image-container > a img.so-widget-image {
  width: 100%;
}

.sinks_wrapper img.so-widget-image {
  aspect-ratio: 297/240;
}

.page-id-6578 .siteorigin-widget-tinymce > div .fluid-width-video-wrapper {
  width: 100%;
  position: static;
  padding: 0 !important;
}

/* ==================================================
   TEXT
================================================== */

h1,
h2,
h3,
h4,
h5,
h6,
.sow-headline,
.sow-sub-headline {
  line-height: 1.2em !important;
}

p,
div {
  line-height: 1.8em !important;
}

h3.widget-title {
  font-size: 18px !important;
  text-transform: uppercase;
}

/* ==================================================
   HEADER
================================================== */

body.layout-full #page-wrapper,
body.responsive #page-wrapper {
  overflow: visible !important;
}

#masthead .full-container {
  width: 100%;
  max-width: 1600px !important;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 640px) {
  #masthead {
    margin-bottom: -25px;
  }
}

@media screen and (max-width: 800px) {
  .header-col-2 {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .header-col-3,
  .header-col-4 {
    display: none;
  }
}

.header-mobile-menu {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    margin: 0;
  }
  .header-mobile-menu a,
  #masthead .hgroup .header-mobile-menu a,
  #masthead .hgroup .header-mobile-menu a:visited,
  #masthead .hgroup .header-mobile-menu a:hover,
  #masthead .hgroup .header-mobile-menu a:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    color: #d8151f;
    text-decoration: none;
  }
  .header-mobile-menu-icon {
    display: block;
    width: 26px;
    height: 19px;
    color: #d8151f;
    background: linear-gradient(
      to bottom,
      currentColor 0,
      currentColor 3px,
      transparent 3px,
      transparent 8px,
      currentColor 8px,
      currentColor 11px,
      transparent 11px,
      transparent 16px,
      currentColor 16px,
      currentColor 19px
    );
  }
  .header-col-5,
  .header-col-5 .widget_custom_html,
  .header-col-5 .custom-html-widget {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    margin: 0;
  }
  .site-navigation .menu-mobilenav-container {
    display: none !important;
  }
}

.header-row-2 {
  justify-content: center !important;
  gap: 10px;
  box-shadow: 0 6px 6px -9px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 780px) {
  .header-row-2 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 15px;
  }
  .header-row-2 > .panel-grid-cell {
    width: auto !important;
    flex-basis: auto !important;
    margin: 0 !important;
    float: none !important;
  }
  .header-row-2 > .panel-grid-cell:nth-child(1) {
    display: block !important;
  }
  .header-row-2 > .panel-grid-cell:nth-child(2),
  .header-row-2 > .panel-grid-cell:nth-child(3),
  .header-row-2 > .panel-grid-cell:nth-child(4) {
    display: none !important;
  }
  .header-row-2 > .panel-grid-cell:nth-child(5) {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1201px) {
  .header-col-5,
  .header-row-2 > .panel-grid-cell:nth-child(5) {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    flex: 0 0 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }
  .panel-grid-cell-empty {
    display: none;
  }
}

/* ==================================================
   NAVIGATION
================================================== */

.main-navigation a {
  text-transform: uppercase !important;
}

@media screen and (max-width: 1200px) {
  .main-navigation {
    position: absolute;
    top: 100px;
    right: 0;
    margin: 0;
  }
  .main-navigation a {
    color: #d8151f;
    background: #fff;
  }
}

.mobile-nav-frame {
  background-color: #f9f9f9;
}

.mobile-nav-frame .title {
  border-bottom: 1px solid #f2f2f2;
}

.mobile-nav-frame .title h3 {
  font-size: 17px;
  text-transform: uppercase;
  text-shadow: none;
}

.mobile-nav-frame ul li a.link {
  text-shadow: none;
}

.mobile-nav-frame ul {
  box-shadow: none;
}

.mobile-nav-frame ul li {
  padding: 12px 5px;
  border-bottom: 1px solid #f2f2f2;
}

/* ==================================================
   BUTTONS
================================================== */

.ow-button-base a {
  padding: 18px 38px !important;
  background-color: #fdcf46 !important;
  border: 0 !important;
  border-radius: 100px !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.ow-button-base a > span {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.ow-button-base a:hover,
.ow-button-base a:focus {
  color: #fff !important;
  background-color: #333 !important;
}

.ow-button-base a:hover span,
.ow-button-base a:focus span {
  color: #fff !important;
}

/* ==================================================
   FORM
================================================== */

.gform_wrapper input[type="submit"].gform_button,
.gform_wrapper input[type="submit"].gform-button,
.gform_wrapper button[type="submit"] {
  padding: 18px 38px !important;
  background-color: #fdcf46 !important;
  border: 0 !important;
  border-radius: 100px !important;
  font-size: 16px !important;
	font-weight: bold !important;
  text-transform: uppercase !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.gform_wrapper input[type="submit"].gform_button:hover,
.gform_wrapper input[type="submit"].gform-button:hover,
.gform_wrapper button[type="submit"]:hover {
  color: #fff !important;
  background-color: #000 !important;
}

/* ==================================================
   BLOG
================================================== */

body.page #secondary {
  display: none !important;
}

body.page #primary {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

body.blog #secondary,
body.archive #secondary {
  display: none !important;
}

body.blog #primary,
body.archive #primary {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

body.single-post #secondary {
  display: block;
}

#vantage-grid-loop {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 30px;
  align-items: stretch;
}

#vantage-grid-loop::before,
#vantage-grid-loop::after {
  display: none !important;
  content: none !important;
}

#vantage-grid-loop > .clear {
  display: none !important;
}

#vantage-grid-loop .grid-post {
  display: flex;
  flex-direction: column;
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: none !important;
  height: 100%;
  margin: 0 !important;
  padding: 0;
  box-sizing: border-box;
}

#vantage-grid-loop .grid-thumbnail {
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 240px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
}

#vantage-grid-loop .grid-thumbnail img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
}

#vantage-grid-loop .grid-post h3 {
  margin: 20px 0 12px;
  font-size: 20px;
}

#vantage-grid-loop .grid-post h3 a {
  display: block;
}

#vantage-grid-loop .grid-post .excerpt {
  display: none;
}

#vantage-grid-loop .grid-post .excerpt p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  #vantage-grid-loop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
  }

  #vantage-grid-loop .grid-thumbnail {
    height: 220px;
  }
}

@media screen and (max-width: 600px) {
  #vantage-grid-loop {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  #vantage-grid-loop .grid-thumbnail {
    height: 240px;
  }
}

body.blog img.wp-post-image,
body.archive img.wp-post-image,
body.single-post img.wp-post-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

/* ==================================================
   FOOTER
================================================== */

.widget_vantage-social-media .social-media-icon {
  background: #d8151f !important;
  border-color: #d8151f !important;
  border-radius: 50px;
}

#site-info {
  display: none;
}

/* ==================================================
   CUSTOM
================================================== */

.fixed-header {
  position: fixed;
  transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  max-width: 750px;
}

ul.fixed-header-list {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

li.fixed-header-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e13c39;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  height: 60px;
  margin: 0;
}

li.fixed-header-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  gap: 10px;
  width: 100%;
  height: 100%;
}

img.fixed-link-icons {
  width: 25px;
  height: auto;
  filter: invert(1);
}

a.fixed-button p {
  margin: 0px;
  width: fit-content;
}

#chat-button {
  background-color: #1a6f34;
}

#call-now-button {
  background-color: #b60505;
}

#appointment-button {
  background-color: #052d53;
}

@media screen and (max-width: 750px) {
  .fixed-header {
    display: block !important;
  }

  .apexchat_prechat_invitation_wrapper_custom {
    bottom: 60px !important;
  }
}

/* =========================================
   ACCESSORIES GALLERY SLIDER
========================================= */

.accs_gallery {
    width: 100%;
}

.accs_galler_inner {
    position: relative;
    margin-bottom: 60px;
}

.accs_galler_inner h2 {
    margin-bottom: 25px;
}

/* Slider viewport */
.accs-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Moving track */
.accs-slider-track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

/* Individual cards */
.accs-slider-slide {
    flex: 0 0 33.333333%;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
}

.accs-slider-slide a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.accs-slider-slide img {
    display: block;
    width: 100%;
    max-width: 215px;
    height: 191px;
    object-fit: contain;
    margin: 0 auto 15px;
}

.accs-slider-slide h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
}

/* =========================================
   ARROWS
========================================= */

.accs-slider-prev,
.accs-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #222;
    font-size: 48px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accs-slider-prev {
    left: 0;
}

.accs-slider-next {
    right: 0;
}

.accs-slider-prev:hover,
.accs-slider-next:hover {
    background: #fff !important;
}

/* =========================================
   DOTS
========================================= */

.accs-slider-dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 25px;
}

.accs-slider-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
}

.accs-slider-dot.active {
    background: #333;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .accs-slider-slide {
        flex-basis: 50%;
    }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .accs-slider-slide {
        flex-basis: 100%;
        padding: 0 30px;
    }

    .accs-slider-prev {
        left: 2px;
    }

    .accs-slider-next {
        right: 2px;
    }

}