/*
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
*/

body.page-id-20 .nectar-global-section.nectar_hook_global_section_footer,
.page-template-page-portfolio .nectar-global-section.nectar_hook_global_section_footer,
.page-template-single-project .nectar-global-section.nectar_hook_global_section_footer,
.single-portfolio .nectar-global-section.nectar_hook_global_section_footer {
    display: none;
}

.text-uppercase,
.text-uppercase * {
    text-transform: uppercase !important;
}

.text-white,
.text-white * {
    color: white !important;
}

.text-center,
.text-center * {
    text-align: center;
}

.font-seven,
.font-seven * {
    font-weight: 700 !important;
}

.font-six,
.font-six * {
    font-weight: 700 !important;
}

.font-three,
.font-three * {
    font-weight: 300 !important;
}

.font-four,
.font-four * {
    font-weight: 400 !important;
}

.font-five,
.font-five * {
    font-weight: 500 !important;
}

.font-eight,
.font-eight * {
    font-weight: 800 !important;
}

.font-nine,
.font-nine * {
    font-weight: 900 !important;
}

.ace-home-slider-content {
    max-width: 1245px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    color: white;
}

.ace-home-slider-content:not(.fixed) {
    height: 100vh;
    padding-bottom: 100px;
}

.ace-home-slider-content h2.slider-title {
    font-size: 50px;
    color: #ffffff;
    line-height: 1.2em;
    max-width: 420px;
    font-weight: 400;
}

.ace-home-slider-content h4.ace-slider-title {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
    margin: 0;
}

.ace-home-slider-content a.project-link {
    text-align: right;
    color: white;
    margin-left: auto;
    text-decoration: underline;
}

.ace-home-slider-content .project-meta {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

ul.slick-dots button {
    visibility: hidden;
    position: relative;
}

ul.slick-dots li {
    list-style: none;
    cursor: pointer;
}

ul.slick-dots {
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px;
}

ul.slick-dots li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 25px;
}

ul.slick-dots li.slick-active:before {
    background: #edc584 !important;
}

.ace-home-slider-item-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

div#footer-outer {
    display: none;
}

body.home ul.buttons.sf-menu {
    display: none !important;
}

div#header-outer:not(.small-nav) span.menu-title-text {
    color: #ffffff !important;
    font-size: 14px !important;
}

div#header-outer li.menu-item a {
    opacity: 1 !important;
}

div#header-outer ul.sf-menu.sf-js-enabled.sf-arrows {
    gap: 20px;
}

body:not(.home) ul.sf-menu.sf-js-enabled.sf-arrows {
    display: none !important;
}

.height-eighty {
    padding-top: 60vh !important;
}

.vertical-height-eighty {
    padding-top: 80vh !important;
}

.vertical-height-seventy {
    padding-top: 70vh !important;
}

ul#menu-footer-menu li a {
    color: #ffffff;
}

ul#menu-footer-menu li {
    list-style: none;
}

ul#menu-footer-menu {
    margin: 0px;
}

ul#menu-follow-us-menu {
    margin: 0px;
}

ul#menu-follow-us-menu li {
    list-style: none;
    position: relative;
    width: fit-content;
}

ul#menu-follow-us-menu li a {
    color: #edc584;
}

.nectar-responsive-text.has-arrow-icon:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 10px;
    background: url("/wp-content/themes/salient-child/images/link-arrow.png");
    left: 90px;
    bottom: 10px;
}

ul#menu-follow-us-menu li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 10px;
    background: url("/wp-content/themes/salient-child/images/link-arrow.png");
    right: -18px;
    bottom: 10px;
}

.nectar-responsive-text.has-arrow-icon {
    position: relative;
}

.has-border-top .row-bg-wrap {
    border-top: 1px solid #edc584;
}

