/* search button */

@media only screen and (max-width: 1000px){
.side_menu_button {
    position: absolute;
    right: -200px;
}
}

/* logo center */

@media only screen and (max-width: 1000px){
.logo_wrapper {
    
    left: 110%;
}
}

/* /////////////////////////////////////////////old/////////////////////////////////////// */


/* left side know more button */

.knowmorescar {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  width: 100%;
  border: none;
  background-color: #948C88;
  color: white;
  padding: 10px 10px;
  font-size: 12px;
  cursor: pointer;
  text-align: left;
  line-height: 18px;
}

.knowmorescar:hover {
  background-color: #D9D5BC;
  color: black;
}


/* left side know more button */


/* fixed parallax */

.background-picture-one {
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/* fixed parallax */


/* gradient background foor text */

.gradient-background-text {
    background:linear-gradient(to bottom, rgb(212 213 215), rgb(212 213 215 / 70%), rgb(212 213 215 / 40%), rgb(212 213 215 / 10%), rgb(212 213 215 / 0%));
    padding: 15px;
min-height: 240px;
}

.gradient-background-text-mobile {
    background:linear-gradient(to bottom, rgb(212 213 215), rgb(212 213 215 / 70%), rgb(212 213 215 / 40%), rgb(212 213 215 / 10%), rgb(212 213 215 / 0%));
    padding: 15px;
    min-height: 140px;

}

/* gradient background foor text */

/* unused aqua buttons */

	.blockbutt {
  display: block;
  width: 100%;
  border: none;
  background-color: #04AA6D;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.blockbutt:hover {
  background-color: #ddd;
  color: black;
}
/* unused aqua buttons */

/* top menu hover colourss */

.dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a:hover {
  color: #008BC6;
}


a.search_button:hover {
  color: #008BC6;
}


.side_menu_button {
  vertical-align: top;
  padding-top: 25px;
}

.dark:not(.sticky):not(.scrolled) .side_menu_button > a:hover {
  color: #008bc6 !important;
}

/* top menu hover colourss */


/* even height unused */

.evenheighttext{
      
min-height:0.8vh;

}

/* even height unused */

/* image rotation on hover */

a .imgrotscar {
  

 
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

a:hover .imgrotscar {
  animation: rotation 0.6s  infinite ease-out;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/* image rotation on hover */

/* equal height stuff */

.borderscar1 {
 
  border-right-width: 8px;
  border-left-width: 8px;
  border-left-style: solid;
  border-right-style: solid;
  border-color: #fff;
}

.borderscar2 {
 
  border-right-width: 8px;
  border-left-width: 8px;
  border-left-style: solid;
  border-right-style: solid;
  border-color: #fff;
}

.borderscar3 {

  border-right-width: 8px;
  border-left-width: 8px;
  border-left-style: solid;
  border-right-style: solid;
  border-color: #fff;
}

/* equal height stuff */

/* show hide row important */

.row1{
    display: none;
}

.row2{
    display: none;
}

.row3{
    display: none;
}


/* show hide row important */


/* submit button colour */

input.wpcf7-form-control.wpcf7-submit, input.wpcf7-form-control.wpcf7-submit:not([disabled])
{
    
background-color: #008BC6;    
}



/* 8px padding */
.pxpadding8 {
  
  padding-left: 8px;
  padding-right: 8px;
 
}


/* services scar button */



	.servicesbutt {
  display: block;
  width: 100%;
  border: none;
  background-color: #d9d5bc;
  padding-top: 14px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: right;
}


/* vertically center image */

.vertimagecenter {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}


/* header padding */

	header .header_inner_left {
  position: absolute;
  left: 133px;
  top: 0;
}


.header_bottom {
  padding-right: 220px;
}

/* lets connect button colour colour */
.qbutton.large.default {
 
  background-color: #008BC6 !important;
}



/* bullet spacing */

.pro-description li { 
  list-style-position: outside;
list-style-position: inside;
    padding: 0 0 0 20px;
    text-indent: -23px;
  
  
}

.list-inner-div li { 
  list-style-position: outside;
list-style-position: inside;
    padding: 0 0 0 20px;
    text-indent: -23px;
  
  
}



.grid-lg-12 li { 
  list-style-position: outside;
list-style-position: inside;
    padding: 0 0 0 20px;
    text-indent: -23px;
  
  
}

.wpb_wrapper li { 
  list-style-position: outside;
list-style-position: inside;
    padding: 0 0 0 20px;
    text-indent: -23px;
  
  
}



/* bullet spacing firefox */



@-moz-document url-prefix() {
  .pro-description li { 
    text-indent: -1em;  
}

.list-inner-div li { 
   text-indent: -1em;  
}

.grid-lg-12 li { 
 
  text-indent: -1em;
  }

.wpb_wrapper li { 
text-indent: -1em;
  
  
}
}

