/*
Theme Name: Redbox Média - Thème Personnalisé
Theme URI: http://redboxmedia.ca/
Description: Ceci est un thème personnalisé créé par Redbox Média
Author: Redbox Média
Author URI: http://redboxmedia.ca/
Template: salient
Version: 1
*/

/*Overiding Salient theme "#slide-out-widget-area" styling*/

#slide-out-widget-area .inner .off-canvas-menu-container li a{
 
  font-family:'Poppins';
 
}
body[data-full-width-header="false"] #slide-out-widget-area .slide_out_area_close{
 
  font-family:Poppins!important;
  
}
#slide-out-widget-area .menuwrapper li small{
 
  font-family:Poppins!important;
  
}

/* gravity forms */

.gform_fields{
	margin:0 -5px;
	list-style:none;
}

.gform_fields li{
	padding:0 5px;
	list-style: none !important;
	float:left;
	box-sizing: border-box;
}

.gform_fields:after{
	content: ' ';
	display:block;
	clear:both;
}

.col-gf-1  { width:   8%; }
.col-gf-2  { width:  16%; }
.col-gf-3  { width:  25%; }
.col-gf-4  { width:  33%; }
.col-gf-5  { width:  41%; }
.col-gf-6  { width:  50%; }
.col-gf-7  { width:  58%; }
.col-gf-8  { width:  66%; }
.col-gf-9  { width:  75%; }
.col-gf-10 { width:  83%; }
.col-gf-11 { width:  91%; }
.col-gf-12 { width: 100%; }

.validation_error{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.gform_confirmation_message{
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

/* easy responsive */

@media(max-width:992px){ .visible-lg{display:none;} }
@media(min-width:992px){ .hidden-lg{display:none;} }

@media(max-width:992px) and (min-width:768px){ .hidden-md{display:none !important;} }
@media(min-width:992px){ .visible-md{display:none !important;} }
@media(max-width:768px){ .visible-md{display:none !important;} }

@media(max-width:768px) and (min-width:480px){ .hidden-sm{display:none !important;} }
@media(min-width:768px){ .visible-sm{display:none !important;} }
@media(max-width:480px){ .visible-sm{display:none !important;} }

@media(min-width:480px){ .visible-xs{display:none;} }
@media(max-width:480px){ .hidden-xs{display:none;} }

.row-flex{
	margin:0 -10px;
}

.row-flex.row-gutter-40{
	margin:0 -40px;
}

.row-flex.row-gutter-60{
	margin:0 -60px;
}

.row-flex:after{
	content:' ';
	display:block;
	clear:both;
}

.row-flex *[class*="span-flex"]{
	padding:0 10px;
}

.row-flex.row-gutter-40 *[class*="span-flex"]{
	padding:0 40px;
}

.row-flex.row-gutter-60 *[class*="span-flex"]{
	padding:0 60px;
}

.span-flex-lg-1, .span-flex-md-1, .span-flex-sm-1, .span-flex-xs-1  	{ width:   8%; margin:0; }
.span-flex-lg-2, .span-flex-md-2, .span-flex-sm-2, .span-flex-xs-2  	{ width:  16%; margin:0; }
.span-flex-lg-3, .span-flex-md-3, .span-flex-sm-3, .span-flex-xs-3  	{ width:  25%; margin:0; }
.span-flex-lg-4, .span-flex-md-4, .span-flex-sm-4, .span-flex-xs-4  	{ width:  33%; margin:0; }
.span-flex-lg-5, .span-flex-md-5, .span-flex-sm-5, .span-flex-xs-5  	{ width:  41%; margin:0; }
.span-flex-lg-6, .span-flex-md-6, .span-flex-sm-6, .span-flex-xs-6  	{ width:  50%; margin:0; }
.span-flex-lg-7, .span-flex-md-7, .span-flex-sm-7, .span-flex-xs-7  	{ width:  58%; margin:0; }
.span-flex-lg-8, .span-flex-md-8, .span-flex-sm-8, .span-flex-xs-8  	{ width:  66%; margin:0; }
.span-flex-lg-9, .span-flex-md-9, .span-flex-sm-9, .span-flex-xs-9  	{ width:  75%; margin:0; }
.span-flex-lg-10, .span-flex-md-10, .span-flex-sm-10, .span-flex-xs-10 	{ width:  83%; margin:0; }
.span-flex-lg-11, .span-flex-md-11, .span-flex-sm-11, .span-flex-xs-11 	{ width:  91%; margin:0; }
.span-flex-lg-12, .span-flex-md-12, .span-flex-sm-12, .span-flex-xs-12 	{ width: 100%; margin:0; }

@media (max-width:992px){
	.span-flex-lg-1, .span-flex-lg-2, .span-flex-lg-3, .span-flex-lg-4, .span-flex-lg-5, .span-flex-lg-6, .span-flex-lg-7, .span-flex-lg-8, .span-flex-lg-9, .span-flex-lg-10, .span-flex-lg-11, .span-flex-lg-12{
		width:100%;
	}
}

@media (max-width:768px){
	.span-flex-md-1, .span-flex-md-2, .span-flex-md-3, .span-flex-md-4, .span-flex-md-5, .span-flex-md-6, .span-flex-md-7, .span-flex-md-8, .span-flex-md-9, .span-flex-md-10, .span-flex-md-11, .span-flex-md-12{
		width:100%;
	}
}

@media (max-width:480px){
	.span-flex-sm-1, .span-flex-sm-2, .span-flex-sm-3, .span-flex-sm-4, .span-flex-sm-5, .span-flex-sm-6, .span-flex-sm-7, .span-flex-sm-8, .span-flex-sm-9, .span-flex-sm-10, .span-flex-sm-11, .span-flex-sm-12{
		width:100%;
	}
}

/*For Custom Post Type*/
.cars-cpt{
	margin-top: 5rem;
}
.cars-cpt .wpb_content_element{
	margin-bottom: 0 !important;
}
.year{
	color: #DDDDDD;
    font-size: 12px;
}
.brand{
	font-weight: 800;
	font-size: 24px;
	color: #EEEEEE;
}
.model, .date{
	font-weight: normal;
	font-size: 14px;
	color: #EEEEEE;
}
.mileage{
		font-weight: normal;
	font-size: 14px;
	color: #EEEEEE;
	margin-top: 1rem;
}
.price{
	font-weight: 800;
	font-size: 24px;
	color: #EEEEEE;
}

/**** général ***/
/****
html body  {
	font-family: 'Yantramanav', sans-serif;
	font-size: 21px;
	letter-spacing: .5px;
	color: #6C6E70;
	font-weight: normal;
	line-height: 1.2;
}
body .bold, 
body strong, 
body b {
    font-family: 'Yantramanav', sans-serif;
    font-weight: bold;
}

html body a {
	color: #6C6E70;
}


html body h1,
html body h2,
html body h3,
html body h4{
	font-family: 'Montserrat', sans-serif;
	color: #6C6E70;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .5px;
}

html body h1 strong,
html body h2 strong,
html body h3 strong,
html body h4 strong {
	font-family: 'Montserrat', sans-serif;
}
***/



body{
    font-size: 14px !important;
    font-family: Sora !important;
    letter-spacing: 0.29px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
}
p#breadcrumbs {
    display: none !important;
}


/*SCROLL BAR*/

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
    background: #333333;
  box-shadow: inset 0 0 2px #EEEEEE; 
  border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
  background: #ED2238; 
  border-radius: 10px;
    box-shadow: inset 0 0 2px #282828; 

}