a.nectar-button.ace-brand {
    min-width: 150px;
    padding: 8px !important;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.always-open-row .row-bg.viewport-desktop.using-image {
    background-size: 930px;
}

.has-blurb .nectar-responsive-text:not(.no-height) {
    min-height: 80px;
}

.contact-page ul#menu-follow-us-menu li a {
    color: white;
}

.contact-page ul#menu-follow-us-menu li {
    width: fit-content;
}

.contact-page ul#menu-follow-us-menu li::before {
    right: -25px;
    background: url("/wp-content/themes/salient-child/images/link-arrow-c.png");
}

.nectar-responsive-text.no-height {
    margin-bottom: 10px;
}

#forminator-module-82.forminator-design--material .forminator-textarea {
    border: none !important;
    border-bottom: 1px solid #fff !important;
}

.career-post-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    height: 80px;
    cursor: pointer;
}

.career-post-item-header .toggle-button {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    cursor: pointer;
    text-decoration: underline;
    color: #0a0a0a;
    font-size: 14px;
}

.career-post-item-header .toggle-button img {
    margin: 0px;
    height: 9px;
    transition: all 0.3s ease-in-out;
}

.career-post-item-header h4.position {
    flex: 200px;
    font-size: 18px;
    color: #0a0a0a;
    font-weight: 400;
    margin-bottom: 0px !important;
}

.career-post-item-header h2.position-title {
    flex: 60%;
    font-size: 18px;
    color: #0a0a0a;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 0px;
}

.career-post-item-wrapper.open a.toggle-button img {
    transform: rotate(180deg);
}

.career-post-item-content {
    display: none;
    transition: all 0.3s ease-in-out;
}

.career-post-item-wrapper.open .career-post-item-content {
    display: block;
}

.career-post-item-wrapper {
    border-top: 1px solid;
}

.career-post-item-wrapper.open {
    border-bottom: 0px;
}

.career-post-item-wrapper:last-child {
    border-bottom: 1px solid;
}

.career-post-item-description {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

.jobs-description {
    flex: 30%;
    color: #0a0a0a;
    font-size: 14px;
}

.jobs-description h3 {
    font-size: 14px;
    font-weight: 600 !important;
    color: #0a0a0a;
    margin-bottom: 0px !important;
}

.jobs-description.objective {
    max-width: 300px;
}

.jobs-description.apply-details h3 {
    max-width: 190px;
    line-height: 1.3em;
    margin-bottom: 25px !important;
}

.jobs-description.apply-details a {
    color: #0a0a0a;
    text-decoration: underline;
}

.forminator-ui#forminator-module-82.forminator-design--material .forminator-button-submit {
    min-width: 160px;
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    border-radius: 0px !important;
}

.ace-projects-category-details-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.ace-projects-category-details-content .ace-project-category-title {
    flex: 300px 0 0;
}

.ace-projects-category-details-content h2.category-title {
    max-width: 230px;
    font-size: 30px;
    line-height: 1.1em;
    color: #0a0a0a;
}

.ace-projects-category-details-content .category-description p {
    color: #0a0a0a;
    font-size: 14px;
    line-height: 1.7em;
}

.ace-projects-category-details-content .category-description {
    margin-bottom: 40px;
}

.ace-projects-category-details-content .ace-project-category-description a {
    color: #0a0a0a;
    text-decoration: underline;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 1em;
}

.ace-category-projects-items-wrapper {
    display: grid;
    justify-content: flex-start;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 60px;
    gap: 20px;
}

