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





#hero-section h1 {
    background-image: linear-gradient(90deg, #5a2a00, #ff7700);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% auto;
    animation: gradient 5s linear infinite alternate;
}

@keyframes gradient {
    0% {
        background-position: 300% center;
    }
}
.page-id-107 .nectar-global-section.before-footer {
    display: none;
}


/* Header CSS */


#header-outer #top #menu-item-9 a {
    background: #0077b6;
    padding: 10px 0px;
    min-width: 170px;
    text-align: center;
    border-radius: 10px;
    color: #fff !important;
}
#header-outer {
    border-bottom: 1.5px solid rgb(108 117 125 / 40%);
}

h1, h2, h3, h4, h5, h6 {
    color: #171C22;
}
#header-secondary-outer a {
    border-bottom: 1px solid;
    padding-bottom: 3px;
}
#header-outer #top #menu-item-54 a {
    background: #FF7A05;
    padding: 10px 0px;
    min-width: 190px;
    text-align: center;
    border-radius: 10px;
    color: #fff !important;
}


#header-outer #top #menu-item-54 a span::after {
    display: none;
}

.guaranteed-blk {
    display: flex;
    
}
#top .buttons.sf-menu {
    order: -1;
    width: 500px !important;
    float: unset !important;
}
.guaranteed-blk img {
    margin-bottom: 0 !important;
    height: 80px !important;
}





/* Map Sec CSS */
#map-sec iframe {
	width: 100%;
	height: 600px;
}


/* Hero Section CSS */







#hero-logo-inner img {
    max-width: 100% !IMPORTANT;
    width: 70px;
    height: 70px;
    object-fit: contain;
    object-position: center;
}


#hero-logo-inner .vc_column-inner .wpb_wrapper {
    display: flex;
    justify-content: center;
}

div#hero-logo-inner {
    display: none;
}
#hero-section h3 {
    margin-bottom: 30px;
}

#hero-section h5 {
    color: #ff7a05;
    font-family: 'Montserrat';
}


.wpb_text_column.wpb_content_element ul {
    margin: 0;
}

.wpb_text_column.wpb_content_element ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}

.wpb_text_column.wpb_content_element ul li:not(:last-child) {
    margin-bottom: 10px;
}

.wpb_text_column.wpb_content_element ul li::before {
    content: '';
    background: url('http://uberfix.ca/wp-content/uploads/2025/03/Mask-group.png');
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

#hero-section li {
    color: #1E1E1E;
}

#hero-section h1 {
    margin-bottom: 10px;
}

#cta-btn {
    min-width: 170px;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 26px;
    padding: 10px 18px !important;
    border-radius: 10px ! IMPORTANT;
}

#hero-section img {
    max-width: 110%;
}


/* Hero Sec 2 CSS */

.home-sec-inner h1 {
    font-size: 50px;
    line-height: 60px !important;
}

.home-sec-inner h3 {
    color: #0077B6 !important;
}



.repair-prod-sec .owl-carousel[data-desktop-cols] .owl-stage-outer {
    overflow: visible;
}

.repair-prod-sec .owl-item .carousel-item {padding: 0px 40px;}

.repair-prod-sec img.img-with-animation.skip-lazy.animated-in {
    height: 300px;
    object-fit: contain;
}

.repair-prod-sec .owl-item img {
    background: #F1F1F1;
    padding: 30px !important;
    border-radius: 30px;
    transition: 0.5s all !important;
}

.repair-prod-sec .owl-item.active img {
    background: #0077B6;
}

.repair-prod-sec .owl-dots {
    display: none;
}

.repair-prod-sec .owl-carousel[data-desktop-cols] .owl-nav.disabled {
    display: block;
}

.repair-prod-sec .owl-item .repairs-text h3 {
    color: #0077B6 !important;
    opacity: 0;
}

.repair-prod-sec .owl-item.active .repairs-text h3 {
    opacity: 1;
    position: relative;
	transition:0.5s all !important;
}

.repair-prod-sec .owl-theme[data-desktop-cols] .owl-nav [class*=owl-] {
    padding: 10px 19px;
    border: 1px solid;
    border-radius: 50px !important;
    font-size: 20px;
    color: #0077B6;
    background: transparent !important;
}
.repair-prod-sec .owl-nav.disabled {
    position: absolute;
    top: -90px;
    right: -500px;
}
.repair-prod-sec .owl-theme[data-desktop-cols] .owl-nav [class*=owl-]:hover {
    color: #0077b6 !important;
}
.repair-prod-sec h3 {
    text-align: center;
}
.repair-prod-sec h3 {
    text-align: center;
}

.repairs-text h3::before {
    content: '';
    height: 2px;
    background: #1180bb;
    width: 40px !important;
    display: block;
    position: absolute;
    top: -16px;
    right: 0;
    left: 0;
    margin: 0 auto;
}


/* Testimonials Section CSS */


#testi-sec .carousel-item {
    background: #fff;
    margin: 0 10px;
    border: 1px solid #0077B6;
    border-radius: 20px;
}