::-webkit-scrollbar-thumb:hover {
  background: #720000; 
}
/*SCROLL BAR*/

/*Hustle + Gravity Forms*/

    .hustle-ui .hustle-info .hustle-layout .hustle-layout-header {
    top: 60px !important;
    left: 10px !important;
    width: auto !important;
    }
    .hustle-ui .hustle-info .hustle-button-close .hustle-icon-close{
        font-size: 15px;
    }
    .hustle-ui{
        background: rgba(0,0,0,0.5) !important;
    }
    .hustle-ui .hustle-info{
        max-height: 100vh !important;
        height: auto !important;
    }
    .hustle-ui .hustle-info .hustle-layout-body{
        height: 100vh;
    }
    .hustle-ui.hustle-slidein .hustle-layout .hustle-group-content{
        font-family: 'Poppins' !important;
    }
    legend{
        font-family: 'Poppins' !important;
    }
    @media only screen and (max-width: 782px){
        .hustle-ui .hustle-info .hustle-layout-body{
            height: 180vh;
        }
        .hustle-ui .hustle-info{
            max-height: 110vh !important;
        }
    }
    
    
    
    /*Gravity-form*/
    .gform_wrapper .gform_validation_errors{
        display: none;
    }
    .gform_wrapper .gform_body .gform_page_fields .validation_message{
        display: none;
    }
    .gform_wrapper .gform_body .gform_page_fields input, .gform_wrapper .gform_body .gform_page_fields textarea{
        color: #eeeeee;
        border-radius: 0;
    }
    .gform_wrapper .gform_body .gform_page_footer input[type=button],  .gform_wrapper .gform_body .gform_page_footer input[type=submit]{
        padding: 0.5rem 2.813rem !important;
        background-color: #ED2238 !important;
        font-family: Sora;
        font-weight: 800;
        font-size: 18px;
        line-height: 23px;
        text-align: center;
        letter-spacing: 0.375px;
        text-transform: uppercase;
        color: #EEEEEE;
        border:2px solid #720000;
        margin-right: 15px;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0!important;
        border-radius: 0!important;
        -webkit-appearance: none!important;
        -moz-appearance: none!important;
        appearance: none!important;
    }
    .gform_wrapper .gform_body .gform_page_footer input[type=button]:hover{
        background-color: #720000;
    }
    .gform_wrapper .gform_body .gform_page_fields .gfield_label{
        margin: 40px 0 30px 0 !important;
    }
    .gform_wrapper .gform_page_footer{
        text-align: center;
    }
    .gform_wrapper .gform_body .gform_page_fields .my_previous_button{
        font-family:'Sora';
        display: block;
        background: none;
        padding: 0;
        font-size: 12px;
        color: #eeeeee;
        font-weight: 400;
        text-transform: uppercase;
        border: none;
        margin-bottom: 30px;
        margin-right: 15px;
        text-align: center;
        cursor: pointer;
    }
    .gform_wrapper .gform_body .gform_page_fields .my_previous_button:hover{
        transition: 0.5s ease-in-out;
        text-decoration: underline;
    }
    .gform_wrapper .gform_body .gform_page_fields .ginput_container .gchoice{
        padding: 10px 0;
    }
    /*Gravity-form*/