.ace-project-item {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.ace-project-item h4.project-title {
    position: absolute;
    background: none !important;
    bottom: 15px;
    left: 15px;
    color: white;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    text-decoration: underline;
    transition: display 0.3s ease-in-out;
    line-height: 1.2em;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.3s ease-in-out;
}

.ace-project-item:hover h4.project-title {
    opacity: 1;
    transform: translateY(0px);
}

.ace-project-item a.project-url {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.ace-category-projects-items-wrapper .ace-cateogry-projects-item-container:nth-child(1) img,
.ace-category-projects-items-wrapper .ace-cateogry-projects-item-container:nth-child(3) img {
    max-height: 215px;
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

.ace-category-projects-items-wrapper .ace-cateogry-projects-item-container:nth-child(2) img {
    max-height: 440px;
    width: 100%;
    object-fit: cover;
    height: 440px;
}

.ace-category-projects-items-wrapper .ace-cateogry-projects-item-container:nth-child(4) img {
    max-height: 324px;
    width: 100%;
    height: 324px;
    object-fit: cover;
}

.ace-projects-category-item-wrapper:not(:last-child) {
    border-bottom: 1px solid;
    padding-bottom: 80px;
}

.ace-cateogry-projects-item-container:hover .ace-project-item:before {
    background: linear-gradient(180deg, rgba(51, 45, 45, 0) 0%, #332d2d 100%);
    background-blend-mode: multiply;
    content: "";
    position: absolute;
    width: 100%;
    height: 110px;
    bottom: 0px;
}

.ace-portfolio-page-wrapper {
    max-width: 1245px;
    margin: 0 auto;
    padding: 60px 0px 120px;
}

.ace-portfolio-grid-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 400px));
    gap: 30px;
    align-items: flex-start;
}

.ace-portfolio-grid-item {
    overflow: hidden;
    position: relative;
    max-height: 325px;
    height: 100%;
}

.ace-portfolio-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.ace-portfolio-grid-item-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50px);
    opacity: 0;
}

.ace-single-project-slider-item:last-child p {
    padding-right: 80px;
}

#forminator-module-82.forminator-design--material .forminator-input:focus,
#forminator-module-82.forminator-design--material .forminator-input-with-phone .iti__country-container .iti__selected-country:focus,
#forminator-module-82.forminator-design--material .forminator-textarea:focus {
    outline-style: none !important;
    border-bottom: 1px solid #edc584 !important;
}

p.ace-single-project-location,
.ace-single-project-slider-item p {
    color: #0a0a0a;
}

.ace-portfolio-grid-item h2.title {
    margin: 0px;
    font-size: 18px;
    color: #fff;
    line-height: 1.1em;
    width: fit-content;
    position: relative;
    margin-bottom: 5px;
}

.ace-portfolio-grid-item .meta span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.ace-portfolio-grid-item h2.title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: white;
    bottom: -1px;
}

.ace-portfolio-grid-item:hover:before {
    background: linear-gradient(180deg, rgba(51, 45, 45, 0) 0%, #332d2d 100%);
    background-blend-mode: multiply;
    content: "";
    position: absolute;
    width: 100%;
    height: 110px;
    bottom: 0px;
}

.ace-portfolio-grid-item:hover img {
    filter: grayscale(0);
}

.ace-portfolio-grid-item:hover .ace-portfolio-grid-item-content {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.ace-portfolio-grid-item a.portfolio-hyperlink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.ace-portfolio-grid-layout-wrapper {
    display: none;
}

.ace-portfolio-slider-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(30%, 600px));
    gap: 40px;
}

.ace-portfolio-grid-layout-wrapper {
    display: none;
}

.ace-portfolio-grid-item.slide img {
    height: 600px;
    filter: grayscale(1);
    transition: filter 0.3s ease-in-out;
}

.ace-portfolio-grid-item.slide:hover img {
    filter: grayscale(0);
}

.ace-portfolio-grid-item.slide {
    max-height: 600px;
    transition: all 0.3s ease-in-out;
}

/* Portfolio Slider Gaps */
.ace-portfolio-slider-wrapper .slick-slide {
    padding: 0 15px;
}

.ace-portfolio-slider-wrapper .slick-list {
    margin: 0 -15px;
}

body.material #header-outer.transparent .slide-out-widget-area-toggle a .close-line {
    background-color: #0a0a0a !important;
}