#testi-sec .carousel-item img {
    width: auto;
    margin-bottom: 0;
}


#testi-sec .carousel-item .test-flx-blc {
    display: flex;
    position: relative;
    align-items: center;
    padding: 10px 0px;
}

#testi-sec .carousel-item .test-flx-blc .name-blk {
    margin-left: 20px;
}

#testi-sec .carousel-item .test-flx-blc .name-blk h5 {
    font-family: 'Montserrat';
    margin-bottom: 0;
    font-size: 15px;
}

#testi-sec .carousel-item .test-flx-blc .name-blk p {
    font-size: 14px;
}


#testi-sec .owl-stage-outer {
    overflow: visible;
}


#testi-sec .carousel-item p {
    font-size: 15px;
    line-height: 25px;
}
#testi-sec .carousel-item .img-with-aniamtion-wrap, #testi-sec .carousel-item .wpb_text_column.wpb_content_element {
    padding: 0 30px;
}

#testi-sec .carousel-item .wpb_text_column.wpb_content_element:last-child {
    border-top: 1px solid #0077B6;
}

#testi-sec .carousel-item .img-with-aniamtion-wrap {
    margin-top: -30px;
    position: relative;
}
#testi-sec .carousel-item .test-flx-blc p {
    padding-bottom: 0;
}

#testi-sec .owl-dots {
    display: none;
}

#testi-sec .owl-nav.disabled {
    display: flex;
    justify-content: right;
    position: absolute;
    top: -50px;
    right: 0;
}


#testi-sec .vc_column-inner .wpb_text_column.wpb_content_element:first-child {
    margin-bottom: 0;
}

#testi-sec .owl-carousel {
    padding-top: 50px;
}

#testi-sec .owl-theme[data-desktop-cols] .owl-nav [class*=owl-] {
    background: transparent;
    color: #0077B6;
    border: 1px solid #0077B6;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 120px !important;
    font-size: 30px;
    font-family: 'Roboto';
    margin: 0 10px;
}

#testi-sec .owl-theme[data-desktop-cols] .owl-nav [class*=owl-] span {
    position: relative;
    top: -2px;
}




/* Convenient SEc CSS */


#convenient-sec {
    border-bottom: 2px solid rgb(108 117 125 / 40%);
    margin-bottom: 0;
}


/* Service CSS */

#services-inner .abs-blk {
    position: relative;
    margin-bottom: 0;
}

#services-inner .abs-blk p {
    padding-bottom: 0;
}

#services-inner .abs-blk img {
    width: 100%;
    margin-bottom: 0;
    border-radius: 20px 20px 0px 0px;
}

#services-inner .abs-blk h3, #services-inner .abs-blk h2 {
    position: absolute;
    bottom: 0px;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    padding: 0 30px 20px;
    color: #fff;
    background: linear-gradient(0deg, black, transparent);
}
#services-inner.serv-p .wpb_text_column.wpb_content_element:last-child p {
    font-size: 20px;
}
#services-inner .wpb_text_column.wpb_content_element:last-child {
    padding: 30px;
    border-left: 1px solid #0077B6;
    border-right: 1px solid #0077B6;
    border-bottom: 1px solid #0077B6;
    border-radius: 0px 0px 20px 20px;
}

#services-inner .wpb_text_column.wpb_content_element li {
    font-size: 16px;
    line-height: 24px;
}






/* why section CSS */

#why-inner {
    border-top: 1px solid rgb(108 117 125 / 40%);
}

#why-inner .wpb_column:not(:last-child) {
    border-right: 1px solid rgb(108 117 125 / 40%);
}

#why-inner p {
    font-size: 16px;
    margin: 0 auto;
}
#about-section img {
    width: 100% !important;
}


/* Form SEction */

#form-section {
    box-shadow: 3px 4px 52.8px 0px #00000024;
    border-radius: 40px;
    overflow: hidden;
    padding: 40px !important;
}

#form-section img {
    border-radius: 25px;
    box-shadow: 0px 3px 50px 0px #0000001a;
}
#form-section input, #form-section textarea, #form-section select {
    background: transparent;
    border: 1px solid rgb(30 30 30 / 40%);
    padding: 12px 17px;
    border-radius: 8px;
}

#form-section .wpcf7-submit {
    margin-top: 30px;
    background: #0077B6;
    border: unset;
    padding: 10px 100px !important;
    border-radius: 10px !IMPORTANT;
}

div#form-section .wpb_text_column.wpb_content_element {
    margin-left: 50px;
    margin-bottom: 0;
}






/* foooter Section CSS */

#ft-sec p {
    max-width: 890px;
    margin: 15px auto;
}

#ft-sec #cta-btn {
    min-width: unset !important;
    padding: 10px 20px !important;
}

#copyright {
    background: #0077B6 !important;
    color: #fff !important;
    text-align: center;
}

#copyright .col.span_5 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#copyright .col.span_7 {
    display: none;
}

#copyright p {
    font-size: 15px;
}