/*Hustle + Gravity Forms*/





/*Marquee*/

#header-secondary-outer {
    border: 0 !important;
    min-height: 40px !important;
    background-color: #ED2238!important;
}
#header-secondary-outer .my-container{
    position: inherit !important;
}
body.material #header-secondary-outer .nectar-center-text{
    position: inherit !important;
    padding: 0!important;
    max-width: 100% !important;
}
#header-secondary-outer nav{
    position: inherit !important;
}

.marquee {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 100%;
  padding-bottom: 0 !important;
}

.marquee span.main {
    display: inline-block;
    padding: 10px 0;
    color: #720000;
    border: 0;
}
.marquee span.main span.gap{
  margin-left: 15px;
  margin-right: 15px;
  color: #720000;
}
.marquee1 span.main {
  animation: marquee1 80s linear infinite;
}
.marquee2 span.main {
  transform: translateX(105%);
  animation: marquee2 80s linear infinite;
}


@keyframes marquee1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-100%, 0);
  }
  
}
@keyframes marquee2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

#header-secondary-outer .nectar-center-text a{
    color: #720000;
}

/*Marquee*/


@media only screen and (min-width: 1000px){
#header-outer #logo, #header-outer .logo-spacing {
    margin-bottom: 10px !important;
}
}

#header-outer[data-format="centered-menu-under-logo"] #top .row .span_9:before{
    content: "";
    display: block;
    height: 0.5px;
    background-color: rgba(238, 238, 238, 0.25);
    position: absolute;
    top: 0;
    left: -60%;
    width: 150vw;
}
#header-outer[data-format="centered-menu-under-logo"] #top .row .span_9:after{
    content: "";
    display: block;
    height: 0.5px;
    background-color: rgba(238, 238, 238, 0.25);
    position: absolute;
    top: 100%;
    left: -60%;
    width: 150vw;
    visibility: visible;
}

#header-outer[data-format="centered-menu-under-logo"] #top .span_9 nav >ul >li:not(#social-in-menu):not(#search-btn):not(.slide-out-widget-area-toggle) >a{
    padding-top: 20px !important;    
}
#header-outer[data-format="centered-menu-under-logo"] #top .span_9 ul #social-in-menu a{
    margin-top: 20px !important;
}
@media only screen and (max-width: 1000px){
    #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9:before, #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9:after{
        display: none !important;    
    }
}

header .sf-menu .wpml-ls-item a{
    font-weight: 300 !important;
    text-transform: capitalize !important;
}
header nav ul.sf-menu{
 padding-bottom: 0!important;   
}
header nav ul.sf-menu i:before{
    color: black;
}
header nav ul.sf-menu i:after{
    content: '';
    position: absolute;
    top: -2px;
    left: -6px;
    width: 21px;
    height: 21px;
    background: white;
    z-index: -2;
    border-radius: 20px;
}
/*body.material #header-outer #social-in-menu i{*/
/*    font-size: 15px;*/
/*    width: 25px;*/
/*    background: white;*/
/*    color: black;*/
/*    border-radius: 50%;*/
/*    height: 24px;*/
/*}*/
/*body.material #header-outer #social-in-menu i:after{*/
/*    background: white;*/
/*    color: black;*/
/*    border-radius: 50%;*/
/*    font-size: 15px;*/
/*    width: 25px;*/
/*}*/
/*body.material #header-outer #social-in-menu a:hover body.material #header-outer #social-in-menu i{*/
/*    top: -24px;*/
/*}*/


/*Call to Actions*/