.page-id-20 .transparent .left-aligned-ocm .lines-button i:before,
.page-id-20 .transparent .left-aligned-ocm .lines-button i:after,
.page-id-20 .transparent .left-aligned-ocm .lines-button:after,
.page-id-20 #header-outer.transparent>#top nav ul .slide-out-widget-area-toggle a .lines,
.page-id-20 #header-outer.transparent>#top nav ul .slide-out-widget-area-toggle a .lines:before,
.page-id-20 #header-outer.transparent>#top nav ul .slide-out-widget-area-toggle a .lines:after,
.page-id-20 #header-outer.transparent .slide-out-widget-area-toggle a .close-line,
.page-id-20 #header-outer.transparent>#top nav ul .slide-out-widget-area-toggle .lines-button:after {
    background-color: white !important;
}

.ace-brand-text {
    font-size: 18px;
    line-height: 1.7em;
    color: #0a0a0a;
}

.ace-brand-text.font-small {
    font-size: 16px;
}

.ace-brand-text.white {
    color: white;
}

/* Responsive gaps for different screen sizes */
@media (max-width: 1024px) {
    .ace-portfolio-slider-wrapper .slick-slide {
        padding: 0 10px;
    }

    .ace-portfolio-slider-wrapper .slick-list {
        margin: 0 -10px;
    }
}

@media (max-width: 768px) {
    .ace-portfolio-slider-wrapper .slick-slide {
        padding: 0 5px;
        width: 300px !important;
    }

    .ace-portfolio-slider-wrapper .slick-list {
        margin: 0 -5px;
    }
}

.ace-portoflio-items-filter-wrapper {
    background: #fff;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    /* height: 110px; */
}

.ace-portfolio-items-filter-options {
    max-width: 1245px;
    margin: 0 auto;
    padding: 20px 0px;
}

.ace-portfolio-items-filter-options {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    align-items: center;
}

.ace-filter-item-wrapper {
    position: relative;
    min-width: 120px;
}

.ace-filter-item-option-wrapper {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100px;
    height: auto;
}

.ace-filter-item-wrapper select {
    appearance: none;
    padding-right: 40px !important;
    background: transparent;
    font-size: 18px;
    color: #0a0a0a;
    line-height: 1em;
}

.ace-filter-item-wrapper:after {
    content: "";
    position: absolute;
    width: 29px;
    height: 10px;
    right: 0px;
    top: 15px;
    background: url("/wp-content/themes/salient-child/images/filter-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.ace-single-project-hero-content {
    height: 96vh;
}

.ace-single-slider-hero-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.ace-single-project-left-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 350px;
}

h1.ace-single-project-title {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    line-height: 1.1em;
    font-weight: 500;
    color: #0a0a0a;
    margin-bottom: 40px;
}

h6.ace-single-project-type {
    font-size: 18px;
    color: #0a0a0a;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 30px;
}

p.ace-single-project-description {
    color: #0a0a0a;
    font-size: 14px;
    line-height: 1.7em;
}

.ace-features-image-full-width img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .ace-container {
  max-width: 1245px;
  width: 85%;
  margin: 0 auto;
} */
img {
    max-width: 100%;
}

.ace-single-section-two-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    height: 100%;
}

.ace-single-section-two-content>div {
    flex: 1;
}

.ace-single-slider-section-two,
.ace-single-slider-section-three,
.ace-single-slider-section-four {
    height: 100%;
}

.section-two-content p {
    color: #0a0a0a;
    font-size: 14px;
    line-height: 1.7em;
    max-width: 320px;
}

/* .ace-features-image-full-width {
  margin-right: -100px;
} */
.ace-single-slider-hero-wrapper .ace-single-project-hero-content {
    flex: 420px 0 0;
}

.ace-single-sectino-three-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    height: 100%;
}

.section-three-left-images img {
    max-height: 310px;
}

.section-three-left-images,
.section-three-right-images {
    flex: 1 0 0;
}

