/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* TYPOGRAPHY & HEADINGS */
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.woff2") format("woff2"),
    url("fonts/Gotham-Light.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "Gotham Book";
  src: url("fonts/Gotham-Book.oft") format("otf");
  font-weight: 400;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.woff2") format("woff2"),
    url("fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
}
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap"); */
.testimonial_slider blockquote span,
.testimonial_slider blockquote p,
body {
  font: 400 17px/2.11 "Gotham", sans-serif !important;
}
.bold,
strong,
b {
  font-family: "Gotham" !important;
  font-weight: 500 !important;
}
.gotham {
  font-family: "Gotham", sans-serif !important;
}
.montserrat {
  font-family: "Montserrat", serif !important;
}
.black {
  color: #131a24 !important;
}
.gray {
  color: #696969 !important;
}
.green {
  color: #c2a530 !important;
}
.text-left {
  text-align: left;
}
.weight-400 {
  font-weight: 400 !important;
}
.span_12.light .wpb_text_column a:not(:hover) {
  opacity: 1 !important;
}
body.single .post .wpb_text_column h3 {
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight: 700;
  color: #000000;
}
/* lines */
.wpb_text_column.wpb_content_element.border-bl,
.wpb_text_column.wpb_content_element.line-below {
  position: relative;
  padding-bottom: 1.5em;
}
.wpb_text_column.wpb_content_element.border-bl:after,
.wpb_text_column.wpb_content_element.line-below:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 78px;
  background: #2c5224;
}
.wpb_text_column.wpb_content_element.border-bl:after {
  bottom: 3px;
  width: 68px;
  background: #000;
}

/* divider lines */
.line-tl.line-br.row-line > .row-bg-wrap .row-bg:before,
.row-line > .row-bg-wrap .row-bg:after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  background: #caad47;
  z-index: 19;
  width: 45vw;
}
.line-tl.line-br.row-line > .row-bg-wrap .row-bg:before,
.row-line.line-br > .row-bg-wrap .row-bg:after {
  bottom: 0;
  right: 0;
}
.row-line.line-bl > .row-bg-wrap .row-bg:after {
  bottom: 0;
  left: 0;
}
.row-line.line-tl > .row-bg-wrap .row-bg:after {
  top: 0;
  left: 0;
}
.row-line.line-tr > .row-bg-wrap .row-bg:after {
  top: 0;
  right: 0;
}

@media screen and (max-width: 999px) {
  /* divider lines */
  .row-line > .row-bg-wrap .row-bg:after {
    height: 5px;
    width: 50vw;
  }
  .row-line.m-line-br > .row-bg-wrap .row-bg:after {
    bottom: 0;
    right: 0;
    top: unset;
    left: unset;
  }
  .row-line.m-line-bl > .row-bg-wrap .row-bg:after {
    bottom: 0;
    top: unset;
    left: 0;
    right: unset;
  }
  .row-line.m-line-tl > .row-bg-wrap .row-bg:after {
    top: 0;
    left: 0;
    bottom: unset;
    right: unset;
  }
  .row-line.m-line-tr > .row-bg-wrap .row-bg:after {
    top: 0;
    right: 0;
    bottom: unset;
    left: unset;
  }
  .line-tl.line-br.row-line > .row-bg-wrap .row-bg:before,
  .line-tl.line-br.row-line > .row-bg-wrap .row-bg:after,
  .row-line.m-line-no > .row-bg-wrap .row-bg:after {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .row-line-hide-d > .row-bg-wrap .row-bg:after {
    display: none;
  }
}
.title-line h3 {
  padding-bottom: 1em !important;
  position: relative;
  /* max-width: 80%; */
}
.title-line h3 {
  padding-top: 1em !important;
  margin-bottom: 0.5em !important;
  position: relative;
}

.title-line h3:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background: #caad47;
  z-index: 19;
  bottom: 0;
  left: 0;
  width: 50px;
}

@media screen and (min-width: 690px) {
  .title-line h3 {
    /* max-width: 404px; */
  }
}
/* FOR FULL WIDTH CONTENT */
/* Add pin-right on left column if you don't want to span full width
   Add pin-left to right column if you don't want to span full width */
