html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }   body {
margin: 0;
}  main {
display: block;
}  h1 {
font-size: 2em;
margin: 0.67em 0;
}   hr {
box-sizing: content-box; height: 0; overflow: visible; }  pre {
font-family: monospace, monospace; font-size: 1em; }   a {
background-color: transparent;
}  abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }  b,
strong {
font-weight: bolder;
}  code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; }  small {
font-size: 80%;
}  sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
} sub {
bottom: -0.25em;
} sup {
top: -0.5em;
}   img {
border-style: none;
}   button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }  button,
input { overflow: visible;
}  button,
select { text-transform: none;
}  button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}  button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}  button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}  fieldset {
padding: 0.35em 0.75em 0.625em;
}  legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }  progress {
vertical-align: baseline;
}  textarea {
overflow: auto;
}  [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; }  [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}  [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; }  [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}  ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }   details {
display: block;
}  summary {
display: list-item;
}   template {
display: none;
}  [hidden] {
display: none;
}  @keyframes fadeInIcon {
0% {
opacity: 0.6;
}
100% {
opacity: 1;
}
}
@keyframes hcBlueFadeIn {
0% {
background: linear-gradient(90deg, rgba(30, 55, 90, 0.9), rgba(30, 55, 90, 0.3) 70%);
}
100% {
background: linear-gradient(90deg, rgba(216, 135, 52, 0.9), rgba(216, 135, 52, 0.3) 70%);
}
}
@keyframes hcMobileMenuIn {
0% {
left: -1000px;
opacity: 0;
}
100% {
left: 0;
opacity: 1;
}
}
@keyframes hcMobileMenuOut {
0% {
left: 0;
opacity: 1;
}
100% {
left: -1000px;
opacity: 0;
}
} body {
overflow-x: hidden !important;
} .hc-news-sidebar {
width: 100%;
} .hc-news-sidebar a {
display: block;
width: 100%;
} .hc-news-sidebar h3 {
font-size: 20px;
position: relative;
text-transform: uppercase;
} .hc-news-sidebar h3:after {
content: '';
display: block;
width: 40px;
height: 4px;
background: #d88734;
margin-top: 15px;
} .hc-news-sidebar .hc-fb h3 {
margin-top: 30px;
padding-left: 0;
} .hc-news-sidebar .hc-fb h3:before {
content: '\f082';
font-family: 'Font Awesome 5 Brands';
font-weight: 900;
position: absolute;
top: -30px;
left: 0;
color: #d88734;
} .hc-news-sidebar ul {
list-style: none;
margin: 0;
padding: 0;
color: #1e375a;
font-weight: 400;
} .hc-news-sidebar ul li {
padding: 5px 0;
border-bottom: 2px solid #cfcfcf;
position: relative;
} .hc-news-sidebar ul li a {
color: #1e375a;
display: block;
width: 100%;
height: 100%;
transition: color .2s;
text-transform: uppercase;
} .hc-news-sidebar ul li a:hover {
color: #d88734;
transition: color .2s;
} .hc-news-sidebar ul li span {
display: block;
font-size: 12px;
margin: 0;
} .hc-news-sidebar ul li:last-of-type {
border: none;
} .hc-news-sidebar ul li:after {
content: '\f054';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
font-size: 80%;
} .hc-news-sidebar .hc-rss h5 {
display: none;
} .hc-news-sidebar .hc-rss ul {
font-size: 14px;
} .hc-news-sidebar .hc-rss ul li {
padding: 15px 0;
} .hc-news-sidebar .hc-rss ul li:after {
content: '';
} .hc-news-sidebar .hc-rss ul li a {
font-weight: 600;
} .hc-news-sidebar .hc-rss ul li .hc-rss-read-more {
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
margin: 15px 0 0 0;
position: relative;
width: 80px;
} .hc-news-sidebar .hc-rss ul li .hc-rss-read-more:after {
content: '\f054';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
font-size: 60%;
} #hc-footer-mobile-menu ul li {
position: relative;
top: 0;
left: 0;
display: block;
height: 30px;
padding: 0;
} #hc-footer-mobile-menu ul li:before {
content: '';
display: block;
width: 2px;
height: 20px;
background: #ffffff;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
} #hc-footer-mobile-menu ul li a {
padding: 15px 10px 0 10px;
} #hc-footer-mobile-menu ul li:first-of-type:before {
background: rgba(255, 255, 255, 0);
} #hallcraft-post-header {
position: relative;
top: 0;
left: 0;
} #hallcraft-post-header .hallcraft-post-header-text h1 {
position: relative;
margin: 0;
padding: 0 0 0 30px;
} #hallcraft-post-header .hallcraft-post-header-text h1:before {
content: '';
display: block;
width: 4px;
height: 80px;
background: #d88734;
position: absolute;
top: -10px;
left: 0;
} #hallcraft-post-header .hallcraft-post-header-text .hallcraft-post-date {
padding-left: 30px;
} #hallcraft-submenu ul li {
margin: 0 8px;
position: relative;
font-size: 14px;
font-weight: 600;
width: 32px;
height: 32px;
display: block;
text-indent: -10000px;
} #hallcraft-submenu ul li a {
white-space: initial;
width: 32px;
padding: 0;
word-wrap: break-word;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
} #hallcraft-submenu ul li:before {
content: '';
display: block;
width: 32px;
height: 32px;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
} #hallcraft-submenu ul li.hc-service-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_servicing_icon-01-01.svg);
background-repeat: none;
background-position: center;
} #hallcraft-submenu ul li.hc-accident-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_accident_icon-01.svg);
background-repeat: none;
background-position: center;
} #hallcraft-submenu ul li.hc-diagnostic-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_diagnostics_icon-01-01.svg);
background-repeat: none;
background-position: center;
} #hallcraft-submenu ul li.hc-tyres-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_tyres_icon-01-01.svg);
background-repeat: none;
background-position: center;
} #hallcraft-submenu ul li.hc-mot-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_mot_icon-01-01.svg);
background-repeat: none;
background-position: center;
} #hallcraft-submenu ul li.hc-alignment-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_alignment_icon-01-01.svg);
background-repeat: none;
background-position: center;
} #hallcraft-submenu ul li.hc-air-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_aircon_icon.png);
background-size: contain;
background-repeat: none;
background-position: center;
} #hallcraft-submenu ul li:first-of-type {
margin-left: 0;
} #hallcraft-submenu ul li:last-of-type {
margin-right: 0;
} .hallcraft-wave {
position: absolute;
bottom: 0;
left: 0;
} #hc-mobile-burger {
width: 40px;
height: 40px;
margin: 0 auto;
} #hc-mobile-burger span {
display: block;
width: 40px;
height: 5px;
margin: 5px 0;
background: #1e375a;
} #hc-mobile-burger:hover span {
background: #d88734;
} #hc-mobile-menu {
width: 60%;
height: 100%;
background: rgba(30, 55, 90, 0.98);
position: fixed;
top: 0;
left: -1000px;
z-index: 99999999999999;
border-right: 5px solid #d88734;
padding: 30px;
opacity: 0;
} #hc-mobile-menu .hc-mobile-menu-close {
color: #ffffff;
display: block;
text-align: right;
font-size: 200%;
} #hc-mobile-menu ul {
list-style: none;
margin: 0;
padding: 0;
text-transform: uppercase;
} #hc-mobile-menu ul li {
padding: 5px 0 5px 15px;
position: relative;
} #hc-mobile-menu ul li:before {
content: '\f054';
font-family: 'Font Awesome 5 Free';
position: absolute;
top: 5px;
left: 0;
color: #d88734;
} #hc-mobile-menu ul.sub-menu {
margin-left: 10px;
font-weight: 200;
} #hc-mobile-menu ul.sub-menu li {
position: relative;
} #hc-mobile-menu ul.sub-menu li:before {
content: '';
display: block;
width: 10px;
height: 2px;
background: #d88734;
position: absolute;
top: 12px;
left: 0;
} .hc-mobile-menu-in {
animation: hcMobileMenuIn .8s linear forwards;
} .hc-mobile-menu-out {
animation: hcMobileMenuOut .5s linear forwards;
} .elementor-button {
position: relative;
overflow: hidden;
} .elementor-button:before {
content: '';
display: block;
width: 500px;
height: 300px;
border-radius: 50%;
background: linear-gradient(70deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
position: absolute;
bottom: -10px;
right: -10px;
}  #hallcraft-testimonials-outer {
height: 200px;
} #hallcraft-testimonials-outer #hallcraft-testimonials-inner {
color: #ffffff;
padding: 50px 20px 20px;
width: 90%;
margin: 0 auto;
} #hallcraft-testimonials-outer #hallcraft-testimonials-inner .hallcraft-testimonial-wrapper {
border-left: 4px solid #d88734;
padding: 10px;
} #hallcraft-testimonials-outer #hallcraft-testimonials-inner .hallcraft-testimonial-wrapper .hallcraft-testimonial p {
margin: 0 0 15px 0;
line-height: 1.4em;
letter-spacing: .05em;
} #hallcraft-testimonials-outer #hallcraft-testimonials-inner .hallcraft-testimonial-wrapper .hallcraft-testimonial p:before {
content: '\201c';
} #hallcraft-testimonials-outer #hallcraft-testimonials-inner .hallcraft-testimonial-wrapper .hallcraft-testimonial p:after {
content: '\201d';
} #hallcraft-testimonials-outer #hallcraft-testimonials-inner .hallcraft-testimonial-wrapper .hallcraft-author {
margin: 0;
font-weight: 200;
font-size: 14px;
position: relative;
padding-left: 10px;
} #hallcraft-testimonials-outer #hallcraft-testimonials-inner .hallcraft-testimonial-wrapper .hallcraft-author:before {
content: '-';
position: absolute;
top: 0;
left: 0;
} #hallcraft-testimonials-outer .owl-dots {
margin-top: 10px;
} #hallcraft-testimonials-outer .owl-dots button.owl-dot span {
width: 7px;
height: 7px;
margin: 3px;
background: rgba(255, 255, 255, 0.6);
} #hallcraft-testimonials-outer .owl-dots button.owl-dot:hover {
background: none;
} #hallcraft-testimonials-outer .owl-dots button.owl-dot.active span {
background: rgba(255, 255, 255, 0.9);
} #hallcraft-testimonials-outer-about {
height: 180px;
width: 100%;
margin: 0 auto;
} #hallcraft-testimonials-outer-about #hallcraft-testimonials-inner {
color: #ffffff;
padding: 20px;
width: 90%;
margin: 0 auto;
} #hallcraft-testimonials-outer-about #hallcraft-testimonials-inner .hallcraft-testimonial-wrapper {
border-left: 4px solid #d88734;
padding: 10px;
} #hallcraft-testimonials-outer-about #hallcraft-testimonials-inner .hallcraft-testimonial-wrapper .hallcraft-testimonial p {
margin: 0 0 15px 0;
line-height: 1.4em;
letter-spacing: .05em;
} #hallcraft-testimonials-outer-about #hallcraft-testimonials-inner .hallcraft-testimonial-wrapper .hallcraft-testimonial p:before {
content: '\201c';
} #hallcraft-testimonials-outer-about #hallcraft-testimonials-inner .hallcraft-testimonial-wrapper .hallcraft-testimonial p:after {
content: '\201d';
} #hallcraft-testimonials-outer-about #hallcraft-testimonials-inner .hallcraft-testimonial-wrapper .hallcraft-author {
margin: 0;
font-weight: 200;
font-size: 14px;
position: relative;
padding-left: 10px;
} #hallcraft-testimonials-outer-about #hallcraft-testimonials-inner .hallcraft-testimonial-wrapper .hallcraft-author:before {
content: '-';
position: absolute;
top: 0;
left: 0;
} #hallcraft-testimonials-outer-about .owl-dots {
margin-top: 10px;
} #hallcraft-testimonials-outer-about .owl-dots button.owl-dot span {
width: 7px;
height: 7px;
margin: 3px;
background: rgba(255, 255, 255, 0.6);
} #hallcraft-testimonials-outer-about .owl-dots button.owl-dot:hover {
background: none;
} #hallcraft-testimonials-outer-about .owl-dots button.owl-dot.active span {
background: rgba(255, 255, 255, 0.9);
}  #hc-latest-news {
height: 300px;
color: #ffffff;
position: relative;
} #hc-latest-news:after {
content: 'Latest News';
position: absolute;
top: 40px;
left: 100px;
font-size: 28px;
text-transform: uppercase;
} #hc-latest-news h3.hc-section-title {
position: absolute;
top: 0;
left: 0;
border: 1px solid red;
} #hc-latest-news .hc-latest-news-bg {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 300px;
background-blend-mode: multiply;
} #hc-latest-news .hc-latest-news-bg .hc-title {
position: absolute;
bottom: 60px;
left: 100px;
border-left: 4px solid #ffffff;
padding: 0 15px;
} #hc-latest-news .hc-latest-news-bg .hc-title h2 {
margin: 0 0 10px 0;
color: #ffffff;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0;
line-height: .8;
font-size: 42px;
} #hc-latest-news .hc-latest-news-bg .hc-title h5 {
color: #ffffff;
font-weight: 400;
text-transform: uppercase;
margin: 0;
} #hc-latest-news .owl-nav {
background: rgba(255, 255, 255, 0.81);
position: absolute;
bottom: 40px;
right: 80px;
color: #1e375a;
border-top-left-radius: 10px;
border-top-right-radius: 0;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 0;
overflow: hidden;
} #hc-latest-news .owl-nav .owl-prev {
width: 30px;
height: 30px;
padding: 0;
margin: 0;
border-radius: 0;
} #hc-latest-news .owl-nav .owl-next {
width: 30px;
height: 30px;
padding: 0;
margin: 0;
border-radius: 0;
} .hc-latest-news-row {
height: 200px;
position: relative;
} .hc-latest-news-row .hc-latest-news-col {
position: relative;
background-size: cover;
background-position: right center;
} .hc-latest-news-row .hc-latest-news-col .hc-latest-news-title {
position: absolute;
bottom: 30px;
left: 30px;
border-left: 4px solid #d88734;
padding: 0 15px;
} .hc-latest-news-row .hc-latest-news-col .hc-latest-news-title h2 {
margin: 0 0 10px 0;
padding-top: 5px;
color: #ffffff;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0;
line-height: .8;
font-size: 24px;
} .hc-latest-news-row .hc-latest-news-col .hc-latest-news-title h5 {
color: #ffffff;
font-weight: 400;
text-transform: uppercase;
margin: 0;
font-size: 12px;
} .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-1:hover.hc-latest-news-col-1:before, .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-1:hover.hc-latest-news-col-4:before, .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-4:hover.hc-latest-news-col-1:before, .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-4:hover.hc-latest-news-col-4:before {
background: linear-gradient(90deg, rgba(216, 135, 52, 0.9), rgba(216, 135, 52, 0.3) 70%);
} .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-2 .hc-latest-news-title, .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-3 .hc-latest-news-title {
border-left: 4px solid #1e375a;
} .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-2:hover.hc-latest-news-col-2:before, .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-2:hover.hc-latest-news-col-3:before, .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-3:hover.hc-latest-news-col-2:before, .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-3:hover.hc-latest-news-col-3:before {
background: linear-gradient(90deg, rgba(30, 55, 90, 0.9), rgba(30, 55, 90, 0.3) 70%);
} .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-1:before, .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-4:before {
content: '';
width: 100%;
height: 200px;
position: absolute;
top: 0;
left: 0;
background: linear-gradient(90deg, rgba(30, 55, 90, 0.9), rgba(255, 255, 255, 0) 70%);
} .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-2:before, .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-3:before {
content: '';
width: 100%;
height: 200px;
position: absolute;
top: 0;
left: 0;
background: linear-gradient(90deg, rgba(216, 135, 52, 0.9), rgba(255, 255, 255, 0) 80%);
} .hallcraft-service-wrapper {
color: #ffffff;
text-align: center;
font-size: 14px;
position: relative;
margin-bottom: 30px;
} .hallcraft-service-wrapper .hc-service-title {
position: relative;
z-index: 999999;
background: #d88734;
padding: 15px;
} .hallcraft-service-wrapper .hc-service-title h3 {
color: #ffffff !important;
text-transform: uppercase;
font-size: 20px;
letter-spacing: .05em;
margin: 0;
} .hallcraft-service-wrapper .hc-service-content {
padding: 15px;
height: 150px;
position: relative;
z-index: 999999;
} .hallcraft-service-wrapper .hc-service-price-wrap {
padding: 15px 40px;
background: rgba(30, 55, 90, 0.8);
position: relative;
z-index: 9999999;
} .hallcraft-service-wrapper .hc-service-price-wrap h3 {
color: #ffffff !important;
font-size: 20px;
letter-spacing: .05em;
} .hallcraft-service-wrapper .hc-service-price-wrap p {
margin: 0;
} .hallcraft-service-wrapper:before {
content: '';
display: block;
width: 100%;
height: 100%;
background: rgba(30, 55, 90, 0.8);
position: absolute;
top: 0;
left: 0;
} .hc-offer-box-mobile {
position: relative;
} .hc-offer-box-mobile:after {
content: '\f078';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 18px;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
} #hallcraft_booking_form input::placeholder {
color: #1e375a;
font-weight: 600;
opacity: 1;
} #hallcraft_booking_form textarea::placeholder {
color: #1e375a;
font-weight: 600;
opacity: 1;
} #hallcraft_booking_form textarea {
padding-top: 10px;
} #hallcraft_booking_form .hc-padding {
padding: 80px 0 0 0;
} #hallcraft_booking_form .hc-padding .hc-field-label-service {
display: block;
position: absolute;
top: 0;
left: 0;
color: #1e375a;
font-weight: 600;
} #hallcraft_booking_form .hc-padding .hc-field-label-service span {
display: block;
position: relative;
top: 10px;
} #hallcraft_booking_form .hc-padding .hc-section-title h3 {
font-size: 22px;
position: relative;
margin-bottom: 10px;
} #hallcraft_booking_form .hc-padding .hc-section-title h3:after {
content: '';
display: block;
width: 40px;
height: 4px;
background: #d88734;
position: absolute;
bottom: -10px;
left: 0;
} #hallcraft_booking_form #form-field-hallcraft_day_select {
margin: 30px 0 0 0;
} #hallcraft_booking_form .hc-date-padding {
padding: 0 0 0 0;
} #hallcraft_booking_form .hc-date-padding .hc-field-label-service {
width: 300px;
display: block;
position: absolute;
top: 0;
left: 0;
color: #1e375a;
font-weight: 600;
} #hallcraft_booking_form .hc-date-padding .hc-field-label-service span {
display: block;
position: relative;
top: 0;
} #hallcraft_booking_form .hc-field-label-message {
margin-top: 10px;
font-size: 14px;
color: #1e375a;
font-weight: 600;
} #hallcraft_booking_form .elementor-field-group .elementor-select-wrapper::before {
display: none;
} #hallcraft_booking_form .hc-select-icon:after {
content: '\f078';
font-family: 'Font Awesome 5 Free';
font-size: 20px;
font-weight: 900;
display: block;
position: absolute;
bottom: 6px;
right: 9px;
color: #ffffff;
} #hallcraft_booking_form #form-field-hallcraft_service_select, #hallcraft_booking_form #form-field-hallcraft_day_select, #hallcraft_booking_form #form-field-hallcraft_date_select, #hallcraft_booking_form #form-field-hallcraft_month_select, #hallcraft_booking_form #form-field-hallcraft_time_select {
background: linear-gradient(-90deg, #cfcfcf 35px, #ffffff 35px);
} #hallcraft_booking_form .hr-field-line {
content: '';
display: block;
height: 2px;
width: 80%;
background: #cfcfcf;
position: absolute;
bottom: 10px;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
} #hallcraft_booking_form .hr-field-line.hr-field-line-email {
width: 80%;
} #hallcraft_booking_form .hr-field-line.hr-field-line-house {
width: 80%;
} #hallcraft_booking_form .hr-field-line.hr-field-line-street {
width: 80%;
} #hallcraft_booking_form .hr-field-line.hr-field-line-message {
width: 80%;
top: 40px;
} #hallcraft_booking_form .hc-checkbox {
display: block;
position: relative;
top: 0;
width: 200px;
height: 47px;
background: #d88734;
} #hallcraft_booking_form .hc-checkbox label {
width: 100px;
color: #ffffff;
text-transform: uppercase;
font-size: 14px;
letter-spacing: .02em;
position: relative;
top: 10px;
left: 15px;
padding-left: 15px;
} #hallcraft_booking_form .hc-checkbox label .checkbox {
position: absolute;
top: 50%;
left: -15px;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
width: 21px;
height: 21px;
border: 2px solid #ffffff;
border-top-left-radius: 0px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 0px;
background: #d88734;
} #hallcraft_booking_form .hc-checkbox label .checkbox:after {
content: '';
display: none;
position: absolute;
left: 5px;
top: 2px;
width: 7px;
height: 11px;
border: solid #ffffff;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
} #hallcraft_booking_form .hc-checkbox label:hover .checkbox {
background: rgba(188, 110, 40, 0.5);
} #hallcraft_booking_form input[type=checkbox] {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
} #hallcraft_booking_form input[type=checkbox]:checked ~ label .checkbox {
background: #bc6e28;
} #hallcraft_booking_form input[type=checkbox]:checked ~ label .checkbox:after {
display: block;
} #hallcraft_booking_form select {
text-transform: uppercase;
font-weight: 600;
}            @media (min-width: 768px) { #hallcraft-submenu ul li {
margin: 0 15px;
position: relative;
font-size: 12px;
font-weight: 600;
width: 64px;
text-indent: -100000px;
} #hallcraft-submenu ul li a {
white-space: initial;
width: 64px;
height: 64px;
word-wrap: break-word;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(50px, -50%);
-ms-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
} #hallcraft-submenu ul li:before {
content: '';
display: block;
width: 64px;
height: 64px;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
} #hallcraft-submenu ul li.hc-service-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_servicing_icon-01-01.svg);
background-repeat: none;
background-position: center;
} #hallcraft-submenu ul li.hc-accident-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_accident_icon-01.svg);
background-repeat: none;
background-position: center;
} #hallcraft-submenu ul li.hc-diagnostic-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_diagnostics_icon-01-01.svg);
background-repeat: none;
background-position: center;
} #hallcraft-submenu ul li.hc-tyres-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_tyres_icon-01-01.svg);
background-repeat: none;
background-position: center;
} #hallcraft-submenu ul li.hc-mot-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_mot_icon-01-01.svg);
background-repeat: none;
background-position: center;
} #hallcraft-submenu ul li.hc-alignment-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_alignment_icon-01-01.svg);
background-repeat: none;
background-position: center;
} #hallcraft-submenu ul li.hc-air-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_aircon_icon.png);
background-size: contain;
background-repeat: none;
background-position: center;
} #hallcraft-submenu .hc-list-icon.hc-service-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_servicing_icon-01-01-orange-01.svg);
background-repeat: none;
background-position: center;
animation: fadeInIcon .4s;
} #hallcraft-submenu .hc-list-icon.hc-accident-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_accident_icon-01-orange-01.svg);
background-repeat: none;
background-position: center;
animation: fadeInIcon .4s;
} #hallcraft-submenu .hc-list-icon.hc-diagnostic-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_diagnostics_icon-01-01-orange-01.svg);
background-repeat: none;
background-position: center;
animation: fadeInIcon .4s;
} #hallcraft-submenu .hc-list-icon.hc-tyres-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_tyres_icon-01-01-orange-01.svg);
background-repeat: none;
background-position: center;
animation: fadeInIcon .4s;
} #hallcraft-submenu .hc-list-icon.hc-mot-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_mot_icon-01-01-orange-01.svg);
background-repeat: none;
background-position: center;
animation: fadeInIcon .4s;
} #hallcraft-submenu .hc-list-icon.hc-alignment-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_alignment_icon-01-01-orange-01.svg);
background-repeat: none;
background-position: center;
animation: fadeInIcon .4s;
} #hallcraft-submenu .hc-list-icon.hc-air-icon:before {
background: url(//hallcraft-servicing.co.uk/wp-content/themes/hallcraft/images/hallcraft_aircon_icon-orange-01.png);
background-size: contain;
background-repeat: none;
background-position: center;
animation: fadeInIcon .4s;
}
}
@media (min-width: 992px) { #hallcraft-submenu ul {
padding: 0 0 0 60px;
} #hallcraft-submenu ul li {
margin: 0;
position: relative;
font-size: 14px;
font-weight: 600;
width: 170px;
text-indent: 0;
} #hallcraft-submenu ul li a {
white-space: initial;
padding-left: 60px;
width: 100px;
height: 48px;
word-wrap: break-word;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
} #hallcraft-submenu ul li:before {
content: '';
display: block;
width: 48px;
height: 48px;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
} #hallcraft-submenu ul li.hc-mot-icon {
width: 130px;
} #hallcraft-submenu ul li.hc-tyres-icon {
width: 130px;
} .hallcraft-wave {
position: absolute;
bottom: -80px;
left: 0;
}
}
@media (min-width: 768px) { #hallcraft-testimonials-outer {
height: 500px;
padding: 50px 0;
} #hallcraft-testimonials-outer #hallcraft-testimonials-inner {
padding: 50px;
width: 80%;
} #hallcraft-testimonials-outer #hallcraft-testimonials-inner .hallcraft-testimonial-wrapper {
padding: 20px;
} #hallcraft-testimonials-outer .owl-dots {
margin-top: 50px;
} #hallcraft-testimonials-outer-about {
height: 180px;
width: 80%;
margin: 0 auto;
}
}
@media (min-width: 992px) { #hallcraft-testimonials-outer-about {
height: 200px;
width: 40%;
margin: 0 auto;
} #hallcraft-testimonials-outer-about #hallcraft-testimonials-inner {
color: #ffffff;
padding: 30px;
width: 90%;
margin: 0 auto;
}
}
@media (min-width: 768px) { .hc-offer-box {
position: relative;
} .hc-offer-box:after {
content: '\f054';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 18px;
position: absolute;
top: 50%;
right: 15px;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
}
@media (min-width: 768px) { .hc-news-sidebar .hc-fb h3 {
margin: 0;
padding-left: 20px;
position: relative;
} .hc-news-sidebar .hc-fb h3:before {
content: '\f082';
font-family: 'Font Awesome 5 Brands';
font-weight: 900;
position: absolute;
top: 0;
left: -10px;
color: #d88734;
}
}
@media (min-width: 992px) { .hc-news-sidebar .hc-fb h3 {
margin-top: 30px;
padding-left: 0;
} .hc-news-sidebar .hc-fb h3:before {
content: '\f082';
font-family: 'Font Awesome 5 Brands';
font-weight: 900;
position: absolute;
top: -30px;
left: 0;
color: #d88734;
}
}
@media (min-width: 768px) { .hc-latest-news-row {
height: 225px;
} .hc-latest-news-row .hc-latest-news-col .hc-latest-news-title h2 {
font-size: 32px;
} .hc-latest-news-row .hc-latest-news-col .hc-latest-news-title h5 {
font-size: 14px;
} .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-1:before, .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-4:before {
height: 225px;
} .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-2:before, .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-3:before {
height: 225px;
}
}
@media (min-width: 992px) { .hc-latest-news-row {
height: 425px;
} .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-1:before, .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-4:before {
height: 425px;
} .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-2:before, .hc-latest-news-row .hc-latest-news-col.hc-latest-news-col-3:before {
height: 425px;
}
}
@media (min-width: 768px) { #hallcraft_booking_form #form-field-hallcraft_day_select {
margin: 0 0 0 0;
} #hallcraft_booking_form .hc-date-padding {
padding: 30px 0 0 0;
} #hallcraft_booking_form .hr-field-line {
width: 77%;
} #hallcraft_booking_form .hr-field-line.hr-field-line-email {
width: 88%;
} #hallcraft_booking_form .hr-field-line.hr-field-line-house {
width: 55%;
} #hallcraft_booking_form .hr-field-line.hr-field-line-street {
width: 78%;
} #hallcraft_booking_form .hr-field-line.hr-field-line-message {
width: 89%;
bottom: 70px;
} #hallcraft_booking_form .hc-checkbox {
top: 40px;
}
}
@media (min-width: 992px) { #hallcraft_booking_form .hr-field-line {
width: 85%;
} #hallcraft_booking_form .hr-field-line.hr-field-line-email {
width: 93%;
} #hallcraft_booking_form .hr-field-line.hr-field-line-house {
width: 65%;
} #hallcraft_booking_form .hr-field-line.hr-field-line-street {
width: 88%;
} #hallcraft_booking_form .hr-field-line.hr-field-line-message {
width: 93%;
bottom: 50px;
}
}
.page-content p{
margin-bottom: 0.7em;
}
.page-content :is(h2,h3,h4,h5){
margin-top: 1.2em !important;
margin-bottom: 0.7em !important;
}
.page-content h2{
font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
.page-content h3{
font-size: clamp(1.2rem, 3vw, 1.4rem) !important;
}
.page-content h4{
font-size: clamp(1rem, 3vw, 1.2rem) !important;
}
#cmplz-document p,
#cmplz-document li{
font-size: 1rem;
}
.cff-post-text{
font-size: 14px;
}
.cff-more,
.cff-less{
line-height: 40px;
}
.cff-post-links{
display: flex;
gap: 15px;
}
.cff-post-links a.cff-share-link,
.cff-post-links a.cff-viewpost-facebook{
background: #D38330;
color: white !important;
padding: 5px 12px;
border-radius: 3px;
padding: 3px 7px 2px !important;
}
.cff-cta-link,
.cff-media-link,
.cff-dot{
display: none;
}
.cff-text a{
display: inline;
}
#cff .cff-share-tooltip{
width: min-content !important;
}
#cff .cff-share-tooltip .fa{
font-family: fontawesome !important;
}
#hallcraft_booking_form .hc-select-icon:after{
pointer-events: none;
}
#hallcraft_booking_form .select-caret-down-wrapper i{
display: none;
}   @keyframes fadeDown {
0% {
opacity: 0;
transform: translate3d(0,-50px,0);
}
100% {
opacity: 1;
transform: none;
}
}
.elementor-element.fadeInDown {
animation-name: fadeDown;
}
@keyframes fadeLeft {
0% {
opacity: 0;
transform: translate3d(-50px,0,0);
}
100% {
opacity: 1;
transform: none;
}
}
.elementor-element.fadeInLeft {
animation-name: fadeLeft;
}
@keyframes fadeRight {
0% {
opacity: 0;
transform: translate3d(50px,0,0);
}
100% {
opacity: 1;
transform: none;
}
}
.elementor-element.fadeInRight {
animation-name: fadeRight;
}
@keyframes fadeUp {
0% {
opacity: 0;
transform: translate3d(0,50px,0);
}
100% {
opacity: 1;
transform: none;
}
}
.elementor-element.fadeInUp {
animation-name: fadeUp;
} @keyframes slideDown {
0% {
transform: translate3d(0,-100px,0);
}
100% {
transform: none;
}
}
.elementor-element.slideInDown {
animation-name: slideDown;
}
@keyframes slideUp {
0% {
transform: translate3d(0,100px,0);
}
100% {
transform: none;
}
}
.elementor-element.slideInUp {
animation-name: slideUp;
}
@keyframes slideLeft {
0% {
transform: translate3d(-100px,0,0);
}
100% {
transform: none;
}
}
.elementor-element.slideInLeft {
animation-name: slideLeft;
}
@keyframes slideRight {
0% {
transform: translate3d(100px,0,0);
}
100% {
transform: none;
}
}
.elementor-element.slideInRight {
animation-name: slideRight;
}