.section-three-left-images img:nth-child(1) {
    margin-bottom: 20px;
}

.section-four .ace-single-section-two-content.ace-container {
    height: 100%;
    flex-direction: row-reverse;
}

.section-four .section-two-image img {
    max-width: 510px;
    height: 620px;
    object-fit: cover;
}

.ace-single-slider-section-four.section-five .section-two-content {
    flex: 33% 0 0;
}

.ace-single-slider-section-four.section-five .section-two-image {
    max-width: 100%;
}

.ace-single-slider-section-four.section-five .section-two-image img {
    width: 100%;
    height: 680px;
    object-fit: cover;
    max-width: 100%;
}

.ace-single-slider-section-four.section-five .section-two-content p {
    max-width: 320px;
    margin-left: auto;
}

.ace-single-slider-section-final {
    height: 100%;
}

.ace-single-section-final {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    height: 100%;
}

.ace-single-section-final .section-final-image {
    flex: 70% 0 0;
}

.section-final-next-project-content {
    display: flex;
    align-items: end;
    height: 100%;
}

.next-project-wrapper {
    border-left: 1px solid;
    padding-left: 35px;
}

a.next-project-permalink {
    color: #0a0a0a;
    text-decoration: underline;
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
}

h2.next-project-title {
    font-size: 25px;
    line-height: 1.1em;
    color: #0a0a0a;
    margin-bottom: 30px;
}

a.back-to-project-view {
    color: #0a0a0a;
    font-size: 14px;
    line-height: 1.1em;
    text-decoration: underline;
    display: block;
    width: 121px;
    margin-left: auto;
}

img.next-project-features-image {
    margin-bottom: 40px;
    max-width: 100%;
    height: 220px;
    object-fit: COVER;
    width: 335px;
}

/*SINGLE PAGE PORTFOLIO AS SCROLL SECTION*/
/* .ace-single-project-content-slider-wrapper {
  display: grid;
  grid-template-columns: 100vw 1245px 1245px 1245px 1245px 1245px 1245px;
  overflow-y: auto;
  gap: 40px;
}

.ace-single-project-slider-item:nth-child(1) {
  margin-left: auto;
  margin-right: auto;
} */

/* .ace-single-project-content-slider-wrapper {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden; /* vertical scroll disabled 
  width: 100%;
}

.ace-single-project-slider-item {
  flex: 0 0 auto; /* keeps items inline horizontally
  width: 100vw; /* or whatever width per slide 
} */

.scroll-section {
    position: relative;
    overflow: hidden;
}

.cards-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0 50px;
}

.scroll-section .heading {
    flex: 1 0 35%;
    margin-right: 100px;
    margin-left: 15vw;
}

.ace-single-project-slider-item {
    flex: 1 0 60%;
    height: 100%;
    opacity: 0;
}

.ace-single-project-slider-item:not(:last-child) {
    margin-right: 50px;
}

/*MENU COLOR*/
div#slide-out-widget-area-bg {
    left: unset !important;
    right: 0px;
    opacity: 1 !important;
}

div#slide-out-widget-area-bg .bg-inner {
    background-color: transparent !important;
}

div#slide-out-widget-area {
    max-width: 100% !important;
    width: 100% !important;
}

div#slide-out-widget-area {
    left: unset !important;
    right: 0px !important;
}

.transparent .left-aligned-ocm .lines-button i:before,
.transparent .left-aligned-ocm .lines-button i:after,
.transparent .left-aligned-ocm .lines-button:after,
#header-outer.transparent>#top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer.transparent>#top nav ul .slide-out-widget-area-toggle a .lines:before,
#header-outer.transparent>#top nav ul .slide-out-widget-area-toggle a .lines:after,
body.material:not(.page-id-20) #header-outer.transparent .slide-out-widget-area-toggle a .close-line,
#header-outer.transparent>#top nav ul .slide-out-widget-area-toggle .lines-button:after {
    background-color: #0a0a0a !important;
}