.nectar-global-section.after-nav {
    display: none;
}
#copyright .col.span_5 .address-blk {
    width: 50%;
    text-align: right;
    font-size: 15px;
}

#copyright .col.span_5 p {
    width: 50%;
    text-align: left;
	padding-bottom: 0px !important;
}




/* Responsive Sheet */



@media only screen and (min-width: 300px) and (max-width: 600px){

       .nectar-global-section.after-nav {
        display: block;
        position: fixed;
        right: 5px;
        top: 13px;
        z-index: 9999;
    }

#header-outer .row .col.span_9 {
    display: none;
}

.nectar-global-section.after-nav .wpb_row {
    margin-bottom: 0;
}

.nectar-global-section.after-nav  #cta-btn {
    margin-bottom: 0;
    padding: 10px 0 !important;
    min-width: 130px;
    font-size: 12px;
}

}




@media only screen and (min-width: 601px) and (max-width: 690px){

.nectar-global-section.after-nav {
    display: block;
    position: fixed;
    right: 70px;
    top: 10px;
    z-index: 9999;
}

#header-outer .row .col.span_9 {
    display: none;
}

.nectar-global-section.after-nav .wpb_row {
    margin-bottom: 0;
}

.nectar-global-section.after-nav  #cta-btn {
    margin-bottom: 0;
    padding: 10px 0 !important;
    min-width: 130px;
    font-size: 12px;
}


}






@media only screen and (min-width: 691px) and (max-width: 999px){



.nectar-global-section.after-nav {
    display: block;
    position: fixed;
    right: 70px;
    top: 55px;
    z-index: 9999;
}

#header-outer .row .col.span_9 {
    display: none;
}

.nectar-global-section.after-nav .wpb_row {
    margin-bottom: 0;
}

.nectar-global-section.after-nav  #cta-btn {
    margin-bottom: 0;
    padding: 10px 0 !important;
    min-width: 130px;
    font-size: 12px;
}


}




@media only screen and (min-width: 1200px) and (max-width: 1365px){
	
#top .buttons.sf-menu {
    order: -1;
    width: 450px !important;
    float: unset !important;
}
	
}



@media only screen and (min-width: 1001px) and (max-width: 1199px){
	
#top .buttons.sf-menu {
    order: -1;
    width: 450px !important;
    float: unset !important;
}

#top .buttons.sf-menu {
        order: -1;
        width: 280px !important;
        float: unset !important;
    }
.guaranteed-blk img {
    margin-bottom: 0 !important;
    height: 70px !important;
}
	
}




@media only screen and (min-width: 300px) and (max-width: 999px){




div#form-section .wpb_text_column.wpb_content_element {
    margin-left: 0px;
    margin-bottom: 0;
}



.guaranteed-blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    #hero-section {
        padding-top: 30px !important;
    }

p, li {
    font-size: 15px;
}

#hero-section img {
    max-width: 100%;
}

#testi-sec .owl-nav.disabled {
    position: relative;
    top: unset !important;
    justify-content: center;
}

#services-inner .wpb_text_column.wpb_content_element:last-child {
    padding: 20px 13px;
}


#about-section p br {
    display: none;
}

#why-inner .vc_col-sm-3:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgb(108 117 125 / 40%);
    padding-bottom: 30px;
}

#form-section {
    padding: 20px !IMPORTANT;
    border-radius: 20px !IMPORTANT;
}

#form-section .hover-wrap {
    padding-right: 0;
}
.form .row {
    padding-bottom: 0;
}

#form-section .wpcf7-submit {
    margin-top: 10px;
    padding: 10px 80px !IMPORTANT;
}

#cta-btn {
    font-size: 13px;
}

div#hero-logo-inner {
    display: block;
}
#hero-logo-inner .hover-wrap {
    margin-bottom: 0;
}

div#why-uber {
    padding-top: 68px !important;
}


#hero-inner.home-sec-inner h1 {
    font-size: 30px;
    line-height: 40px !important;
}

#hero-inner.home-sec-inner #cta-btn.second-btn {
    margin-left: 0 !important;
}
#hero-inner.home-sec-inner h1 {
    font-size: 30px;
    line-height: 40px !important;
}

#hero-inner.home-sec-inner #cta-btn.second-btn {
    margin-left: 0 !important;
}

div#why-uber.commit-sec {
    padding-bottom: 50px !important;
}

#repair-prod-sec {
    padding-bottom: 50px !important;
    margin-bottom: 0 !important;
}

#repair-prod-sec .vc_col-sm-4:first-child, #repair-prod-sec .vc_col-sm-4:last-child {
    display: none;
}

.repair-prod-sec .owl-nav.disabled {
    position: relative !important;
    top: 0;
    right: 0;
}

.repair-prod-sec .owl-item {
    padding: 0 20px;
}

#services-inner.serv-p {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#services-inner.serv-p .vc_col-sm-1 {
    display: none;
}
#about-section.reliable-sec {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

div#why-uber.toronto-sec {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.repair-prod-sec .owl-item .carousel-item {
    padding: 0;
}

}