.call-to-action-red h6 .link_wrap{
   border:2px solid #720000;
}
.call-to-action-black h6 .link_wrap{
    border:2px solid #282828;
}
#gform_wrapper_1 #gform_page_11_2 .gform_page_footer #gform_previous_button_11_22,
#gform_wrapper_5 #gform_page_5_2 .gform_page_footer #gform_previous_button_5_22,
#gform_wrapper_11 #gform_page_11_3 .gform_page_footer #gform_previous_button_11,
#gform_wrapper_5 #gform_page_5_3 .gform_page_footer #gform_previous_button_5,
#gform_wrapper_10 #gform_page_10_2 .gform_page_footer #gform_previous_button_10,
#gform_wrapper_2 #gform_page_2_2 .gform_page_footer #gform_previous_button_2 { 
    visibility: hidden; position: absolute; right: -100vw; 
    
}
.hustle-ui:not(.hustle-size--small).module_id_2 .hustle-slidein-content .hustle-layout,
.hustle-ui:not(.hustle-size--small).module_id_3 .hustle-slidein-content .hustle-layout,
.hustle-ui:not(.hustle-size--small).module_id_4 .hustle-slidein-content .hustle-layout,
.hustle-ui:not(.hustle-size--small).module_id_5 .hustle-slidein-content .hustle-layout {
    display:table;
    width:100%;
}
body .hustle-ui:not(.hustle-size--small) .hustle-info.hustle-info--stacked .hustle-layout .hustle-layout-body {
    display: table-cell;
    vertical-align:middle;
}
body .hustle-layout .hustle-layout-body {
    padding-top:25px !important;
    padding-bottom:25px !important;
}
body .hustle-ui .hustle-info .hustle-layout-body {
    height:100vh !important;
}

.btn-posnawr {
  color: #EEEEEE;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 19.625rem;
  height: auto;
  padding: 10px 35px;
  font-weight: 800;
  font-family: Sora;
  font-size: 18px;
  text-decoration: none;
}

.btn-posnawr-red {
  border: 2px solid #720000;
  margin-left: auto;
}
.btn-posnawr-blk {
  border: 2px solid #282828;
}

.btn-posnawr span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
    z-index: 0;
}

.btn-posnawr-red span {
  background-color: #720000;
}

.btn-posnawr-blk span {
  background-color: #282828;
}

.btn-posnawr:hover {
  color: #eee;
}
.btn-posnawr:hover span {
  width: 225%;
  height: 562.5px;
}
.btn-posnawr-blk {
  background-color: #333333;
}
.btn-posnawr-red {
  background-color: #ED2238;
}
.raw-html-btn{
    margin-top: -15px;
}
.btn-posnawr i.btn-posnawr-text{
    position: relative;
    z-index: 2;
}

.vehicles_popup_btn .btn-posnawr{
    max-width: 22.625rem;
    margin-bottom: 15px;
    text-align:center
}



@media only screen and (min-width: 690px) and (max-width: 1000px){
    .btn-posnawr{
        margin-left: auto;
        margin-right: auto;
        font-size: 14.5px;
    }
    .vehicles_popup_btn .btn-posnawr{
        max-width: 100%;
    }
}
/* END Call to Actions*/