.menu-wrap.menuwrapper li.menu-item {
    width: fit-content;
}

.menu-wrap.menuwrapper li.menu-item a {
    color: #0a0a0a !important;
    text-align: left !important;
    font-weight: 400 !important;
}

.menu-wrap.menuwrapper li.menu-item {
    width: fit-content;
}

.off-canvas-menu-container .menu-wrap.menuwrapper li.menu-item:hover a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    left: 0px;
    bottom: 0px;
}

.off-canvas-menu-container .menu-wrap.menuwrapper li.menu-item a {
    transition: all 0.3s ease;
    position: relative;
}

.widget_block .wp-block-column p {
    color: #0a0a0a !important;
}

h2.widgettitle {
    font-size: 14px !important;
    line-height: 1em;
    text-align: left;
    font-weight: 300;
    color: #0a0a0a !important;
}

.widget.widget_nav_menu {
    padding: 0px !important;
}

.widget_nav_menu ul#menu-follow-us-menu-1 li a {
    color: #0a0a0a !important;
    font-size: 14px !important;
    text-align: left !important;
    font-weight: 400 !important;
    font-family: "League Spartan" !important;
    line-height: 1.5em !important;
}

.widget_nav_menu ul#menu-follow-us-menu-1 li {
    width: fit-content;
    position: relative;
    margin: 0px !important;
}

.wp-block-column.off-canvas-contact a {
    color: #0a0a0a !important;
    text-align: left;
}

.wp-block-column.off-canvas-contact {
    width: fit-content;
    text-align: left;
}

#slide-out-widget-area.fullscreen .inner .widget,
#slide-out-widget-area.fullscreen-alt .inner .widget {
    max-width: 100% !important;
    padding: 0px !important;
}

#slide-out-widget-area.fullscreen,
#slide-out-widget-area.fullscreen-alt {
    width: 100%;
    padding-right: 0px !important;
}

.widget.widget_nav_menu {
    margin-top: 0px !important;
}

#slide-out-widget-area.fullscreen .inner-wrap>.inner,
#slide-out-widget-area.fullscreen-alt .inner-wrap>.inner {
    width: 80% !important;
    margin-top: 0px !important;
    position: relative;
    height: 100%;
}

#slide-out-widget-area.fullscreen .inner-wrap>.inner,
#slide-out-widget-area.fullscreen-alt .inner-wrap>.inner {
    height: 100% !important;
}

.off-canvas-menu-container {
    padding: 0px !important;
}

/* #slide-out-widget-area.fullscreen .inner-wrap,
#slide-out-widget-area.fullscreen-alt .inner-wrap {
  background-color: white !important;
} */
.widget.widget_nav_menu ul#menu-follow-us-menu-1 li a:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 11px;
    background: url("/wp-content/themes/salient-child/images/link-arrow-b.png");
    right: -20px;
    bottom: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}

.widget.widget_nav_menu ul#menu-follow-us-menu-1 li a {
    position: relative;
}

.ace-features-image-full-width {
    height: 100%;
    overflow: hidden;
}

.section-three-left-images img {
    height: 380px;
    width: 400px;
    object-fit: cover;
}

.section-three-right-images {
    height: 100%;
}

.section-three-right-images img {
    height: 100%;
    object-fit: cover;
}

.section-final-image {
    height: 100%;
}

.section-final-image img {
    height: 100%;
    object-fit: cover;
}

.ace-single-project-slider-item.next-project {
    flex: 1 0 400px;
    padding-right: 40px;
}

.ace-projects-category-item-wrapper {
    padding-top: 80px;
}

.ace-home-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.ace-home-slider-item .ace-home-slider-content {
    visibility: hidden;
}

.ace-home-slider-fixed-content {
    position: absolute;
    left: 0px;
    bottom: 100px;
    width: 100%;
}