@media screen and (min-width: 1425px) {
  .pin-right:not(.vc_col-sm-5) {
    max-width: calc(1615px / 2);
    margin-left: auto !important;
    padding-right: 1% !important;
  }
  .pin-left:not(.vc_col-sm-5) > div,
  .pull-left:not(.vc_col-sm-5) > div {
    /* padding-left: 90px !important; */
  }
  .no-padding-left-desktop.pin-left > div,
  .no-padding-left-desktop.pull-left > div {
    padding-left: 0px !important;
  }
  .pin-left:not(.vc_col-sm-5) {
    max-width: calc(1615px / 2);
    margin-right: auto !important;
    padding-left: 1% !important;
  }
}
@media screen and (min-width: 1600px) {
  .pin-right.vc_col-sm-5 {
    padding-left: 90px !important;
  }
  .pin-left.vc_col-sm-5 {
    padding-right: 90px !important;
  }
}
@media screen and (min-width: 1615px) {
  .pin-left > .row_col_wrap_12_inner,
  .pin-right > .row_col_wrap_12_inner {
    min-width: 812px;
  }
  .pin-left.no-p-l-lrg > .row_col_wrap_12_inner,
  .pin-right.no-p-l-lrg > .row_col_wrap_12_inner {
    padding-left: 0px !important;
    min-width: 810px;
  }
  .pin-right.vc_col-sm-5 > div {
    padding-left: 1%;
  }
  .pin-left.vc_col-sm-5 > div {
    padding-right: 1%;
  }
}
@media screen and (min-width: 2005px) {
  .pin-right.vc_col-sm-5,
  .pin-left.vc_col-sm-5 {
    max-width: 690px;
  }
}
@media screen and (min-width: 1000px) {
  .pin-right,
  .pull-right {
    display: flex !important;
    align-items: center;
    justify-content: flex-end !important;
  }
  .pin-right:not(.vc_col-sm-5) > div,
  .pull-right:not(.vc_col-sm-5) > div {
    padding-left: 90px;
    /* max-width: 850px; */
    width: 100%;
    padding-right: 90px;
  }
  .pin-left:not(.vc_col-sm-5),
  .pull-left:not(.vc_col-sm-5) {
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
  }
  .pin-left:not(.vc_col-sm-5) > div,
  .pull-left:not(.vc_col-sm-5) > div {
    padding-right: 90px;
    /* max-width: 850px; */
    width: 100%;
    padding-left: 90px;
  }
  .pr-0-d > div {
    padding-right: 0px !important;
  }
  .pin-left.sm-padding-left-d > div {
    padding-right: 0;
    padding-left: 48px !important;
  }
  .no-padding-left-desktop.pin-left > div,
  .no-padding-left-desktop.pull-left > div {
    padding-left: 0px !important;
  }
  .pin-right.vc_col-sm-5 {
    max-width: calc(calc(1615px / 12) * 5);
    margin-left: auto !important;
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .pin-left.vc_col-sm-5 {
    margin-right: auto !important;
    padding-right: 90px !important;
    padding-left: 40px !important;
    max-width: calc(calc(1615px / 12) * 5);
  }
  .no-padding .pin-right.wpb_column,
  .no-padding .pin-left.wpb_column {
    padding: 80px 0 !important;
  }
}
@media screen and (min-width: 691px) and (max-width: 999px) {
  .pin-left > div,
  .pull-left > div,
  .pin-right > div,
  .pull-right > div {
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 690px) {
  .pin-left > div,
  .pull-left > div,
  .pin-right > div,
  .pull-right > div {
    max-width: 320px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 690px) {
  .pin-left > div,
  .pull-left > div,
  .pin-right > div,
  .pull-right > div {
    max-width: 420px;
  }
}
/* SET STANDARD SPACING FOR ALL ROWS */
/*.vc_row-fluid > .span_12 > .wpb_column { /* padding for all rows */
/* .vc_row-fluid > .span_12 > .wpb_column > .vc_column-inner > .wpb_wrapper { padding for all columns */
body[data-bg-header="true"] .container-wrap,
.container-wrap {
  padding-bottom: 0 !important;
}
.vc_row > .row_col_wrap_12 {
  /* padding for main rows */
  padding: 125px 0;
}
.sm-pt.vc_row > .row_col_wrap_12 {
  /* padding for main rows */
  padding-top: 60px;
}
.vc_row.sm-padding > .row_col_wrap_12 {
  /* padding for main rows */
  padding: 20px 0;
}
@media screen and (min-width: 1000px) {
  .vc_row-fluid > .span_12 .wpb_column.extra-padding-right {
    padding-right: 80px;
  }
  .extra-padding-right-desktop {
    padding-right: 90px !important;
  }
  .no-padding-bottom-d,
  .no-padding-bottom-d .wpb_wrapper,
  .no-padding-bottom-d .row_col_wrap_12 {
    padding-bottom: 0 !important;
  }
  .extra-padding-b-d > .wpb_wrapper,
  .extra-padding-b-d > .row_col_wrap_12 {
    padding-bottom: 200px !important;
  }
}
@media screen and (min-width: 1425px) {
  .extra-padding-right-desktop {
    padding-right: 129px !important;
  }
  .extra-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .extra-padding-bottom {
    padding-bottom: 40px;
  }
  .extra-padding-top {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1500px) {
  .extra-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .extra-padding-bottom {
    padding-bottom: 100px;
  }
  .extra-padding-top {
    padding-top: 125px !important;
  }
  /* pin col padding */
  .no-padding .pin-right.wpb_column,
  .no-padding .pin-left.wpb_column {
    padding: 125px 0 !important;
  }
}
@media screen and (max-width: 999px) {
  .extra-padding-mobile > .col {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .extra-padding-bottom > .col,
  .extra-padding-bottom {
    padding-bottom: 40px;
  }
  .extra-padding-top-mobile > .col,
  .extra-padding-top-mobile {
    padding-top: 48px !important;
  }
  .no-padding-bottom-m,
  .no-padding-bottom-m .wpb_wrapper,
  .no-padding-bottom-m .row_col_wrap_12 {
    padding-bottom: 0 !important;
  }
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-padding,
.no-padding .wpb_wrapper,
.no-padding .row_col_wrap_12,
.no-padding .vc_col-sm-6 {
  padding: 0 !important;
}
.no-padding-top,
.no-padding-top .wpb_wrapper,
.no-padding-top .row_col_wrap_12 {
  padding-top: 0 !important;
}
.no-padding-top-bottom,
.no-padding-top-bottom .wpb_wrapper,
.no-padding-top-bottom .row_col_wrap_12 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-bottom,
.no-padding-bottom .wpb_wrapper,
.no-padding-bottom .row_col_wrap_12 {
  padding-bottom: 0 !important;
}
.no-margin,
.no-margin .wpb_wrapper {
  margin: 0 !important;
}
/* FLEX ALIGNMENT */
.self-align-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.self-align-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* BACKBROUND */
.bg-contain .row-bg.using-image {
  background-size: contain;
}
/* IMAGES */
.circle {
  border-radius: 100%;
}
.portfolio-items[data-ps="7"]
  .col[data-default-color="true"]
  .work-item:not(.style-3)
  .work-info-bg,
.portfolio-items[data-ps="8"]
  .col[data-default-color="true"]
  .work-item:not(.style-3)
  .work-info-bg {
  background-color: transparent !important;
}
/* BUTTONS */
/* selector for both nectar buttons & gravity forms buttons */
body .nectar-button,
body .container-wrap input[type="submit"] {
  position: relative;
  font: 500 17px/54px "Gotham", sans-serif !important;
  font-weight: bold !important;
  padding: 2px 50px 0 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  opacity: 1 !important;
  white-space: nowrap;
  width: 207px;

  margin-bottom: 0 !important;
  transition: all 0.5s ease;
  margin-top: 10px !important;
  border: 1px solid #131a24 !important;
}

body .nectar-button.extra-color-2 {
  color: #131a24 !important;
  border: 1px solid #ffffff;
}

body .nectar-button.extra-color-1 {
  color: #131a24 !important;
  border: 1px solid #caad47;
}

.nectar-button[data-color-override="false"]:hover,
body[data-form-submit="regular"] .container-wrap input[type="submit"]:hover {
  /* background: #c9ac47 !important; */
  background: transparent !important;
  color: #131a24 !important;
  /* color: #000; */
  opacity: 1;
}

body .nectar-button.extra-color-1[data-color-override="false"]:hover,
body .nectar-button.extra-color-2[data-color-override="false"]:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  border-color: #fff !important;
  background: transparent !important;
}

#header-secondary-outer[data-lhe="animated_underline"]
  nav
  > .sf-menu
  > li:last-child
  > a
  .menu-title-text:after {
  border-color: #131a24 !important;
}
/* HEADER NAVIGATION */
div#header-outer.small-nav {
  transform: translateY(0px) !important;
}
#header-outer[data-lhe="animated_underline"]
  #top
  nav
  > ul
  > li
  > a
  .menu-title-text:after {
  border-color: #131a24 !important;
}
/* FOOTER */
.footer a {
  color: #fff !important;
}
.mobile-contact-box {
  min-width: 200px;
  text-align: left;
}
.mobile-contact-box p span,
.mobile-contact-box p,
.mobile-contact-box p a {
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.footer-menu a:last-child {
  padding-right: 0;
}
.footer a:hover {
  text-decoration: underline;
}
.footer img.footer-logo {
  /* max-width: 300px !important; */
  width: 85px;
}
.footer .copyright p {
  font-size: 18px !important;
}
.material .footer .wpb_row,
.material .footer .wpb_content_element {
  margin-bottom: 15px;
}
.material .footer .wpb_row:last-child,
.material .footer .wpb_content_element:last-child {
  margin-bottom: 0px;
}
.footer p {
  font: 400 16px/1.6 "Montserrat", sans-serif !important;
}

/* PADDING */
.ptb-40px {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* testimaonials */
.testimonial_slider[data-style="minimal"] blockquote span:not(.title) {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* twi */
.iwithtext {
  margin-bottom: 18px !important;
  line-height: 1.4 !important;
  min-height: 45px;
  display: flex;
  align-items: center;
}
.iwithtext:last-child {
  margin-bottom: 0px !important;
}
.twi-style-1 .iwithtext .iwt-icon img:not([srcset]) {
  width: auto !important;
  margin: 0 !important;
}

.twi-style-1 .iwithtext .iwt-text {
  font-weight: 400 !important;
  padding-left: 60px;
  font-size: 16.9711px;
  line-height: 26px;
  letter-spacing: 0.1em;
  max-width: 320px;
}

.twi-style-1 .iwithtext .iwt-icon {
  top: 0;
  /* transform: translate(-50%); */
  width: 45px;
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
  .twi-style-1 .wpb_column {
    width: 50%;
  }
}
/* white boxes */
.white-box .column-image-bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0 !important;
  opacity: 0;
}
.white-box .column-bg-overlay-wrap.column-bg-layer {
  z-index: -1;
}

.white-box ul {
  font-weight: 500;
  margin-top: -15px;
}
.white-box.box-icon-bg .vc_column-inner {
  background-image: url("/wp-content/uploads/2022/04/CabinetEffects-BlackBar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% -1.5px !important;
}
.white-box.box-icon-bg .vc_column-inner {
  border-radius: 0 0 0 60px !important;
  box-shadow: none;
}
.white-box.box-icon-bg .vc_column-inner {
  padding: calc(600px * 0.058) !important;
  padding-bottom: calc(600px * 0.058) !important;
}
.white-box.box-icon-bg .vc_column-inner {
  padding-top: calc(600px * 0.05) !important;
}
.white-box .vc_column-inner {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.white-box .vc_column-inner > .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.white-box.box-icon-bg .column-bg-overlay,
.white-box.box-icon-bg .column-bg-overlay-wrap.column-bg-layer {
  border-radius: 0 0 60px 0 !important;
}
.white-box .column-bg-overlay-wrap.column-bg-layer {
  box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.1) !important;
}
body .white-box.box-icon-bg .nectar-button {
  width: 98% !important;
  max-width: 277px;
  margin: -10px 0 0 !important;
  border: 1px solid #d1b44b !important;
  padding: 3px 30px !important;
}
.white-box.box-icon-bg .nectar-button[data-color-override="false"]:hover {
  padding: 3px 30px !important;
  background: transparent !important;
}
body .white-box.box-icon-bg .nectar-button:after {
  display: none;
}
@media screen and (min-width: 690px) {
  .white-box.box-icon-bg .column-image-bg {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 100% !important;
    opacity: 1;
  }
  .white-box.box-icon-bg .vc_column-inner {
    border-radius: 0 0 0 70px !important;
    box-shadow: none;
  }
  .white-box.box-icon-bg .column-bg-overlay,
  .white-box.box-icon-bg .column-bg-overlay-wrap.column-bg-layer {
    border-radius: 0 0 70px 0 !important;
  }
  .white-box.box-icon-bg .vc_column-inner {
    padding-top: calc(600px * 0.068) !important;
    padding-bottom: calc(600px * 0.058) !important;
  }
  body .white-box.box-icon-bg .nectar-button {
    margin: auto 0 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .white-box.box-icon-bg .vc_column-inner {
    background-position: 0% -5px !important;
  }
  .white-box .vc_column-inner {
    padding-top: calc((100vw - 180px) * 0.03) !important;
    padding-bottom: calc((100vw - 180px) * 0.03) !important;
  }
  .white-box.box-icon-bg .vc_column-inner {
    padding-top: calc((100vw - 180px) * 0.038) !important;
    padding-bottom: calc((100vw - 180px) * 0.038) !important;
  }
  .white-box:hover .column-image-bg {
    opacity: 1;
  }
  body .white-box.box-icon-bg .nectar-button {
    font: 500 15px/43px "Gotham", sans-serif !important;
    padding: 3px 30px !important;
    width: 197px !important;
  }
  .white-box.box-icon-bg .nectar-button[data-color-override="false"]:hover {
    padding: 3px 30px !important;
  }
}
/* TESTIMONIALS */
body .testimonial_slider blockquote {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.light .testimonial_slider[data-style="minimal"] blockquote p {
  color: #ffffff !important;
  font-weight: 400 !important;
  font-size: 27.81px !important;
  line-height: 55px !important;
  padding: 20px 0 30px !important;
}
.light .testimonial_slider[data-style="minimal"] blockquote p span {
  display: none;
}
body .testimonial_slider blockquote .title {
  font-weight: 700 !important;
  font-size: 19px !important;
  line-height: 147.6% !important;
  text-align: center;
  letter-spacing: 0.305em !important;
  text-transform: uppercase;
  opacity: 1 !important;
  order: -1;
}

.testimonial_slider[data-style="minimal"] blockquote span:not(.title):before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  margin: 0 auto;
  width: 90px;
  background: #e1c253;
}
.testimonial_slider[data-style="minimal"] blockquote span:not(.title) {
  display: block;
  position: relative;
  padding-top: 15px;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 32.0222px !important;
  line-height: 183.68% !important;
  text-align: center !important;
}

@media screen and (max-width: 999px) {
  body .testimonial_slider blockquote .title {
    font-size: 14px !important;
  }
  .light .testimonial_slider[data-style="minimal"] blockquote p {
    font-size: 16px !important;
    line-height: 34px !important;
  }
  .testimonial_slider[data-style="minimal"] blockquote span:not(.title):before {
    width: 42px;
  }
  .testimonial_slider[data-style="minimal"] blockquote span:not(.title) {
    font-size: 21.575px !important;
    line-height: 183.68% !important;
  }
  .testimonial_slider[data-style="minimal"] .testimonial-next-prev .next,
  .testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev {
    bottom: -21px !important;
  }
}
.testimonials
  .nectar-flickity.nectar-carousel[data-format="default"]
  .flickity-slider
  .cell
  .inner
  p.wrap {
  padding: 0 !important;
}
.nectar-flickity.nectar-carousel[data-format="default"] .flickity-slider .cell {
  margin-right: 20px;
}
.testimonials
  .nectar-flickity.nectar-carousel[data-format="default"]
  .flickity-slider
  .cell
  .inner,
.nectar-flickity.nectar-carousel .flickity-slider .inner-wrap-outer,
.nectar-flickity.nectar-carousel .flickity-slider .inner-wrap {
  height: 100%;
}
.testimonials
  .nectar-flickity.nectar-carousel[data-format="default"]
  .flickity-slider
  .cell
  .inner,
.testimonial_slider[data-style="multiple_visible_minimal"] blockquote .inner {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
  background: #fff;
}
.testimonial_slider[data-style="multiple_visible_minimal"]
  blockquote
  .inner
  > p {
  order: -1;
  margin: 0;
}
.testimonials
  .nectar-flickity.nectar-carousel[data-format="default"]
  .flickity-slider
  .cell
  .inner
  span.wrap,
.testimonial_slider[data-style="multiple_visible_minimal"]
  blockquote
  .inner
  > span.wrap {
  margin-top: 10px;
  border-left: 3px solid #131a24;
  padding-left: 15px;
  display: block;
}
.testimonials
  .nectar-flickity.nectar-carousel[data-format="default"]
  .flickity-slider
  .cell
  .inner
  span.wrap
  span.testimonial-name,
.testimonials
  .nectar-flickity.nectar-carousel[data-format="default"]
  .flickity-slider
  .cell
  .inner
  span.wrap
  span.title,
.testimonial_slider[data-style="multiple_visible_minimal"]
  blockquote
  .inner
  span.title,
.testimonial_slider[data-style="multiple_visible_minimal"]
  blockquote
  .inner
  span.testimonial-name {
  font-family: "Montserrat", serif !important;
  line-height: 1.2 !important;
  display: block;
}
.testimonials
  .nectar-flickity.nectar-carousel[data-format="default"]
  .flickity-slider
  .cell
  .inner
  span.wrap
  span.testimonial-name,
.testimonial_slider[data-style="multiple_visible_minimal"]
  blockquote
  .inner
  span.testimonial-name {
  color: #131a24;
  font-size: 1.8em !important;
  padding-bottom: 13px;
}
.testimonials
  .nectar-flickity.nectar-carousel[data-format="default"]
  .flickity-slider
  .cell
  .inner
  span.wrap
  span.title,
.testimonial_slider[data-style="multiple_visible_minimal"]
  blockquote
  .inner
  span.title {
  letter-spacing: 0.105em;
  color: #131a24;
  text-transform: uppercase;
  font-size: 1.05em !important;
}
body:not(.ascend) #top nav > .buttons,
body.ascend #header-outer[data-full-width="false"] #top nav > .buttons {
  margin-left: 0 !important;
}

/* content over images */
.full-height-col .wpb_wrapper {
  height: 100%;
  overflow: hidden;
}
.over-img-icons {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(37, 59, 44, 0.8);
  /* width: 100%; */
  padding: 20px 40px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.over-img-icons .iwithtext,
.over-img-icons .wpb_wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible !important;
}
.over-img-icons .iwithtext {
  margin: 0 30px 0 0 !important;
  height: 54px !important;
}
.over-img-icons .iwithtext .iwt-text {
  line-height: 1.4 !important;
  font-weight: 500;
  font-size: 17px;
}
@media only screen and (min-width: 1000px) {
  #doors .over-img-icons {
    right: auto;
    left: 0;
  }
  .full-height-col {
    border-bottom: 19px solid #c9ac47;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .over-img-icons .iwithtext {
    font-size: 16px;
  }
  .over-img-icons .iwithtext {
    margin: 0 15px 0 0 !important;
    height: 35px !important;
  }
  .iwithtext .iwt-icon img {
    /* height: 33px !important; */
  }
  .over-img-icons .iwithtext .iwt-text {
    padding-left: 45px !important;
    font-size: 15px;
  }
}
@media only screen and (max-width: 999px) {
  .over-img-icons .iwt-icon {
    display: none;
  }
  .over-img-icons .iwt-text {
    padding: 0 !important;
  }
  .over-img-icons {
    padding: 16px 9px 15px;
  }
  .over-img-icons .iwithtext {
    height: auto !important;
    margin: 0 !important;
    padding: 0 10px;
    border-left: 1px solid #fff;
  }
  .over-img-icons .iwithtext:first-child {
    border: none;
  }
  .over-img-icons .iwithtext .iwt-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 690px) {
  .over-img-icons .iwithtext .iwt-text {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1400px) {
  /* content over images */
  .full-height-col img {
    height: 100% !important;
    max-width: unset !important;
  }
  .over-img-icons .iwithtext {
    margin: 0 45px 0 0 !important;
    height: 54px !important;
  }
  .over-img-icons .iwithtext:last-child {
    margin: 0 0px 0 0 !important;
  }
  .over-img-icons .iwithtext .iwt-text {
    padding-left: 77px;
    font-size: 17px;
  }
  .over-img-icons .iwithtext .iwt-icon img {
    width: 54px !important;
  }
}
/* PROJECT GALLERY */
.project-gallery .cell .img-with-aniamtion-wrap {
  overflow: hidden;
  border-radius: 29px;
}
.project-gallery .img-with-aniamtion-wrap .hover-wrap {
  margin-bottom: 0 !important;
}
.project-gallery .cell.is-selected .img-with-aniamtion-wrap {
  box-shadow: 0px 2.81687px 22.5349px 3.52108px rgba(0, 0, 0, 0.25);
}
.project-gallery
  .nectar-flickity[data-controls="touch_total"]
  .visualized-total {
  margin-bottom: -50px;
  margin-top: 30px;
}
.nectar-flickity[data-controls="touch_total"] .visualized-total span {
  background: #c9ac47;
  box-sizing: border-box;
  border-radius: 72.9966px;
  height: 10px;
  top: -4.5px;
}
.nectar-flickity[data-controls="touch_total"] .visualized-total {
  background-color: #0c0d0e;
  height: 2px;
}
/* testimonials */
.testimonials .carousel-item {
  background: #253b2c;
  border-radius: 8px;
  margin: 0 10px;
  padding: 35px 40px 31px !important;
}
.testimonials .wpb_text_column.wpb_content_element.testimonial-content {
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.testimonials .wpb_text_column.wpb_content_element.testimonial-content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 63px;
  background: #fff;
}
.testimonials .wpb_text_column.wpb_content_element.testimonial-author {
  font-size: 22px;
  line-height: 1.6;
}
.testimonials .owl-theme[data-desktop-cols] .owl-nav.disabled + .owl-dots {
  margin: 0 !important;
}
.testimonials .owl-carousel[data-desktop-cols] .owl-stage {
  padding-top: 0 !important;
}
/* why us boxes */
.our-process-boxes .nectar-fancy-box[data-style="hover_desc"] .box-bg:after,
.our-process-boxes .nectar-fancy-box[data-style="hover_desc"] .box-bg:before {
  background: none !important;
}
.why-us-boxes .nectar-fancy-box {
  padding: 80px 30px 35px !important;
  border-radius: 0 !important;
}
.why-us-boxes .nectar-fancy-box .fancy-box-custom-icon {
  margin-bottom: 0;
}
.why-us-boxes .nectar-fancy-box {
  /* color: #000 !important; */
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 5px !important;
}
.why-us-boxes .nectar-fancy-box:hover path {
  fill: #000 !important;
}
.why-us-boxes
  .nectar-fancy-box[data-style="color_box_basic"]:hover
  .box-bg:before {
  background-color: #0f141c;
  opacity: 1;
}
.nectar-fancy-box[data-style="color_box_basic"] .box-bg:before {
  background-color: transparent;
  opacity: 1;
}
.why-us-boxes .nectar-fancy-box .inner {
  min-height: 10px !important;
}
.why-us-boxes .vc_col-sm-3:nth-child(-n + 2) {
  margin-bottom: 20px;
}
.our-process-boxes .nectar-fancy-box[data-style="hover_desc"] img,
.why-us-boxes .nectar-fancy-box img {
  opacity: 0.6;
  margin: 0;
  max-width: 125px !important;
}
.our-process-boxes .nectar-fancy-box[data-style="hover_desc"] h4,
.why-us-boxes .nectar-fancy-box h4 {
  margin-top: -20px;
}
.our-process-boxes .nectar-fancy-box[data-style="hover_desc"] h4 {
  color: #0f141c;
}
.our-process-boxes .nectar-fancy-box[data-style="hover_desc"] .hover-content {
  color: #0f141c;
  max-width: 100%;
  /* line-height: 2.1 !important; */
}
/* why-choose-boxes */
.why-choose-boxes .iwithtext .iwt-text h5 {
  margin: 0 0 5px;
  text-transform: uppercase;
}
.why-choose-boxes .iwithtext .iwt-text p {
  font-size: 14px;
}
.row .col .why-choose-boxes .iwithtext .iwt-icon img:not([srcset]) {
  width: 40px !important;
  height: auto !important;
}
.why-choose-boxes .iwithtext .iwt-text {
  padding-left: 55px !important;
}
.why-choose-boxes .row_col_wrap_12_inner:after {
  display: none;
}
.why-choose-boxes .vc_col-sm-2 {
  width: 100% !important;
}
@media screen and (min-width: 691px) {
  .why-choose-boxes .vc_col-sm-2:nth-child(n + 3) .vc_column-inner {
    padding-top: 1.3em !important;
    border-top: 1px solid #c8c8c8;
  }
  .row .col .why-choose-boxes .iwithtext .iwt-icon img:not([srcset]) {
    width: 50px !important;
    height: auto !important;
  }
  .why-choose-boxes .iwithtext .iwt-text {
    padding-left: 65px !important;
  }
  .why-choose-boxes .vc_col-sm-2 {
    width: 50% !important;
  }
}
@media screen and (min-width: 691px) and (max-width: 999px) {
  .why-choose-boxes .vc_col-sm-2:nth-child(odd) {
    padding-right: 12px;
  }
  .why-choose-boxes .vc_col-sm-2:nth-child(even) {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .why-choose-boxes .row_col_wrap_12_inner {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .why-choose-boxes .vc_col-sm-2 {
    max-width: 591px;
  }
  .why-choose-boxes .vc_col-sm-2:nth-child(n + 3) .vc_column-inner {
    margin-top: 1.5em !important;
    max-width: 575px;
  }
  .row .col .why-choose-boxes .iwithtext .iwt-icon img:not([srcset]) {
    width: 80px !important;
    height: auto !important;
  }
  .why-choose-boxes .iwithtext .iwt-text {
    padding-left: 105px !important;
  }
  .why-choose-boxes .iwithtext .iwt-text p {
    max-width: 450px;
    font-size: 17px;
  }
}
@media screen and (max-width: 999px) {
  .why-us-boxes .nectar-fancy-box img {
    opacity: 0.6;
    max-width: 100px !important;
  }
  .why-us-boxes .nectar-fancy-box h4 {
    margin-top: -20px;
  }
}
/* MEDIA QUERIES */
@media screen and (min-width: 1000px) {
  .hide-desktop {
    display: none !important;
  }
  /* DESKTOP - TYPOGRAPHY & HEADINGS */
  h1,
  .h1 {
    font: 300 52px/1.29 "Montserrat", sans-serif !important;
  }
  h2,
  .h2 {
    font: 300 45px/1.3 "Montserrat", sans-serif !important;
  }
  .single-testimonial h2 {
    font: 500 35px/1.7 "Montserrat", sans-serif !important;
  }
  h3,
  .h3 {
    font: 400 32px/1.3 "Montserrat", sans-serif !important;
  }
  .single-testimonial h3 {
    font: 300 30px/1.9 "Montserrat", sans-serif !important;
  }
  h4,
  .h4 {
    font: 600 22px/1.72 "Montserrat", sans-serif !important;
    letter-spacing: 0.085em;
    text-transform: uppercase;
  }
  .white-box.box-icon-bg h4 {
    font: 600 25px/1.72 "Montserrat", sans-serif !important;
  }
  h5,
  .h5 {
    font: 600 17px/1.72 "Montserrat", sans-serif !important;
    letter-spacing: 0.085em;
  }
  h3.green {
    font: 400 27px/1.22 "Montserrat", sans-serif !important;
  }
  .thank-you .row_col_wrap_12 {
    min-height: 80vh;
  }
  .sm-padding-top-d.vc_row > .row_col_wrap_12 {
    padding-top: 100px;
  } /* why us boxes */
  .why-us-boxes .vc_column-inner,
  .why-us-boxes .wpb_wrapper,
  .why-us-boxes .nectar-fancy-box {
    height: 100%;
  }
  /* lines */
  .wpb_text_column.wpb_content_element.line-below:after {
    bottom: 0.5px;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 120px;
  }
  .line-left {
    position: relative;
    padding-left: 40px !important;
  }
  .line-left:before {
    content: "";
    position: absolute;
    display: block;
    top: 0.5em;
    bottom: 0.5em;
    left: 0;
    width: 4px;
    background: #caad47;
  }
  /* BACKBROUND */
  .bg-contain .row-bg.using-image {
    background-size: auto;
  }
  .exrta-gold-lines.bg-contain .row-bg.using-image,
  .design-centre.bg-contain .row-bg.using-image {
    background-size: 21% !important;
  }
  .thank-you .bg-contain-col {
    background-image: url("/wp-content/uploads/2022/04/CabinetEffects-GoldenSquares-TYPage-Top.svg");
    background-position: right top !important;
    background-size: auto !important;
    background-repeat: no-repeat;
  }
  /* fancy titles */
  .text-right-d,
  .text-right-d .col.center {
    text-align: right !important;
  }
  .nectar-flickity.nectar-carousel[data-format="default"]
    .flickity-slider
    .cell {
    padding: 0;
  }
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry).tb-spacing-30px
    .flickity-viewport {
    padding: 25px 0 !important;
  }
  /* HEADER NAVIGATION */
  #header-outer[data-lhe="animated_underline"]
    .sf-menu
    .current-menu-ancestor
    > a
    .menu-title-text:after {
    backface-visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  #header-outer[data-lhe="animated_underline"]
    .sf-menu
    .current-menu-ancestor.current-menu-item
    > a
    .menu-title-text:after {
    backface-visibility: hidden;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  div#header-outer {
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06) !important;
  }
  .pb-ipad > div {
    padding-bottom: 50px;
  }
  div#header-outer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    height: 3px;
    background: #131a24;
    z-index: 19;
    width: 33vw;
    width: calc(33vw - var(--scroll-bar-w));
    margin-right: -50vw;
    margin-right: calc(-50vw + var(--scroll-bar-w) / 2);
    right: 50%;
  }
  /* HEADER NAV */
  body.material #header-secondary-outer nav > ul > li > a,
  #top nav > ul > li > a,
  .pull-left-wrap > ul > li > a {
    opacity: 1 !important;
    font: 500 18px/1.8 "Montserrat", sans-serif !important;
    letter-spacing: 0.15em;
    white-space: nowrap;
    text-transform: uppercase;
  }
  #top nav > ul > li > a span,
  .pull-left-wrap > ul > li > a span {
    display: inline-block;
  }
  #header-outer[data-lhe="animated_underline"]
    #top
    nav
    > ul
    > li
    > a
    .menu-title-text:after {
    max-width: 50%;
  }
  #header-outer ul.sf-menu > li.menu-item-has-icon > a span {
    order: 1;
  }
  #header-outer ul.sf-menu > li.menu-item-has-icon > a i {
    order: 2;
    margin-right: 0px;
    margin-left: 10px;
  }
  body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul,
  body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul {
    border: none;
    top: 80%;
    min-width: 320px !important;
    box-shadow: 0px 0px 14.2041px rgb(0 0 0 / 15%);
    left: 15px;
    border-radius: 5px;
  }
  #top .sf-menu li ul li a {
    font: 500 20px/2 "Montserrat", sans-serif !important;
    letter-spacing: 0.15em !important;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 1px 5px !important;
  }
  body.material #header-secondary-outer nav > ul > li > a {
    line-height: 50px !important;
    padding-top: 2px;
  }
  body.material #header-secondary-outer nav > ul > li:last-child > a {
    color: #131a24;
    background: #c9ac47;
    min-width: 210px;
    text-align: center;
    text-transform: uppercase;
  }
  body.material #header-secondary-outer nav > ul > li:last-child:hover > a {
    color: #131a24 !important;
  }
  body.material #header-secondary-outer nav > .sf-menu {
    padding: 0 !important;
  }
  body.material #header-secondary-outer {
    border: none;
  }
  /* twi */
  .iwt-text {
    font-size: 1.2em;
    line-height: 1.8;
  }
  /* images */
  .full-height-desktop {
    min-width: 100% !important;
  }
  /* button */
  body .nectar-button,
  body .container-wrap input[type="submit"] {
    width: 245px !important;
  }
  /* FOOTER */
  .footer.no-padding.vc_row > .row_col_wrap_12 {
    padding: 40px 0 18px !important;
  }
  .footer-yellow.footer.no-padding.vc_row > .row_col_wrap_12 {
    padding: 18px 0 18px !important;
    border-top: 2px solid #d1b44b;
  }
  .footer p {
    font: 400 18px/1.6 "Montserrat", sans-serif !important;
  }
  .footer-menu a {
    display: inline-block;
    padding: 0 15px;
  }
  .footer-menu a {
    position: relative;
  }
  .footer-menu a:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: -1px;
    width: 2px;
    background: #fff;
  }
  .footer-yellow .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .footer-yellow .line-bm a {
    margin-right: 20px;
  }
  .footer-menu a:last-child:after {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .row-overlap-bottom-m > .row_col_wrap_12 {
    padding: 80px 0 245px !important;
  }
  .row-overlap-top-m > .row_col_wrap_12 {
    margin-top: -300px;
  }
  .row-overlap-top-m > .row_col_wrap_12 .m-pb {
    padding-bottom: 50px;
  }
  .mb-ipad {
    padding-bottom: 80px;
  }
  .vc_row.inner_row.row_position_absolute.position-relative-sd {
    position: relative;
    bottom: 0;
  }
  .no-padding-col-sm-desktop > .vc_column-inner {
    padding: 0 !important;
  }
  .no-mw-ipad {
    max-width: 100% !important;
  }
  .hide-sm-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1060px) {
  /* FOOTER */
  .footer p {
    font: 400 20px/1.6 "Montserrat", sans-serif !important;
  }
}
@media screen and (min-width: 1230px) {
  .pb-ipad > div {
    padding-bottom: 0px;
  }
  /* DESKTOP - TYPOGRAPHY & HEADINGS */
  h1,
  .h1 {
    font: 300 60px/1.29 "Montserrat", sans-serif !important;
  }
  h2,
  .h2 {
    font: 300 55px/1.3 "Montserrat", sans-serif !important;
  }
  h3.green {
    /* font: 300 44px/1.22 "Montserrat", sans-serif !important; */
  }
  /* HEADER NAV */
  body.material #header-secondary-outer nav > ul > li > a,
  #top nav > ul > li > a,
  .pull-left-wrap > ul > li > a {
    font: 500 20px/1.8 "Montserrat", sans-serif !important;
  }
  body.material #header-secondary-outer nav > ul > li > a {
    line-height: 50px !important;
  }
}
@media screen and (min-width: 1300px) {
  .pl-lg-desktop {
    padding-left: 50px !important;
  }
  .exrta-gold-lines .inner-wrap.using-image {
    background-position: left bottom;
    background-size: 21%;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2022/10/CabinetEffects-GoldenSquare-Row1-Left.svg);
  }
  .hide-lg-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1299px) {
  .our-process-boxes .toggle h3 a {
    color: #0f141c !important;
    padding: 80px 70px 30px 30px !important;
    font: 600 24px/1.72 "Montserrat", sans-serif !important;
    letter-spacing: 0.085em;
    text-transform: uppercase;
  }
  .our-process-boxes .toggle.open h3 a {
    color: #0f141c !important;
    padding: 80px 70px 10px 30px !important;
    transition: all 0.15s ease;
  }
  .our-process-boxes div[data-style="minimal"] .toggle {
    border: 1px solid #0f141c;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .our-process-boxes
    div[data-style="minimal"]
    .toggle[data-inner-wrap="true"]
    > div
    .inner-toggle-wrap {
    padding: 0 30px 30px 30px;
  }
  .our-process-boxes div[data-style*="minimal"] .toggle h3 i {
    transform: scale(0.8);
    right: 18px;
    top: 18px;
    margin: 0;
    border: 2px solid #0f141c;
  }
  div[data-style="minimal"] .toggle h3 i:before,
  div[data-style="minimal"] .toggle h3 i:after {
    background-color: #0f141c !important;
  }
  .our-process-boxes .toggle h3 {
    position: relative;
  }
  .our-process-boxes .toggle h3:before {
    content: "";
    position: absolute;
    display: block;
    top: 40px;
    left: 30px;
    width: 110px;
    height: 60px;
    background-image: url(/wp-content/uploads/2022/04/CabinetEffects-No1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .our-process-boxes .toggle:nth-child(2) h3:before {
    background-image: url(/wp-content/uploads/2022/04/CabinetEffects-No2.svg);
  }
  .our-process-boxes .toggle:nth-child(3) h3:before {
    background-image: url(/wp-content/uploads/2022/04/CabinetEffects-No3.svg);
  }
  .our-process-boxes .toggle:nth-child(4) h3:before {
    background-image: url(/wp-content/uploads/2022/04/CabinetEffects-No4.svg);
  }
  .our-process-boxes .toggle:nth-child(5) h3:before {
    background-image: url(/wp-content/uploads/2022/10/5.svg);
  }
  .our-process-boxes .toggle:nth-child(6) h3:before {
    background-image: url(/wp-content/uploads/2022/10/6.svg);
  }
}
@media screen and (min-width: 1500px) {
  .testimonials .carousel-item {
    min-height: 249px;
  }
  .testimonials .wpb_text_column.wpb_content_element.testimonial-author {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 999px) {
  .text-center-m {
    text-align: center !important;
  }
  .text-left-m,
  .text-left-m .col.center {
    text-align: left !important;
  }
  .mobile-text-left,
  .text-left-m blockquote,
  .mobile-text-left > .col {
    text-align: left !important;
  }
  .text-left-m,
  .text-left-m .col.center {
    text-align: left !important;
  }
  .vc_row-fluid .wpb_column[class*="vc_col-xs"]:not(.vc_col-xs-12) {
    margin-bottom: 25px !important;
  }
  .text-center-m .vc_col-sm-2 img,
  .text-center-m .vc_col-sm-2 {
    margin: 0 auto !important;
    text-align: center;
  }
  .text-center-m .vc_col-sm-2 {
    margin: 0 auto 15px !important;
  }
  .extra-padding-bm.vc_row > .row_col_wrap_12 {
    padding-bottom: 100px;
  }
  .difference-boxes .wpb_text_column.wpb_content_element {
    max-width: 100% !important;
  }

  /* BACKBROUND */
  .m-bg-rt .row-bg.using-image {
    background-position: right top !important;
  }
  .m-bg-rb .row-bg.using-image {
    background-position: right bottom !important;
  }
  .m-bg-lb .row-bg.using-image {
    background-position: left bottom !important;
  }
  .m-bg-lt .row-bg.using-image {
    background-position: left top !important;
  }
  .m-bg-cc .row-bg.using-image {
    background-position: center center !important;
  }
  .bg-contain-m .row-bg.using-image {
    background-size: contain;
    background-size: auto !important;
  }
  .better-career .row-bg.using-image {
    background-position: right 95% !important;
    background-size: 45% auto !important;
  }
  .better-career-1 .row-bg.using-image {
    background-position: right 100px !important;
    background-size: 45% auto !important;
  }
  .row-overlap-bottom-m > .row_col_wrap_12 {
    padding-bottom: 150px !important;
  }
  .row-overlap-top-m > .row_col_wrap_12 {
    margin-top: -160px;
  }

  /* TESTIMONIALS */
  .testimonial_slider[data-style="multiple_visible_minimal"]
    blockquote
    .inner
    span.testimonial-name {
    font-size: 1.6em !important;
  }
  /* HEADER NAV */
  #header-outer #top .slide-out-widget-area-toggle a .lines:after,
  #header-outer #top .slide-out-widget-area-toggle a .lines:before,
  #header-outer #top .slide-out-widget-area-toggle a .lines-button:after,
  body.material.mobile
    #header-outer.transparent:not([data-permanent-transparent="1"])
    header
    .slide-out-widget-area-toggle
    a
    .close-line,
  body.material.mobile
    #header-outer:not([data-permanent-transparent="1"])
    header
    .slide-out-widget-area-toggle
    a
    .close-line,
  #search-outer .close-wrap .close-line,
  #header-outer:not(.transparent)
    #top
    .slide-out-widget-area-toggle
    .close-line,
  .nectar-slide-in-cart.style_slide_in_click .close-cart .close-line,
  .nectar-ajax-search-results h4 a:before {
    background-color: #131a24 !important;
  }
  div#header-outer {
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.09) !important;
  }
  #header-outer #mobile-menu ul li a {
    font: 400 20px/2.8 "Montserrat", sans-serif !important;
  }
  #mobile-menu .menu-items-wrap ul:not(.nectar_widget) > li:before {
    background-color: #fff !important;
  }
  .slide-out-widget-area-toggle.mobile-icon a > span {
    width: 30px !important;
    height: 40px !important;
  }
  body
    #header-outer[data-transparent-header="true"].transparent
    #top
    .slide-out-widget-area-toggle
    a
    .lines-button:after,
  body
    #header-outer[data-transparent-header="true"].transparent
    header#top
    .slide-out-widget-area-toggle.mobile-icon
    .lines-button.x2
    .lines:before,
  body
    #header-outer[data-transparent-header="true"].transparent
    header#top
    .slide-out-widget-area-toggle.mobile-icon
    .lines-button.x2
    .lines:after {
    background: #fff !important;
  }
  body #header-outer #top .slide-out-widget-area-toggle a .lines-button:after,
  header#top
    .slide-out-widget-area-toggle.mobile-icon
    .lines-button.x2
    .lines:before,
  header#top
    .slide-out-widget-area-toggle.mobile-icon
    .lines-button.x2
    .lines:after {
    height: 4px !important;
    border-radius: 10px;
    width: 28px !important;
  }
  #header-outer #top .slide-out-widget-area-toggle a .lines:before {
    width: 20px !important;
  }
  #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
    top: 10px !important;
  }
  body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
    top: 20px !important;
  }

  body #header-outer #mobile-menu:before {
    background: #131a24;
    top: -2px;
    z-index: 100;
  }
  #header-outer #mobile-menu ul li a:hover .sf-sub-indicator i,
  body #header-outer #mobile-menu ul li > a i,
  body #header-outer #mobile-menu ul li[class*="current"] > a i {
    color: #fff !important;
  }
  #header-outer #mobile-menu a > .sf-sub-indicator {
    left: 0;
    text-align: right;
    width: 100% !important;
  }
  #header-outer #mobile-menu ul li[class*="current"] > a,
  #header-outer #mobile-menu ul li a:hover,
  #header-outer #mobile-menu ul li[class*="current"] > a,
  #header-outer #mobile-menu ul li a {
    font: 400 15px/1.8 "Gotham Book", sans-serif !important;
    white-space: nowrap;
    color: #fff !important;
    opacity: 1 !important;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }
  #header-outer #mobile-menu > .inner {
    margin-top: 5px !important;
    overflow: visible !important;
  }
  #header-outer #mobile-menu > .inner .secondary-header-items li:last-child {
    order: -1;
  }
  #header-outer #mobile-menu > .inner .secondary-header-items li:last-child a {
    /* padding-bottom: 0; */
    color: #131a24 !important;
    padding: 10px 0;
  }
  #header-outer #mobile-menu > .inner .secondary-header-items li:first-child a {
    /* padding-top: 5px; */
    text-decoration: underline;
    padding-bottom: 20px;
    font-size: 17px !important;
    letter-spacing: 0.15em;
    padding: 10px 0 13px;
  }
  #header-outer
    #mobile-menu
    > .inner
    .secondary-header-items
    li:last-child
    a:after {
    content: "\f105";
    padding-left: 10px;
    font-family: "FontAwesome";
  }
  #header-outer #mobile-menu ul ul > li:before {
    border: none;
    display: none;
  }
  #header-outer #mobile-menu ul ul {
    margin-bottom: 15px;
    margin-left: 5px;
    margin-top: -3px; /* border-left: 1px solid #CAAD47; */
  }
  #header-outer #mobile-menu ul ul > li > a:hover,
  #header-outer #mobile-menu ul ul > li[class*="current"] > a,
  #header-outer #mobile-menu ul ul > li > a {
    margin-left: 10px !important;
    font-size: 14px !important;
    border: none;
    padding: 5px;
  }
  #header-outer #mobile-menu ul ul > li > a,
  #header-outer #mobile-menu ul ul > li:last-child > a {
    /* margin-bottom: 10px; */
  }
  #header-outer #mobile-menu ul ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    bottom: 8px;
    width: 1px;
    left: 3px;
    background: #caad47;
  }
  #mobile-menu .menu-items-wrap ul:not(.nectar_widget) > li:before {
    background-color: #888888 !important;
  }
  #mobile-menu
    .menu-items-wrap
    > ul.secondary-header-items
    > li:last-child:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: #c9ac47 !important;
    z-index: -1;
  }
  #mobile-menu .menu-items-wrap ul:not(.nectar_widget) > li:first-child:before {
    display: none;
  }
  .secondary-header-items {
    display: flex;
    flex-direction: column;
  }
  /* IMAGES */
  .full-width {
    width: 100%;
    max-width: 92% !important;
  }
  .wpb_column img.overlap-bottom-lg {
    position: relative;
  }
  .wpb_column:last-child img.overlap-bottom-lg {
    position: relative;
    bottom: 0;
    top: unset;
    left: 0;
    right: unset;
    /* padding-bottom: 0 !important; */
  }
  /* PROJECT GALLERY */
  .project-gallery .cell .img-with-aniamtion-wrap {
    border-radius: 14px;
  }
  .project-gallery .cell.is-selected .img-with-aniamtion-wrap {
    box-shadow: 0px 2.58197px 20.6557px 3.22746px rgba(0, 0, 0, 0.2);
  }
  .project-gallery
    .nectar-flickity[data-controls="touch_total"]
    .visualized-total {
    margin-bottom: 0px;
    margin-top: 40px;
  }
  /* why us boxes */
  .why-us-boxes .nectar-fancy-box {
    padding: 30px 22px 15px !important;
  }
  .why-us-boxes .nectar-fancy-box .fancy-box-custom-icon {
    height: 47px;
  }
  .line-left h3 {
    position: relative;
    padding-top: 30px !important;
  }
  .line-left h3:before {
    content: "";
    position: absolute;
    display: block;
    top: 0.5em;
    left: 0;
    height: 2px;
    width: 35px;
    background: #caad47;
  }
  /* image */
  .extra-padding-top-m {
    padding-top: 50px !important;
  }
  img.overlap-bottom-m {
    margin-bottom: -100px !important;
  }
  .extra-padding-bottom-m {
    padding-bottom: 120px !important;
  }
  img.overlap-top-m {
    margin-top: -150px !important;
    z-index: -1 !important;
    padding-bottom: 20px !important;
  }
  /* BUTTONS */
  /* selector for both nectar buttons & gravity forms buttons */
  body .nectar-button,
  body .container-wrap input[type="submit"] {
    font: 500 15px/43px "Gotham", sans-serif !important;
    padding: 2px 40px 0 !important;
  }
  .nectar-button[data-color-override="false"]:hover {
    padding: 2px 50px 0 30px !important;
  }
  body .nectar-button:hover:after {
    opacity: 1;
    right: 30px;
  }
  /* FOOTER */

  .footer.no-padding.vc_row > .row_col_wrap_12 {
    padding: 30px 0 30px !important;
  }
  .footer-yellow.footer.no-padding.vc_row > .row_col_wrap_12 {
    padding: 0px 0 30px !important;
  }
  .footer img.footer-logo {
    margin: 0 auto;
    max-width: 216px !important;
  }
  .footer {
    text-align: center;
  }
  .footer-menu p {
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    max-width: 380px;
  }
  .footer .copyright p {
    font-size: 15px !important;
  }
  .footer-menu a {
    display: inline-block;
    position: relative;
    padding: 0 8px;
  }
  .footer-menu a:not(:first-child):not(:nth-child(4)):before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: -2px;
    width: 2px;
    background: #fff;
  }
  .wpb_text_column.wpb_content_element.line-bm {
    max-width: 321px;
    margin: 0 auto;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d1b44b;
  }
  .footer .logo-col > div {
    max-width: 300px;
    margin: 0 auto !important;
  }

  .footer .logo-col > div .wpb_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer img.footer-logo {
    /* max-width: 300px !important; */
    width: 75px;
  }
  .footer .logo-col > div a.nectar-button {
    max-width: 321px;
    width: 100%;
  }
  .footer
    .logo-col
    > div
    .wpb_text_column.wpb_content_element.line-bm.hide-desktop {
    width: 100%;
  }
}
@media screen and (min-width: 691px) and (max-width: 999px) {
  /* TABLET - TYPOGRAPHY & HEADINGS */
  .testimonial_slider blockquote span,
  .testimonial_slider blockquote p,
  body {
    font: 400 16px/2.11 "Gotham", sans-serif !important;
  }
  h1,
  .h1 {
    font: 300 60px/1.29 "Montserrat", sans-serif !important;
  }
  h2,
  .h2,
  .mobile-h2 {
    font: 300 45px/1.3 "Montserrat", sans-serif !important;
  }
  .single-testimonial h2 {
    font: 400 25px/1.5 "Montserrat", sans-serif !important;
  }
  h3,
  .h3 {
    font: 600 23px/1.8 "Montserrat", sans-serif !important;
  }
  .single-testimonial h3 {
    font: 300 25px/1.9 "Montserrat", sans-serif !important;
  }
  .our-process-boxes .toggle h3 a,
  h4,
  .h4 {
    font: 600 20px/1.72 "Montserrat", sans-serif !important;
    letter-spacing: 0.085em;
    text-transform: uppercase;
  }
  h5,
  .h5 {
    font: 600 16px/1.72 "Montserrat", sans-serif !important;
    letter-spacing: 0.085em;
  }
  h3.green {
    font: 400 29px/1.22 "Montserrat", sans-serif !important;
  }
  .hide-tablet {
    display: none !important;
  }
  body.material #header-secondary-outer nav > .sf-menu {
    margin: 0 auto !important;
    float: none;
    text-align: center;
  }
  .vc_row > .row_col_wrap_12 {
    /* padding for main rows */
    padding: 50px 0;
  }
  .m-pb {
    margin-bottom: 0 !important;
    padding-bottom: 50px !important;
  }
  .sm-pt.vc_row > .row_col_wrap_12 {
    padding-top: 40px;
  }
  .vc_row.sm-padding > .row_col_wrap_12 {
    padding: 15px 0;
  }
  .no-padding .pin-right,
  .no-padding .pin-left {
    padding: 50px 0 !important;
  }
  body.material #header-secondary-outer nav > ul > li > a {
    font: 400 16px/40px "Montserrat", sans-serif !important;
    padding-top: 2px;
  }
  body.material #header-secondary-outer nav > ul > li:last-child > a {
    color: #ffffff;
    background: #c9ac47;
    min-width: 210px;
    text-align: center;
    text-transform: uppercase;
  }
  body.material #header-secondary-outer nav > .sf-menu {
    padding: 0 !important;
  }
  body.material #header-secondary-outer {
    border: none;
  }
}
@media screen and (max-width: 690px) {
  body .portfolio-items .col.elastic-portfolio-item {
    width: 50% !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
}

body .portfolio-items .col.elastic-portfolio-item:nth-child(3){
}

body .portfolio-items .col.elastic-portfolio-item.wide_tall {
    display: none !important;
} 
  /* MOBILE - TYPOGRAPHY & HEADINGS */
  .testimonial_slider blockquote span,
  .testimonial_slider blockquote p,
  body {
    font: 400 14px/2.11 "Gotham", sans-serif !important;
  }
  h1,
  .h1 {
    font: 300 35px/1.29 "Montserrat", sans-serif !important;
  }
  h2,
  .h2,
  .mobile-h2 {
    font: 300 33px/1.3 "Montserrat", sans-serif !important;
  }
  .single-testimonial h2 {
    font: 400 20px/1.5 "Montserrat", sans-serif !important;
  }
  h3,
  .h3 {
    font: 300 21px/1.3 "Montserrat", sans-serif !important;
  }
  .single-testimonial h3 {
    font: 300 24px/1.9 "Montserrat", sans-serif !important;
  }
  .our-process-boxes .toggle h3 a,
  h4,
  .h4 {
    font: 600 18px/1.72 "Montserrat", sans-serif !important;
    letter-spacing: 0.085em;
    text-transform: uppercase;
  }
  h5,
  .h5 {
    font: 600 17px/1.72 "Montserrat", sans-serif !important;
    letter-spacing: 0.085em;
  }
  h3.green {
    font: 400 20px/1.22 "Montserrat", sans-serif !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .no-padding .pin-right,
  .no-padding .pin-left {
    padding: 40px 0 !important;
  }
  .vc_row > .row_col_wrap_12 {
    padding: 40px 0;
  }
  .m-pb {
    margin-bottom: 0 !important;
    padding-bottom: 40px !important;
  }
  .sm-pt.vc_row > .row_col_wrap_12 {
    padding-top: 30px;
  }
  .vc_row.sm-padding > .row_col_wrap_12 {
    /* padding for main rows */
    padding: 10px 0;
  }
  .row .col .iwithtext .iwt-icon img:not([srcset]) {
    width: 20px;
  }
  .iwithtext .iwt-text {
    padding-left: 30px;
  }
  .better-career-1 .row-bg.using-image {
    background-position: right 150px !important;
    background-size: 45% auto !important;
  }
  /* PROJECT GALLERY */
  .project-gallery .cell .img-with-aniamtion-wrap {
    text-align: center;
  }
  .project-gallery .cell .img-with-aniamtion-wrap img {
    min-height: 350px;
    margin: 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }
  /* testimonials */
  .testimonials .carousel-item {
    padding: 25px !important;
    min-height: 304px;
  }
  .testimonials .wpb_text_column.wpb_content_element.testimonial-content {
    font-size: 15px;
  }
  .testimonials .wpb_text_column.wpb_content_element.testimonial-author {
    font-size: 21px;
  }
  .testimonials .wpb_text_column.wpb_content_element.testimonial-content:after {
    width: 43px;
  }
  /* FOOTER */
}