.home-second-section .nectar_video_lightbox:before, .home-second-section .nectar_video_lightbox:after{
   border: 2px solid #720000 !important;
}
.nectar_video_lightbox svg{
    width: 31.25px;
    height: 37.5px;
    left: 53%;
}
@media only screen and (max-width: 1024px){
.nectar_video_lightbox svg{
    width: 21.25px;
    height: 27.5px;
    top: 53%;
}
    
}
.divider-border{
    opacity: 0.2;
}
.iwithtext{
    margin: 60px !important;
}
.iwithtext .iwt-icon img{
    width: 54px !important;
    height: auto;
}
@media only screen and (max-width: 1024px){
    .home-google-review-section .row_col_wrap_12_inner{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media only screen and (max-width: 1299px){
    .sec-3-heading span{
            display: inline !important;
    }
    .sec-3-heading{
        text-align: center;
    }
    .sec-4-heading{
        text-align: center;
    }
    .sec-4-heading span{
        display: inline !important;
    }
    .home-third-section .iwithtext{
        margin: 60px 0 60px 20px !important;
    }
    .home-fourth-section .call-to-action-red{
        text-align: center;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1299px){
    .iwithtext .iwt-icon{
        top: -10px;
    }
    .iwithtext .iwt-text span span{
        display: inline !important;
    }
    .adjust-screen-size{
        padding: 0 10% !important;
    }
    .iwithtext .iwt-text span span {
        display: block!important;
    }

}

@media only screen and (min-width: 1000px) and (max-width: 1366px){
    .vc_column_container>.vc_column-inner {
        padding:10% 0;
    }
    .btn-posnawr{
        font-size:13px!important;
        max-width: 16.625rem;
        padding: 10px 20px;
    }
}


.home-fourth-section .iwithtext{
    margin: 60px 0 60px 20px !important;
}
/*.home-fourth-section .iwithtext .iwt-icon img{*/
/*    width: 54px !important;*/
/*    height: auto;*/
/*}*/
.iwithtext .iwt-text{
    padding-left: 90.5px;
}
.home-fourth-section .left-sect{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/*Nectar highlighted text*/

.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="thin"] em{
    -webkit-text-stroke-width: 0.0063em;
}
/*END Nectar highlighted text*/



/*Nectar Flickity Button*/

.home-fifth-section .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport{
    margin-top: 50px;
}
.home-fifth-section .nectar-fancy-box .box-bg{
    background-color: rgba(30, 30, 30, 0.82) !important;
}
/*.home-fifth-section .flickity-viewport{*/
/*    overflow: hidden !important;*/
/*}*/
.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous{
    left: auto !important;
    top: auto !important;
    right: 105px !important;
    bottom: -75px !important;
}
.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next{
    right: 50px !important;
    bottom: -75px !important;
    top: auto;
}
.flickity-prev-next-button:before{
    background-color: #ED2238 !important;
    width: 40px !important;
}
.flickity-prev-next-button .flickity-button-icon{
    width: 50% !important;
}
.flickity-prev-next-button:after{
    display: none !important;    
}
.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button .arrow{
    fill: white !important
}
.flickity-viewport:after{
    content: '';
    position: absolute;
    bottom: -36px;
    left: 50px;
    height: 1px;
    background-color: rgba(238, 238, 238, 0.25);
    width: 85%;
}

@media only screen and (max-width: 1024px){
    .flickity-viewport:after{
        display: none;
    }
}

/* END Nectar Flickity Button*/

.brands-section .wpb_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}


@media (min-width: 1000px){
    .gform_wrapper.gravity-theme .promotions-form .gfield.gfield--width-third{
        grid-column: span 5 !important;
    }
    .gform_wrapper.gravity-theme .promotions-form .gfield.gfield--width-third.le_cta,
    .gform_wrapper.gravity-theme .promotions-form .gfield.gfield--width-quarter{
        grid-column: span 2 !important;
    }
    .vehicles_popup_btn .btn-posnawr.btn-posnawr-red{
        margin-left: 0;
    }
    .vehicles_popup_btn .btn-posnawr.btn-posnawr-blk{
        margin-right: 0;
    }
}
.promotions-form .gfield input{
   border: 1px solid #eeeeee !important;
   border-radius: 0 !important;
   padding-left: 20px !important;
   color: #eeeeee !important;
}
.promotions-form .gfield input:focus{
    border: 0;
}
.promotions-form .gfield input:placeholder{
    color: #eeeeee !important;
}
.promotions-form button{
    padding: 0.5rem 2.813rem !important;
    background-color: #ED2238;
    font-family: Sora;
    font-weight: 800;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.375px;
    text-transform: uppercase;
    color: #EEEEEE;
    border:2px solid #720000;
    cursor: pointer;
}
.promotions-form button:hover{
    background-color: #720000;
}


/* Gravity Forms */
.contact-form input, .contact-form textarea{
    border: 2px solid rgba(238, 238, 238, 0.25);
    border-radius: 0;
    padding-left: 20px !important;
    color: #eeeeee;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
    color: #eeeeee !important;
}
.contact-form .gform_footer{
    text-align: center;
}
.contact-form input[type=submit].gform_button{
    background: #ED2238 !important;
    border: 2px solid #720000;
    padding: 11px 77px !important;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.38px;
    font-family: 'Sora';
}
.contact-form input[type=submit].gform_button:hover{
    background: #72000 !important;
}

/*#gform_wrapper_7{*/
/*    padding-top: 50px;*/
/*}*/
form[data-sf-form-id="510"] .sf-field-sort_order, form[data-sf-form-id="860"] .sf-field-sort_order{
    text-align: right;
}
form[data-sf-form-id="510"] .sf-field-sort_order select, form[data-sf-form-id="860"] .sf-field-sort_order select{
    background: #262626;
    color: #EEEEEE;
    border: 1px solid #eeeeee;
    padding: 10px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/*Gravity Forms End *   /

/*APROPOS PAGE*/

.apropos-sec-two .iwithtext .iwt-text{
    padding-left: 80.5px;
}
.apropos-sec-two .iwithtext{
    margin-right: 0 !important;
}
.apropos-sec-two .right-side div.iwithtext:nth-child(4){
    margin-bottom: 0 !important;
}

.apropos-sec-three .nectar-simple-slider .flickity-prev-next-button{
    top: 40%!important;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.nectar-simple-slider .flickity-prev-next-button:before{
    width: 42px !important;
}
.apropos-sec-three .nectar-flickity .flickity-prev-next-button.previous{
    left: -105% !important;
}
.apropos-sec-three .nectar-flickity .flickity-prev-next-button.next{
    left: -95% !important;
}
.apropos-sec-three .nectar-flickity:after{
    content: '';
    position: absolute;
    top: 40%;
    left: -87.5%;
    height: 2px;
    background-color: rgba(238, 238, 238);
    width: 88%;
    z-index: -1;
}
.apropos-sec-three .nectar-flickity .flickity-viewport:after{
 display: none;   
}
.apropos-sec-three .flickity-prev-next-button:before{
    background: #282828 !important;
    border: 2px solid #eeeeee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.apropos-sec-three .flickity-prev-next-button:hover:before{
    background: #eeeeee !important;
}
.apropos-sec-three .flickity-prev-next-button svg path{
    fill: #ED2238 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.apropos-sec-three .nectar-simple-slider .flickity-prev-next-button svg {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate( 12px, 2px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.apropos-sec-three .nectar-simple-slider .flickity-prev-next-button:hover svg{
    transform: translate(2px, 2px);
}

.apropos-sec-three .flickity-viewport .cell{
    padding: 0 !important;
}
.apropos-sec-three .flickity-viewport .cell .inner .text{
    padding: 2.313rem;
}
.apropos-sec-three .wpb_text_column p{
    padding-bottom: 10px;
}
.apropos-sec-three .apropos-slider-text{
    padding: 37px;
    background: #1E1E1E;
}

.apropos-sec-four .do-not-hesitate{
    padding-top: 0 !important;
}


@media only screen and (max-width: 999px){
     .apropos-sec-four .do-not-hesitate{
        text-align: center !important;
    .apropos-sec-two .right-side div.iwithtext:nth-child(4){
        margin-bottom: 60px !important;
    }
    .apropos-sec-two .right-side div.divider-wrap:nth-child(1){
        display: none;
    }
    .apropos-sec-two .left > div{
        margin-bottom: 0;
    }
    .apropos-sec-two .left div.divider-wrap div{
        margin-bottom: 0;
    }
    .apropos-sec-three .nectar-simple-slider .flickity-prev-next-button{
        top: auto !important;
        bottom: -7.5%;
    }
    .apropos-sec-three .nectar-flickity .flickity-prev-next-button.previous{
        right: 35px;
        left: auto !important;
    }
    .apropos-sec-three .nectar-flickity .flickity-prev-next-button.next{
        left: auto !important;
        right: -10px;
    }
    .apropos-sec-three .nectar-flickity:after{
        top: auto;
        bottom: -5%;
        left: 0;
    }
    /*underline on mobile screen size*/
    /*.custom-scroll-left span:nth-child(even){*/
    /*    text-decoration:underline!important;*/
    /*}*/
    .textunderline{
        text-decoration:underline;
        color: #720000 !important;
    }
    .home-third-section .wpb_wrapper .floating-section-1{
    padding-top: 18% !important;
    }
    .home-third-section .wpb_wrapper .floating-section-2{
        padding-top: 10% !important;
    }
   
}
@media only screen and (min-width: 1000px) and (max-width: 1150px){
    .apropos-sec-three .nectar-flickity:after{
        left: -80%;
        width: 80%;
    }
    .apropos-sec-three .nectar-flickity .flickity-prev-next-button.next{
        left: -90% !important;
    }
    .apropos-sec-three .vc_custom_1631314420245{
        margin-top: -25% !important;
    }
}
@media only screen and (min-width: 1151px) and (max-width: 1300px){
    .apropos-sec-three .nectar-flickity:after{
        left: -85%;
        width: 85%;
    }
    .apropos-sec-three .nectar-flickity .flickity-prev-next-button.next{
        left: -93% !important;
    }
}
/*END APROPOS PAGE*/


#copyright{
    padding-bottom: 20px !important;
}
#copyright .col.span_5 p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

/*START POPUP*/
.custom-popup-content p {
    padding-bottom: 0;
}
/*.tingle-modal--visible .tingle-modal-box{*/
/*    -webkit-transform: scale(0.8);*/
/*    -ms-transform: scale(0.8);*/
/*    transform: scale(0.8);*/
/*    width: 100%;*/
/*}*/

.tingle-modal-box__content{
    background-color: #1E1E1E;
}
.tingle-modal-box__content .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation{
    height: auto;
}
.custom-popup-vehicle-arrows .nectar_icon_wrap{
    margin-right: 10px;
}
.custom-popup-content .nectar_icon i{
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    width: 40px;
}
@media only screen and (min-width: 1100px) and (max-wdith: 1640px){
    .tingle-modal-box__content{
        padding: 0.5rem !important;
    }
    .tingle-modal--visible .tingle-modal-box{
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        width: 85%;
    }
}
@media only screen and (max-width: 690px){
    .call-to-action-red h6 .link_wrap{
        padding-right: 0 !important; 
        padding-left: 0 !important; 
        display: block;
        text-align: center;
        
    }
    body .hustle-layout .hustle-layout-body{
        padding:25px 5% !important;
    }
    .tingle-modal-box{
        width:85%;
    }
    /*body .img-with-aniamtion-wrap img*/
    /*{*/
    /*  height:200px!important;  */
    /*}*/
    .first-section .find-my-part .link_wrap{
        padding-right: 35px !important;
        padding-left: 35px !important;
        display: unset;
    }
    .tingle-modal-box__content{
        padding: 0.5rem !important;
    }
    .custom-popup-vehicle-arrows{
        width: auto !important;
        padding: 0 !important;
    }
    .custom-popup-vehicle-arrows .nectar_icon_wrap{
        margin: 0;
    }
    #slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li {
        font-family:'Poppins'
    }
    #slide-out-widget-area .inner .off-canvas-menu-container li a {
        font-family: 'Poppins'!important;
    }
    
    .btn-posnawr{
        width:68%;
        padding:6px 24px;
        font-size:12px;
        text-align:center;
        margin:auto;
        margin-top:1em;    
    }
    .vehicles_popup_btn .btn-posnawr{
        width: 100%;
        max-width: 100%;
        padding: 6px;
    }
    .page-id-32 .btn-posnawr{
        width: 100%;
    }
    
    .img-with-animation{
        margin-left:auto!important;
        margin-right:auto!important;
        display:block!important;
    }
    .apropos-sec-two .iwithtext {
        margin-left: 30px!important;
    }
    .apropos-sec-three .nectar-simple-slider .flickity-prev-next-button{
        transform: scale(0.65) !important;
    }
    .apropos-sec-three .nectar-simple-slider .flickity-prev-next-button svg {
        width: 42px !important;
        transform: translate( 2px, 2px);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
    .apropos-sec-three .nectar-flickity:after{
        width: 86%;
    }
    .apropos-sec-three .flickity-prev-next-button svg path{
        -webkit-transform: scale(0.5) translate(50%, 50%);
        -moz-transform: scale(0.5) translate(50%, 50%);
        -ms-transform: scale(0.5) translate(50%, 50%);
        transform: scale(0.5) translate(50%, 50%);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .apropos-sec-three .flickity-prev-next-button.next svg path{
        transform: scale(0.5) translate(150%, 150%) rotate(180deg);
    }

    
}

.appt_form_btn h6{
    text-align: center;
}
.info_form_btn h6{
    text-align: center;
}

.custom-popup-content img{
    max-width: 100%;
}
.custom-popup-content .nectar_icon:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    display: block;
    background-color: #ED2238 !important;
}

.custom-popup-content .nectar_icon i.fa-angle-left{
    left: -2px !important;
    top: -1px !important;
    cursor: pointer;
}
.custom-popup-content .nectar_icon i.fa-angle-right{
    cursor: pointer;
    left: 2px !important;
    top: -1px !important;
}
.remove-margin-bottom{
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 690px){
    .custom-popup-content .nectar_icon:before{
        top: 25%;
        width: 75%;
        height: 75%;
        transform: translateY(-25%);
    }
    .custom-popup-content .nectar_icon i{
        font-size: 25px;
    }
    .custom-popup-content .nectar_icon i.fa-angle-left{
        left: -6px !important;
        top: -2px !important;
        cursor: pointer;
    }
    .custom-popup-content .nectar_icon i.fa-angle-right{
        cursor: pointer;
        left: -4px !important;
        top: -3px !important;
    }
    .hustle-ui .hustle-info .hustle-layout .hustle-layout-header {
        top: 20px !important;
    
    }
}


/* Hide/Show Popup Form */
    .tingle-modal-box{
        overflow: hidden;
        width: 80%!important;
    }
    @media only screen and (max-width: 1500px){
        .tingle-modal-box{
            width:90%!important;
        }
    }
    .custom-popup-form-overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        background: #1E1E1E;
        transform-origin: right;
        transition: 0.5s ease-in-out;
        transform: translateX(-100%);
        display: none !important;
        flex-direction: column;
        justify-content: center;
        z-index: 100;
    }

    .appt_form.active{
        display: flex !important;
    }
    .appt_form.show{
        transform: translateX(0%); 
    }
    .info_form.active{
        display: flex !important;
    }
    .info_form.show{
        transform: translateX(0%);
    }
    
    
    .appt_form_EN.active{
        display: flex !important;
    }
    .appt_form_EN.show{
        transform: translateX(0%); 
    }
    .info_form_EN.active{
        display: flex !important;
    }
    .info_form_EN.show{
        transform: translateX(0%);
    }
    
    .custom-popup-form-overlay form > p{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 70%;
        margin: 0 auto;
    }

    .custom-popup-form-overlay form > p span{
        width: 47%;
        margin-bottom: 25px;
    }
    .custom-popup-form-overlay form > p a span{
        border: none;
        width: 0;
        margin-bottom: 0;
    }
    .custom-popup-form-overlay form > p span.input_6{
        width: 98%;
    }
    .custom-popup-form-overlay form > p input, .custom-popup-form-overlay form > p textarea{
        color: #EEEEEE;
    }
    .custom-popup-form-overlay form > p input.wpcf7-validates-as-required.wpcf7-not-valid{
        border: 1px solid #ED2238; 
    }
    .custom-popup-form-overlay form > p input, .custom-popup-form-overlay form > p textarea{
        border: 1px solid #EEEEEE; 
        border-radius: 0;
    }
    .custom-popup-form-overlay form > p input:placeholder{
        color: #EEEEEE;
    }
    .custom-popup-form-overlay form > p a{
        margin: 0 auto;
        max-width: 16.625rem;
        font-size: 18px !important;
    }
    .custom-popup-form-overlay form > p a input[type="submit"]{
        margin: 0 auto;
        background: transparent;
        border-radius: 0;
        padding: 0;
        font-size: inherit;
        width: 100%;
        border: none;
    }
    .custom-popup-form-overlay form .popup-back-btn{
        text-decoration: underline;
        text-transform: uppercase !important;
        font-size: 12px;
        color: #EEEEEE !important;
        border: none;
        cursor: pointer;
    }
    .wpcf7 .ajax-loader{
        display: none;
    }
    .wpcf7-form .wpcf7-not-valid-tip{
        display: none;
    }
    .wpcf7-response-output{
        display: none;
    }
    @media only screen and (max-width: 1024px){
        .custom-popup-form-overlay form > p{
            width: 100%;
        }
    }
    
    @media only screen and (max-width: 690px){
        .custom-popup-form-overlay form > p a{
            font-size: 14px !important;
        }
    }
    
/* Hide/Show Popup Form */

/*Image Overlay Animation*/
.overlay-animation .hover-wrap{
    overflow: hidden !important;
}
.overlay-animation .hover-wrap-inner.active{
    animation: wrap-animation 0.5s linear;
}

@keyframes wrap-animation{
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(0%);
    }
}
.overlay-animation .hover-wrap-inner:before{
    content:'';
    position: absolute;
    left: 1px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ED2238;
    z-index: 999;
}

.overlay-animation .hover-wrap-inner.effect:before{
    transition: 0.5s ease-in-out;
    transform: translateX(100%);
}

#footer-outer #copyright{
    font-size:11px;
}