.ace-home-slider-content.fixed .slider-title {
    margin-bottom: 0px;
}

.ace-project-item img {
    transition: all 0.3s ease-in-out;
    filter: grayscale(1);
}

.ace-cateogry-projects-item-container:hover .ace-project-item img {
    filter: grayscale(0);
}

.wpb_raw_code.wpb_raw_html.wpb_content_element.built-by-bison {
    position: absolute;
    right: 0;
    bottom: 2px;
    color: white;
}

.wpb_raw_code.wpb_raw_html.wpb_content_element.built-by-bison a {
    color: white;
}

.nectar_hook_global_section_footer .nectar-responsive-text.nectar-link-underline-effect {
    margin-bottom: 0px;
}

.career-post-item-wrapper.wpb_content_element {
    margin-bottom: 0px;
}

div#slide-out-widget-area-bg .bg-inner {
    background: white !important;
    height: 100%;
    display: block;
    transform: translateY(-100%);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.25s ease !important;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
        opacity 0.25s ease !important;
    opacity: 0;
}

div#slide-out-widget-area-bg.open .bg-inner {
    transform: translateY(-0%);
    opacity: 1;
}

/*ALL LARGE DEVICES*/
@media screen and (min-width: 980px) {
    div#slide-out-widget-area {
        width: 30vw !important;
    }

    .vc_col-sm-4.follow-us-column {
        display: flex;
        justify-content: flex-end;
    }

    .admin-bar #slide-out-widget-area-bg.fullscreen-alt {
        max-width: 30vw;
    }
}

/*ONLY LARGE DEVICES*/
@media screen and (min-width: 1460px) {
    div#block-7 {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .cards-container {
        margin-top: 145px;
        height: 80vh;
    }
}

/*ONLY SMALL DESKTOP*/

@media screen and (max-width: 1480px) and (min-width: 980px) {

    #slide-out-widget-area.fullscreen .inner-wrap>.inner,
    #slide-out-widget-area.fullscreen-alt .inner-wrap>.inner {
        padding-top: 0px !important;
    }

    .scroll-section .heading {
        margin-left: 3vw;
    }

    .cards-container {
        height: 75vh;
    }

    .ace-home-slider-content {
        height: 94.5vh;
    }

    .ace-portfolio-grid-item.slide {
        max-height: 330px;
    }

    .ace-portfolio-page-wrapper {
        padding-top: 0px;
    }

    div#slide-out-widget-area-bg {
        width: 30% !important;
    }
}

/*ONLY IPAD RESPONSIVE CSS*/
@media screen and (max-width: 980px) and (min-width: 640px) {
    div#slide-out-widget-area-bg {
        width: 45% !important;
    }

    .ace-portfolio-slider-layout-wrapper {
        max-width: 95%;
        margin: 0 auto;
    }

    div#slide-out-widget-area {
        width: 50vw !important;
    }

    .footer-menu-inner-row .vc_col-sm-4.wpb_column {
        max-width: 32%;
    }

    .ace-portfolio-grid-items {
        max-width: 90%;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr;
    }

    .ace-portfolio-items-filter-options {
        max-width: 90%;
    }

    .ace-portfolio-page-wrapper {
        padding-top: 40px;
    }

    .cards-container {
        padding-left: 40px !important;
    }
}

/*IPAD AND MOBILE RESPONSIVE CSS*/