/*contact us text field border-color*/
.gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #ED2238 !important;
}

.gform_wrapper.gravity-theme .validation_message{
    display: none;
}

/*green rectangular box*/
.gform_confirmation_message {
    color: #EEEEEE!important;
    background-color:transparent!important;
    border:none!important;
    text-align:center;
}



/*Image Overlay Animation*/

@media only screen and (min-width: 1px) and (max-width: 999px){
    .vc_row-fluid.full-width-content .col .wpb_row, .vc_row-fluid.full-width-content .col, .vc_row-fluid.vc_row[data-column-margin="none"] .col{
        padding-left:9px;
        padding-right:9px;
        padding-right:9px;
        padding-bottom:9px;
    }
}

.vehicles_popup_navigations .row_col_wrap_12_inner.left{
    flex-wrap: nowrap;
}

@media only screen and (min-width: 1300px){
    .vehicles_popup_navigations{
        width: 690px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 690px) and (max-width: 1000px){
    .vehicles_popup_navigations .row_col_wrap_12_inner.left .vc_col-sm-10{
        width: 80%;
    }
    .vehicles_popup_navigations .row_col_wrap_12_inner.left .custom-popup-vehicle-arrows{
        width: 10%;
    }
}



/*Merci Page Footer Disable*/

.page-id-348 .footer-outer, .page-id-573 .footer-outer{
    display: none;
}
.page-id-348 .container-wrap, .page-id-573 .container-wrap{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/*Merci Page Footer Disable*/

#footer-outer{
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 690px){
    #footer-outer{
        height: 373px !important;
        flex-direction: row;
    }
}


.date_input input::-webkit-outer-spin-button,
.date_input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.date_input input[type=number] {
  -moz-appearance: textfield;
}

#our-history{
    margin-top: -20%;
}

.page-id-575 .footer-next-section-text{
    display:none;
}

@media(max-width:1600px){ 
	
}
@media(max-width:1300px){ 
	
    	
}

	
@media(max-width:1000px){ 
	
}
@media(max-width:690px){ 
	
		  
}
@media(max-width:479px){ 
	

}