@media screen and (max-width: 980px) {
    .ace-brand-text {
        font-size: 16px;
    }

    .ace-single-slider-section-two,
    .ace-single-slider-section-three,
    .ace-single-slider-section-four {
        width: 800px;
    }

    .cards-container {
        height: 95vh;
    }

    .career-post-item-description {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 20px 0px;
    }

    .career-post-item-header h4.position {
        line-height: 1em;
    }

    .career-post-item-header .toggle-button {
        line-height: 1.2em;
    }

    .jobs-description.qualifications {
        margin-top: 30px;
    }

    .vertical-height-seventy {
        padding-top: 30vh !important;
    }

    .ace-home-slider-content {
        width: 80%;
        gap: 30px;
    }

    .off-canvas-menu-container:not(.mobile-only) {
        display: none;
    }

    #slide-out-widget-area div#block-7 {
        position: absolute;
        bottom: 0px;
    }

    #header-outer.side-widget-open.transparent[data-permanent-transparent="false"] #top .slide-out-widget-area-toggle.mobile-icon i:before,
    #header-outer.side-widget-open.transparent[data-permanent-transparent="false"] #top .slide-out-widget-area-toggle.mobile-icon i:after,
    body.material.mobile #header-outer.side-widget-open.transparent:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line,
    body #header-outer.side-widget-open[data-permanent-transparent="1"].transparent:not(.dark-slide)>#top .span_9>.slide-out-widget-area-toggle .lines-button:after,
    body #header-outer.side-widget-open[data-permanent-transparent="1"].transparent:not(.dark-slide)>#top .span_9>.slide-out-widget-area-toggle .lines:before,
    body #header-outer.side-widget-open[data-permanent-transparent="1"].transparent:not(.dark-slide)>#top .span_9>.slide-out-widget-area-toggle .lines:after,
    #header-outer[data-lhe="animated_underline"].transparent .side-widget-open.nectar-header-text-content a:after {
        background-color: #0a0a0a !important;
    }

    .height-eighty {
        padding-top: 30vh !important;
    }

    .ace-projects-category-details-content {
        display: block;
    }

    .ace-projects-category-details-content .ace-project-category-title {
        margin-bottom: 20px;
    }

    .ace-projects-category-item-wrapper {
        padding-top: 40px;
    }

    .ace-projects-category-item-wrapper:not(:last-child) {
        padding-bottom: 40px;
    }

    .the-studio-fancy-box .image-wrap {
        max-height: 50vh;
    }

    .footer-bottom .vc_col-sm-6.wpb_column {
        margin-bottom: 0px;
        max-width: 50%;
    }

    .scroll-section .heading {
        flex: 1 0 80%;
        margin-left: 0px;
        margin-right: 40px;
    }

    .ace-single-project-slider-item {
        flex: 1 0 480px;
    }

    .cards-container {
        padding-left: 20px;
    }
}

/*ONLY MOBLIE RESPONSIVE*/

@media screen and (max-width: 640px) {
    .ace-brand-text {
        font-size: 14px;
    }

    .wpb_raw_code.wpb_raw_html.wpb_content_element.built-by-bison {
        right: -4px;
        bottom: 60px;
    }

    .ace-portfolio-slider-layout-wrapper {
        max-width: 95%;
        margin: 0 auto;
    }

    .jobs-description h3 {
        font-size: 15px !important;
    }

    .ace-portfolio-page-wrapper {
        padding-top: 30px;
    }

    .career-post-item-header h2.position-title,
    .career-post-item-header h4.position {
        font-size: 14px;
    }

    span.toggle-button-text {
        width: 77px;
        font-size: 11px;
    }

    .ace-portfolio-grid-items {
        grid-template-columns: 1fr;
    }

    .ace-portfolio-items-filter-options {
        max-width: 90%;
        margin: 0 auto;
        gap: 10px;
    }

    .ace-filter-item-wrapper {
        min-width: 120px;
    }

    .ace-portfolio-grid-layout-wrapper {
        max-width: 85%;
        margin: 0 auto;
    }

    .ace-home-slider-content {
        width: 80%;
        flex-direction: column;
        justify-content: flex-end;
        gap: 30px;
    }

    .ace-home-slider-content .project-meta {
        width: 100%;
        display: block;
    }

    .ace-home-slider-content h2.slider-title {
        font-size: 36px;
    }

    .ace-category-projects-items-wrapper {
        grid-template-columns: 1fr;
    }
}