/***************************************************************************************
Theme Name: ExciteMedia Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.2.1
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
***************************************************************************************/

/******************************************
GENERAL STYLES
******************************************/
/* Font Faces - BEGIN */
/* Font Faces - END */

html {
	font-size: 100% !important;
}
body {
	color: #95989A;
	font-family: var(--zalando);
	font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	color: #272525;
	font-family: var(--zalandoEx);
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 5px;
	padding: 0;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
}
h1 {
	font-size: 2.3125rem;
	line-height: 1.1em;
}
h2 {
	font-size: 1.875rem;
}
h3 {
	font-size: 1.6875rem;
}
h4 {
	font-size: 1.5625rem;
}
h5 {
	font-size: 1.42rem;
}
h6 {
	font-size: 1.2rem;
	letter-spacing: 0;
}
.twenty {
	font-size: 1.4rem;
}
a {
	color: #68B9BC;
	outline: none;
	text-decoration: none;
}
a, a:before, a:after {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
a:hover {
	color: #419a9d;
	text-decoration: underline;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
	border: 0;
	max-width: 100%;
	position: relative;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img:not(.ls-bg) {
	height: auto !important;
}
img:before {
	background-color: #efefef;
	border: 2px dotted rgb(200, 200, 200);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	height: 100px;
	width: 100%;
}
img:after {
	color: rgb(100, 100, 100);
	content: "\f127" " Broken Image of " attr(alt);
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
img.cke_wordpress_more {
	height: 10px !important;
}
p {
	margin-bottom: 26px;
	margin-top: 26px;
	padding: 0;
}
table {
	margin: 20px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ccc;
	color: transparent;
	height: 1px;
	margin: 20px 0;
}
::-webkit-input-placeholder {
opacity: 1;
}
::-moz-placeholder {
opacity: 1;
} /* firefox 19+ */
:-ms-input-placeholder {
opacity: 1;
filter:alpha(opacity=100);
} /* ie */
input:-moz-placeholder {
opacity: 1;
}
iframe {
	max-width: 100%;
}
div.ezcol-one-quarter, div.ezcol-one-half, div.ezcol-three-quarter, div.ezcol-one-third, div.ezcol-two-third, div.ezcol-one-fifth, div.ezcol-two-fifth, div.ezcol-three-fifth, div.ezcol-four-fifth {
	hyphens: none;
}
#post-not-found {
	padding-top: 30px;
	text-align: center;
}
.em-googlemap, .acf-map {
	position:relative;
}
.overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.twenty20 {
	max-width: 100%;
}
.extra-content, .mainbody {
	padding: 50px 0;
}
.list-inline {
	padding-left: 0;
}
.list-inline li {
	display: inline-block;
}
span.gold {
	color: var(--orange);
	font-weight: 300;
}
span.dark-gold {
	color: #f86000;
	font-weight: 300;
}
span.light-gold {
	color: #de986b;
	font-weight: 300;
}
span.spaced {
	letter-spacing: 5px;
}
span.heavy {
	font-weight: 700;
	letter-spacing: 1px;
}
span.light-brown {
	color: #EAD69F;
}
span.normal {
	font-weight: 300;
}
span.red {
	color: #FF0000;
}
.no-transform {
	text-transform: none;
}
.border {
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
.border:after {
	/* background-color: #C6C6C6; */
	bottom: 0;
	content: '';
	height: 1px;
	left: 0;
	max-width: 253px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100%;
}
.text-center {
	text-align: center;
}
.text-center .border:after {
	right: 0 !important;
}





.ui-datepicker {
    z-index: 999999999 !important;
    background: white;
    /* padding: 20px; */
    box-sizing: border-box;
}
.ui-datepicker-calendar {
    min-width: 300px;
}

/******************************************
LAYOUT STYLES
******************************************/
/*** Enter your style for global layout here ***/

/* .contact {
	background-color: #292929;
}
.contact-information {
	text-align: right;
	margin: 0;
}
.contact-information li {
	color: var(--light-orange);
	font-size: 13px;
	font-weight: 700;
	line-height: 40px;
	position: relative;
}
.contact-information li {
	padding-left: 25px;
}
.contact-information li a {
	color: var(--light-orange);
	font-weight: 700;
}
.contact-information li:before {
	color: #FFF;
	content: "\f095";
	font-family: FontAwesome;
	font-size: 1.125rem;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contact-information li.phone:before {
	content: "\f095";
}
.contact-information li.address:before {
	/* content: "\f041";
    font-size: 20px; */
	/* display: none;
} */
/* .contact-information li.address {
	background: url(https://www.brisbaneeurospecialists.com.au/wp-content/uploads/icon-location.png) no-repeat left center;
}
.header-top .header-nav .main-nav {
	float: right;
} */
/* .header-top {
	border-bottom: 5px solid var(--light-orange);
} */
/* .header-top .logo img {
	margin-bottom: -13px;
	margin-top: -13px;
	max-width: 106px;
} */
.header-top .header-phone .em-button {
	padding: 12px 8px 11px;
}
.banner-area {
	background-image: url(https://www.brisbaneeurospecialists.com.au/wp-content/uploads/hero-2.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding-bottom: 90px;
	padding-top: 95px;
}
.banner-area p, .banner-area h1, .banner-area h5 {
	color: #FFF;
}
.banner-area h1 {
	letter-spacing: 2px;
}
.banner-area h5 {
	margin-bottom: 45px;
}
.banner-area h5 span {
	border-bottom: 1px solid #FFF;
	color: #F2B644;
	letter-spacing: 10px;
	padding: 0 30px 12px 30px;
}
.banner-area p {
	font-size: 1.375rem;
	margin-bottom: 45px;
}
.banner-area p:last-child {
	margin-bottom: 0;
}
.banner-area .em-button:first-child {
	margin-right: 20px;
}
/*** Homepage - Enter any style for elements on homepage here ***/

/* ---- XMAS BANNER STARTS ---- */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@font-face {
	font-family: 'black_jackregular';
	src: url('blackjack-webfont.eot');
	src: url('library/fonts/blackjack-webfont.eot?#iefix') format('embedded-opentype'), url('library/fonts/blackjack-webfont.woff2') format('woff2'), url('library/fonts/blackjack-webfont.woff') format('woff'), url('library/fonts/blackjack-webfont.ttf') format('truetype'), url('library/fonts/blackjack-webfont.svg#black_jackregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.xmas-banner {
	background:url(library/images/xmas-bg.jpg) no-repeat center center / cover;
	padding:20px;
	text-align:center;
}
.xmas-banner h1 {
	font-size:30px;
	color:#fff;
	font-family: 'black_jackregular';
	font-weight:normal;
	text-transform:none;
	margin:0 0 10px;
}
.xmas-banner h3 {
	font-size:16px;
	color:#fff;
	font-family: 'latoregular';
	font-weight:400;
	text-transform:none;
	margin:0;
}
/* ---- XMAS BANNER ENDS ---- */

.logos-container {
	padding-bottom: 0;
}
ul.logos {
	margin: 0;
}
ul.logos li {
	margin-right: -4px;
	text-align: center;
	vertical-align: top;
	width: 12.5%;
}
ul.logos li a img {
	margin-bottom: 0;
}
ul.logos li a:hover img {
	border-radius: 50%; 
	box-shadow: 0 0 1em #848484;
}
ul.logos li img:hover {
	-webkit-transform: scale(1.125);
	-moz-transform: scale(1.125);
	-o-transform: scale(1.125);
	transform: scale(1.125);
	-webkit-transition: all .6s ease;
}
.our-services .extra-content-col-inner {
	background-color: #363636;
	border-bottom: 3px solid var(--orange);
}
.our-services .extra-content-col-inner:hover {
	background-color: var(--light-orange);
}
.our-services .extra-content-col-inner a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding: 40px 30px 40px 40px;
}
.our-services .extra-content-col-inner h6 {
	letter-spacing: 1px;
	background-size:35px auto;
	background-position: center;
	background-repeat:no-repeat;
	color:#fff;
}
.our-services .extra-content-col-inner h6.services_link {
	text-align: center;
}
.services_link_img {
	height: 50px;
	padding: 15px;
  	background-repeat: no-repeat;
	text-align: center;
}
.our-services .extra-content-col-inner h6.repairs_link {
	text-align: center;
}
.repairs_link_img {
	height: 50px;
	padding: 15px;
  	background-repeat: no-repeat;
	text-align: center;
}
.our-services .extra-content-col-inner h6.diagnostics_link {
	text-align: center;
}
.diagnostics_link_img {
	height: 50px;
	padding: 15px;
  	background-repeat: no-repeat;
	text-align: center;
}
.our-services .extra-content-col-inner p {
	font-size: 1rem;
	line-height: normal;
	margin: 10px 0 0;
}
.our-services .extra-content-col * {
	color: #FFF;
}
.our-services .column-02 .extra-content-col-inner {
	background-color: #404040;
}
.our-services .extra-content-col-inner {
	background-color: #363636;
	border-bottom: 3px solid var(--light-orange);
	padding: 40px 30px 40px 40px;
}
.our-services .extra-content-col-inner:hover {
	background-color: #9B845A !important;
	cursor: pointer;
}
.our-services .extra-content-col p {
	font-size: 1rem;
	margin: 10px 0 0 0;
  line-height:normal;
}
.our-services .extra-content-col span {
	margin-right: 12px;
}
.our-services .extra-content-col span, .our-services .extra-content-col h6 {
	display: inline-block;
}
.our-services .extra-content-col h6 {
	letter-spacing: 1px;
}
.our-services .extra-content-col a:hover {
	text-decoration: none;
}
.our-services .extra-content-col .extra-content-col-inner:hover span.services-img, .our-services .extra-content-col span.services-hover {
	display: none;
}
.our-services .extra-content-col .extra-content-col-inner:hover span.services-hover {
	display: inline-block;
}
.why {
	text-align: center;
}
.why .extra-content-col .extra-content-col-inner {
	margin-bottom: 28px;
}
.why .why-row .extra-content-col .extra-content-col-inner {
	padding: 0 9%;
}
.why .extra-content-col .extra-content-col-inner p {
	color: #7E7E7E;
	margin-bottom: 0;
	margin-top: 5px;
}
.why h2 {
	letter-spacing: 2px;
}
.why p span {
	color: #f86000;
}
.why .em-button {
	margin-top: 25px;
}
.client-testimonials .testi-intro {
	text-align: center;
}
.client-testimonials .testi-intro h3 span.normal, .testimonial-bar .testi-intro h3 span.normal {
	color: #FFF;
	letter-spacing: 0;
	text-transform: capitalize;
}
.home-about h2 {
	letter-spacing: 1px;
}
.home-about h6.border:after {
	left: 0;
	right: auto;
	width: 48%;
}
.home-about h6.border {
	margin-bottom: 40px;
}
.home-about .em-button:first-child {
	margin-right: 18px;
}
.home-about p:last-child {
	margin-top: 50px;
}
/******************************************
MAP
******************************************/
#map {
	width: 100%;
	height: 377px;
}
.map-container {
	border-bottom: 5px solid var(--light-orange);
	position: relative;
}
.map-info {
	background-color: rgba(170, 136, 71, 0.8);
	bottom: 0;
	max-width: 347px;
	margin: auto 0;
	padding: 25px 40px;
	position: absolute;
	top: 0;
}
.map-info * {
	color: #FFF;
}
.map-info h6 {
	font-size:1.5em;
}
.map-info h6 img {
	margin-right: 15px;
	margin-top: -7px;
}
.map-info p {
	margin: 18px 0;
	line-height: 1.3em;
}
.map-info input[type="text"] {
	background-color: #FFF;
}
.map-info input[type="submit"] {
	background-color: #393939;
}
.map-info input[type="submit"]:hover {
	background-color: #1A1A1A;
}
.contact-bottom-bar {
	background-color: #393939;
}
.contact-bottom-bar .bottom-bar-phone a {
	background-color: #313131;
	color: #FFF;
	display: block;
	font-size: 1.5rem;
	max-width: 390px;
	padding: 26% 0;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.contact-bottom-bar .bottom-bar-phone a span {
	letter-spacing: 1px;
	padding-left: 25px;
	position: relative;
}
.contact-bottom-bar .bottom-bar-phone a span:before {
	color: #FFF;
	content: "\f095";
	font-family: FontAwesome;
	font-size: 1.25rem;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 6px;
}
.contact-bottom-bar p, .contact-bottom-bar h3 {
	color: #FFF;
	margin-bottom: 0;
}
.contact-bottom-bar h3 {
	letter-spacing: 1px;
}
.contact-bottom-bar h6 {
	line-height: 100%;
}
.contact-bottom-bar p {
	margin-top: 15px;
}
.contact-bottom-bar p:first-child {
	margin: 0;
}
.contact-bottom-bar p:last-child {
	margin-bottom: 0;
}
.contact-bottom-bar .gold {
	letter-spacing: 4px;
}
.melina-wrapper h5 {
	color: #fff;
	margin: 8px 0 0;
}
.melina-wrapper h6 {
	color: #F2B644;
	font-weight: 300;
}
/******************************************
MAP
******************************************/

.testimonial-bar {
	background-image: url(library/images/testi-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px 0;
	position: relative;
}
.testimonial-bar .container {
	position: relative;
}
.logo-panel {
	padding: 50px 0;
}
/*** Internal Pages - Enter any style for elements on internal pages here ***/
/******************************************
INNER BANNER
******************************************/
.inner-banner {
	background-image: url(library/images/inner-banner.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 130px 0;
	text-align: center;
}
.inner-banner h1 {
	color: #FFF;
	letter-spacing: 2px;
	margin-top: 0 !important;
	text-transform: uppercase;
	margin: 0;
}
.inner-banner h5{
	display: none;
}
.inner-banner h5 span {
	display: block;
	margin: 0;
	letter-spacing: 10px;
	padding-bottom: 10px;
}
.inner-banner h5 span.border:after {
	background-color: #FFFFFF;
	width: 63%;
}
/******************************************
SERVICES
******************************************/
input.datepicker {
	width: 100% !important;
}
.inner .extra-content .border:after, .inner .mainbody .border:after {
	right: auto;
	width: 48%;
}
.inner h3 {
	margin-bottom: 0;
}
.inner .extra-content h2 {
	letter-spacing: 1px;
	text-transform: uppercase;
}
.inner p.first-p {
	margin-bottom: 40px;
	margin-top: 40px;
}
.about-page-portals .about-portal {
	background-color: #F5F5F5;
	background-image: url(library/images/move-to-next@2x.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 40px;
	clear: both;
	cursor: pointer;
	margin-bottom: 20px;
	position: relative;
}
.about-page-portals .about-portal:hover {
	background-size: 50px;
	background-image: url(library/images/move-to-next-hover@2x.png);
}
.about-page-portals .about-portal a {
	color: #7E7E7E;
}
.about-page-portals .about-portal a:hover {
	text-decoration: none;
}
.about-page-portals .portal-img {
	float: left;
	margin-right: 30px;
}
.about-page-portals .about-portal-inner {
	padding: 18px 60px 20px 30px;
}
.about-page-portals .about-portal-inner p {
	margin: 0;
	line-height:normal;
}
.about-page-portals .about-portal-inner img {
	margin-right: 15px;
}
.about-page-portals .about-portal-inner h6 {
	background-position: left center;
	background-repeat: no-repeat;
	display: flex;
	margin-bottom: 12px;
	padding-bottom: 12px;
	padding-left: 45px;
	padding-top: 12px
}
.about-page-portals .about-portal-inner h6.services-servicing {
	background-image: url(library/images/servicing.png);
	background-size: 35px;
}
.about-page-portals .about-portal-inner h6.services-repairs {
	background-image: url(library/images/repairs.png);
	background-size: 36px;
}
.about-page-portals .about-portal-inner h6.services-diagnostics {
	background-image: url(library/images/diagnotiscs@2x.png);
	background-size: 33px;
}
.about-page-portals .about-portal-inner h6.services-shop {
	background-image: url(library/images/smash@2x.png);
	background-size: 33px;
}
.about-page-portals .about-portal-inner h6.services-safety {
	background-image: url(library/images/note@2x.png);
	background-size: 36px;
	line-height: 110%;
	margin-bottom: 0;
}
.about-page-portals .about-portal-inner h6.services-tyres {
	background-image: url(library/images/bodyworks.png);
	background-size: 35px;
}
/******************************************
SERVICING
******************************************/
.servicing-row-01 ul.gears, .repairs-row-01 ul.gears {
	margin: 35px 0 45px 0;
	padding-left: 0;
}
.extra-content.servicing-row-03 .twenty {
	letter-spacing: 0;
}
.extra-content.servicing-row-03 .border:after {
	right: 0;
}
.extra-content.servicing-row-03 p, .bar-text p {
	color: #393939;
}
.extra-content.servicing-row-03 .heavy, .bar-heading .heavy {
	letter-spacing: 0;
}
.why-service-with-us .why-us{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
	margin-top: 80px;
	padding-left: 0;
}
ul.why-us li {
	background-position: center 40px;
	background-repeat: no-repeat;
	color: rgba(12, 12, 12, 0.4);
	list-style: none;
	padding: 100px 40px 40px;
    background-color: #F4F4F4;
    border-radius: 4px;
    text-align: center;
}
ul.why-us li span{
	color: #272525;
}
ul.why-us li.customer-lounge {
	background-image: url(library/images/coffe-icon.png);
	background-size: 37px;
}
ul.why-us li.courtesy-cars {
	background-image: url(library/images/car-icon.png);
	background-size: 43px;
}
ul.why-us li.chat {
	background-image: url(library/images/chat-icon.png);
	background-size: 41px;
}
ul.why-us li.genuine {
	background-image: url(library/images/engine-iocn.png);
	background-size: 40px;
}
.why-service-with-us .extra-content-col.column-02 h6.border:after {
	max-width: 143px;
}
.why-service-with-us * {
	/* color: #FFF; */
}
.why-service-with-us span.heavy {
	letter-spacing: 0;
}
.why-service-with-us .extra-content-col.column-02 p:last-child {
	margin-top: 60px;
}
.why-service-with-us .em-button{
	margin-left: auto;
	margin-right: auto;
}
.gray-bg {
	/* background-image: url(library/images/gray-gradient.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
	background-color: #F4F4F4;
}
.breakdowns {
	background-image: url(library/images/breakdowns.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.aircon {
	background-image: url(library/images/aircon-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.custom {
	background-image: url(library/images/custom.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/******************************************
BODYWORKS
******************************************/
.bodywork-columns h4 {
	margin-bottom: 50px;
}
.bodywork-columns h4.border:after {
	background-color: #FFF;
	right: 0 !important;
}
.bodywork-columns .row-02 .extra-content-col-inner {
	background-color: #F4F4F4;
	padding: 30px 24px 40px 24px;
	text-align: center;
}
.bodywork-columns * {
	/* color: #FFF; */
	text-align: center;
}
.bodywork-columns .row-02 .extra-content-col-inner ul.gears, .bodywork-columns .row-02 .extra-content-col-inner p {
	clear: both;
}
.bodywork-columns .row-02 .extra-content-col-inner ul.gears li {
	background-size: 15px;
	margin-bottom: 0;
	text-align: left;
}
.bodywork-columns .row-02 .extra-content-col-inner .em-button {
	max-width: 100%;
	margin: auto;
	margin-top: 35px;
	color: #FFFFFF;
    background: #0C0C0C;	
}
.bodywork-columns .row-02 .extra-content-col-inner .em-button:hover,
.bodywork-columns .row-02 .extra-content-col-inner .em-button:focus {
	background: rgba(12, 12, 12, 0.6);
}
.why .em-button,
.our-facilities .em-button {
	margin: auto;
	margin-top: 15px;
}
.extra-content-col-inner > .em-button{
	margin-top: 15px;
}
/******************************************
REPAIRS
******************************************/
.breakdowns h6.border:after {
	max-width: 113px;
}
.breakdowns p {
	color: #393939;
}
/******************************************
ABOUT
******************************************/

.our-facilities h4.border:after {
	max-width: 135px;
	right: 0 !important;
}
.we-specialise h6.border:before {
	background-color: #FFF;
	max-width: 63px;
}
.our-facilities h6,.our-facilities h6 span{
	font-family: "Zalando Sans Expanded", sans-serif;
    font-size: 1.5rem;
    line-height: 1.813rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
	color: #0C0C0C;
}
.we-specialise * {
	color: #FFF;
}
.we-specialise .extra-content-col-inner{
	width: 100%;
	max-width: calc( 66.66666667% - 30px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media (max-width: 767px) {
	.we-specialise .extra-content-col-inner{
		max-width: 100%;
	}
}
.we-specialise .extra-content-col-inner .em-button{
	margin-left: auto;
	margin-right: auto;
}
ul.specialise {
	margin-top: 60px;
	padding-left: 0;
}
ul.specialise li {
	margin-bottom: 75px;
	margin-right: -5px;
	width: 25%;
}
ul.specialise li img {
	margin-bottom: 0;
}
.facility-gallery {
	margin: 25px 0 45px 0;
}
.facility-gallery .owl-carousel .owl-nav div {
	color: #D8D8D8;
	font-family: FontAwesome;
	font-size: 1.1875rem;
	position: absolute;
	top: 32%;
}
.facility-gallery .owl-carousel .owl-nav .owl-prev {
	left: 0;
}
.facility-gallery .owl-carousel .owl-nav .owl-next {
	right: 0;
}
.facility-gallery .owl-carousel .owl-nav .owl-prev:before {
	content: '\f053';
}
.facility-gallery .owl-carousel .owl-nav .owl-next:before {
	content: '\f054';
}
.facility-gallery .owl-carousel .item {
	position: relative;
}
.facility-gallery .owl-carousel .item:hover a:before {
	background-color: rgba(237,120,46,0.8);
	bottom: 0;
	content: '';
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.facility-gallery .owl-carousel .item:hover {
	cursor: pointer;
}
.facility-gallery .owl-carousel .item:hover a:after {
	bottom: 0;
	content: url(library/images/plus.png);
	left: 0;
	height: 62px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 62px;
	z-index: 99;
}
/******************************************
FAQS
******************************************/
ul.faqs {
	padding-left: 0;
}
ul.faqs li {
	list-style: none;
	margin-bottom: 0;
	position: relative;
	transition: all 0.5s ease;
}
ul.faqs li:before {
	content: '';
	font-size: 1.4375rem;
	font-weight: 700;
	left: 0;
	position: absolute;
	top: 0;
}
ul.faqs li.question {
	cursor: pointer;
	padding: 18px 50px 18px 50px;
	font-weight: 600;
	color: #2d2d2d;
	border-top: 1px solid #2d2d2d;
}
ul.faqs li.question:before {
	content: 'Q';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
	color: #999;
	transition: 0.4s color;
}
ul.faqs li.question:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	text-align: center;
	right: 20px;
	top: 50%;
	background-image: url('./library/images/plus.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	transition: 0.3s ease;
}
ul.faqs li.question.active:after {
	background-image: url('./library/images/minus.svg');
	transform: translateY(-50%) rotate(-180deg);
}
ul.faqs li.question.active:before{
	color: #ff7a18;
}
ul.faqs li.answer {
	/* display: none; */
	/* padding: 0 50px 18px 50px; */
	box-sizing: border-box;
    padding: 0 50px 0px;
	color: #555;
	line-height: 1.6;
}
ul.faqs li.answer:before {
	content: 'A';
	position: absolute;
	left: 20px;
	top: 18px;
	color: #ff7a18;
	font-weight: bold;
}
/******************************************
BRANDS
******************************************/
/* .brand-services-container h6 {
	color: #FFF;
	margin-bottom: 40px;
} */
ul.brand-service {
	padding-left: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 60px;
	margin-bottom: 40px;
}
ul.brand-service li {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 32px;
	color: #FFF;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-right: -4px;
	position: relative;
	vertical-align: middle;
	padding: 0 20px 12px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	font-family: "Zalando Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
	row-gap: 20px;
}
ul.brand-service li::before{
	content: var(--background-image);
}
ul.brand-service li.servicing {
	--background-image: url(library/images/car.svg);
}
ul.brand-service li.log {
	--background-image: url(library/images/doc.svg);
}
ul.brand-service li.diagnosis {
	--background-image: url(library/images/monitor.svg);
}
ul.brand-service li.filters {
	--background-image: url(library/images/valve.svg	);
}
ul.brand-service li.upgrades {
	--background-image: url(library/images/settings.svg);
}
ul.brand-service li.wheel {
	--background-image: url(library/images/search.svg);
}
ul.brand-service li.safety {
	--background-image: url(library/images/search.svg);
}
ul.brand-service li.aircon {
	--background-image: url(library/images/ac_unit.svg);
}
ul.brand-logos {
	padding-left: 0;
}
ul.brand-logos li {
	display: inline-block;
	list-style: none;
	margin-right: -4px;
	width: 25%;
}
ul.brand-logos li a {
	display: block;
	padding: 30px 20px;
}
ul.brand-logos li:nth-child(odd) a {
	background-color: #F0F0F0;
}
ul.brand-logos li:nth-child(even) a {
	background-color: #DEDEDE;
}
ul.brand-logos-second li:nth-child(even) a {
	background-color: #F0F0F0;
}
ul.brand-logos-second li:nth-child(odd) a {
	background-color: #DEDEDE;
}
ul.brand-logos li a img {
	margin-bottom: 0;
}
ul.brand-logos li a:hover {
	background-color: var(--orange);
}
/******************************************
SAFETY CERTIFICATE PAGE
******************************************/

.pre-purchase-bar h6.twenty {
	text-align:center;
}
.pre-purchase-bar h6.border::after {
	right: 0 !important;
	width:20% !important;
}
ul.inspection-list {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 30px 0;
}
ul.inspection-list li {
	background-position: left top;
	background-repeat: no-repeat;
	color: #393939;
	float: left;
	font-size: 0.9375rem;
	font-weight: bold;
	padding: 5px 0 30px 70px;
	width: 20%;
	line-height:normal;
}
ul.inspection-list li.icon1 {
	background-image: url(library/images/icon1.png);
}
ul.inspection-list li.icon2 {
	background-image: url(library/images/icon2.png);
}
ul.inspection-list li.icon3 {
	background-image: url(library/images/icon3.png);
}
ul.inspection-list li.icon4 {
	background-image: url(library/images/icon4.png);
}
ul.inspection-list li.icon5 {
	background-image: url(library/images/icon5.png);
}
ul.inspection-list li.icon6 {
	background-image: url(library/images/icon6.png);
}
ul.inspection-list li.icon7 {
	background-image: url(library/images/icon7.png);
}
ul.inspection-list li.icon8 {
	background-image: url(library/images/icon8.png);
}
ul.inspection-list li.icon9 {
	background-image: url(library/images/icon9.png);
}
ul.inspection-list li.icon10 {
	background-image: url(library/images/icon10.png);
}
ul.inspection-list li.icon11 {
	background-image: url(library/images/icon11.png);
}
ul.inspection-list li.icon12 {
	background-image: url(library/images/icon12.png);
}
ul.inspection-list li.icon13 {
	background-image: url(library/images/icon13.png);
}
ul.inspection-list li.icon14 {
	background-image: url(library/images/icon14.png);
}
/******************************************
CONTACT PAGE
******************************************/
ul.contact-person-list {
	margin:0;
	padding:0;
	list-style:none;
}
ul.contact-person-list li {
	color: #393939;
	float: left;
	font-weight: 600;
	padding: 10px 5px 30px;
	text-align: center;
	width: 25%;
}
.contact-page-details {
	background: rgba(111, 111, 111, 0.3);
    backdrop-filter: blur(20px);
    border-radius: 6px;
	padding: 20px;
	color: var(--black2);
}
.contact-page-details p:first-child, .contact-page-details ul li, .contact-page-details ul li a {
	color: var(--black2);
}
.contact-page-details ul {
	padding-left: 0;
}
.contact-page-details ul li {
	font-weight: 700;
	list-style: none;
	padding-left: 25px;
	position: relative;
}
.contact-page-details li:before {
	color: var(--light-orange);
	font-family: FontAwesome;
	font-size: 0.65rem;
	left: 0px;
	line-height: 1em;
	position: absolute;
}
.contact-page-details li.phone:before,
.contact-page-details li.address:before{
	content: '';
	width: 18px;
    height: 18px;
	background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 5px;
}
.contact-page-details li.phone:before {
    background-image: url(./library/images/phone.svg);
}
.contact-page-details li.address:before {
	background-image: url(./library/images/location.svg);
}
.contact-page-details li.fax:before {
	content: '\f1ac';
	top: 6px;
}
.contact-page-details li.email:before {
	content: '\f0e0';
	top: 7px;
}
.contact-page-details p .heavy {
	letter-spacing: 0;
}
.contact-page-details .white {
	color: #FFF;
}
.contact-page-details h6 img {
	margin-right: 30px;
	vertical-align: bottom;
}
.book-quote {
	/* max-width: 470px; */
	padding: 45px 30px 45px 45px;
}
.book-quote .gform_wrapper .gform_heading {
	text-align: center;
}
.book-quote .gform_wrapper h3.gform_title {
	background-image: url(library/images/pickup@2x.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 29px;
	color: #393939;
	display: inline-block;
	font-size: 1.125rem;
	margin-bottom: 20px;
	padding-left: 45px;
	text-align: center;
}
.book-quote .gform_description {
	color: #393939;
	text-align: center;
}
.book-quote div.gform_wrapper ul li.gfield, .book-quote div.gform_wrapper .gform_footer {
	padding-right: 16px !important;
}
/******************************************
CUSTOMER DETAILS
******************************************/
.page-id-1131 .testimonial-bar, .page-id-1131 .logo-panel, .page-id-1131 .contact-bottom-bar {
	display: none;
}
.page-id-1131 .mainbody h4 {
	font-size: 1.4375rem;
	margin-bottom: -2px;
	padding-bottom: 23px;
	margin-left: auto;
	margin-right: auto;
	width: 674px;
	max-width: 100%;
}
.page-id-1131 .mainbody h5 {
	font-size: 1rem;
	color: var(--orange);
}
#gform_wrapper_4 {
	margin: 0 auto;
	width: 674px;
	max-width: 100%;
}
#gform_wrapper_4 input[type="text"], #gform_wrapper_4 input[type="email"], .gfield_checkbox label {
 font-size: .875rem;
	height: auto;
	padding: 11px 24px 12px;
}
#gform_wrapper_4 ul.gform_fields li.gfield {
	clear: none;
	width: 48%;
	margin: 0 2% 13px;
	float: left;
}
#gform_wrapper_4 div.gform_body ul.gform_fields li#field_4_8 {
	width: 98%;
	margin-right: 2%;
}
#gform_wrapper_4 div.gform_body ul.gform_fields li.gfield.gfield_html {
	width: 100%;
	clear: both;
	margin: 26px 0 10px;
}
#gform_wrapper_4 li#field_4_17.gfield {
	width: 100%;
	clear: both;
}
#gform_wrapper_4 #field_4_17 .gfield_checkbox {
	position: relative;
}
#gform_wrapper_4 #field_4_17 li {
	width: 33.333%;
	float: left;
}
/*
#gform_wrapper_4 #field_4_17 li.gchoice_4_17_5,
#gform_wrapper_4 #field_4_17 li.gchoice_4_17_6,
#gform_wrapper_4 #field_4_17 li.gchoice_4_17_7,
#gform_wrapper_4 #field_4_17 li.gchoice_4_17_8,
#gform_wrapper_4 #field_4_17 li.gchoice_4_17_9 {
	position: absolute;
	left: 33.333%;
	top: 0;
}
#gform_wrapper_4 #field_4_17 li.gchoice_4_17_6 {
	top: 34px;
}
#gform_wrapper_4 #field_4_17 li.gchoice_4_17_7 {
	top: 70px;
}
#gform_wrapper_4 #field_4_17 li.gchoice_4_17_8 {
	top: 105px;
}
#gform_wrapper_4 #field_4_17 li.gchoice_4_17_9 {
	left: 66.666%;
	top: 0;
}
*/
#gform_wrapper_4 a.jqTransformCheckbox {
	background: #EDEDED;
}
#gform_wrapper_4 a.jqTransformChecked {
	background: #333;
}
#gform_wrapper_4 span.jqTransformCheckboxWrapper {
	margin-right: 18px;
}
#gform_wrapper_4 input[type="submit"] {
	width: 194.04px;
	max-width: 100%;
	margin: 23px 0;
}
/******************************************
FOOTER
******************************************/
/* .main-footer {
	padding: 60px 0 50px 0;
} */
/* .main-footer .footer-col h3 {
	font-size: 1.25rem;
	letter-spacing: 1px;
	padding-bottom: 25px;
	position: relative;
	text-transform: uppercase;
} */
/* .main-footer .footer-col h3:after {
	bottom: 0;
	background: #C6C6C6;
	content: '';
	height: 1px;
	left: 0;
	max-width: 163px;
	position: absolute;
	width: 100%;
} */
/* .main-footer .footer-col .menu {
	padding-left: 0;
}
.main-footer .footer-col .menu li {
	color: #95989A;
	list-style: none;
	margin-bottom: 7px;
} */
/* .main-footer .footer-col .menu li a {
	color: #95989A;
} */
/* .main-footer .footer-col-2 .menu, .main-footer .footer-col-3 .menu {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
} */
/* .main-footer .footer-col-4 .contact-info ul {
	padding-left: 0;
}
.main-footer .footer-col-4 .contact-info li a {
	color: #95989A;
}
.main-footer-col li a:hover {
	color: var(--light-orange);
}
.main-footer .footer-col-4 .contact-info li {
	list-style: none;
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
}
.main-footer .footer-col-4 .contact-info li:before {
	color: var(--orange);
	font-family: FontAwesome;
	font-size: 0.65rem;
	left: 0px;
	line-height: 1em;
	position: absolute;
}
.main-footer .footer-col-4 .contact-info li.address:before {
	content: '\f041';
	font-size: 0.975rem;
	top: 5px;
}
.main-footer .footer-col-4 .contact-info li.phone:before {
	content: '\f095';
	font-size: 0.975rem;
	top: 4px;
}
.main-footer .footer-col-4 .contact-info li.fax:before {
	content: '\f1ac';
	top: 6px;
}
.main-footer .footer-col-4 .contact-info li.email:before {
	content: '\f0e0';
	top: 7px;
} */
/* .colophon {
	padding: 8px 0;
} */
.colophon p, .colophon a {
	color: #FFF;
}
.colophon ul, .colophon p {
	margin: 0;
}
.colophon p {
	font-size: 0.8125rem;
}
.colophon ul .facebook {
	padding-left: 15px;
}
.colophon ul .facebook:before {
	display: none;
}
.colophon .contact-information li.address {
	margin-right: 15px;
}
/******************************************
CONTENT PANELS
******************************************/
/* Content Panel default settings */
.extra-content, .extra-content-col-inner {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* Custom width container */
.container-custom-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
/* Use Divup plugin to create boostrap grid in the WP editor */
.divup-wrap.row .div-1 {
	display: none;
}
/* Grid columns - Vertical align content */
.column-vertical-align .row, .column-vertical-align.row {
	display: flex;
	align-items: center;
}
/* Grid columns - Equal height */
.column-equal-height .row, .column-equal-height.row {
	display: flex;
	align-items: stretch;
}
/* Fluid width content panel, with image on one column */
.side-image-panel .column-01 {
	padding-left: 0;
}
.side-image-panel .column-01 p {
	margin: 0;
}
.side-image-panel .column-02 .extra-content-col-inner {
	max-width: 555px;
}
/* Bottom navigation, below the main content */
.bottom-nav.with-border-padding {
	border-top: 1px solid #ccc;
	padding-top: 48px;
}
.bottom-nav h5 {
	color: #272525;
	font-weight: 700;
	font-family: var(--zalandoEx);
}
.bottom-nav ul {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}
.bottom-nav ul li:before {
	display: none;
}
/* Breadcrumbs */
.breadcrumbs {
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 30px;
}
/* Free Quote */
.free-quote-cta-panel, .extra-content.free-quote-cta-panel {
	background: #2D56A6;
	padding: 0;
}
.free-quote-cta-panel * {
	color: #fff;
}
.free-quote-bar {
	margin: 0 auto;
	max-width: 1110px;
	padding: 65px 0;
}
.career-opportunities-cta-bottom-bar .free-quote-bar {
	max-width: 950px;
}
.free-quote-cta-panel.free-quote-bar {
	padding: 60px 0 67px;
}
.free-quote-bar h2 {
	margin: 1px 0 0;
}
.free-quote-bar p {
	margin: 0;
	text-align: right;
}
.free-quote-bar a.em-button {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	max-width: 100%;
}
.free-quote-bar a.em-white-border:before {
	content: "\f10b";
	font-family: FontAwesome;
	font-size: 34px;
	left: 20px;
	line-height: 1em;
	margin-top: -17px;
	position: absolute;
	top: 50%;
}
.free-quote-bar a.em-white-border {
	padding-left: 35px;
	position: relative;
}
.free-quote-margin {
	margin: 48px 0 0 40px;
}
/* Logos Panel */
.logos-panel ul:before, .logos-panel ul:after {
	content: "";
	display: table;
}
.logos-panel ul:after {
	clear: both;
}
.logos-panel ul {
	align-items: center;
	display: flex;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.logos-panel ul li:before {
	background: #DADADA;
	bottom: -500px;
	content: "";
	left: 0;
	position: absolute;
	top: -500px;
	width: 1px;
}
.logos-panel ul li:first-child:before {
	display: none;
}
.logos-panel ul li {
	float: left;
	padding: 0 15px;
	position: relative;
	text-align: center;
	width: 20%;
}
.logos-panel ul li:nth-child(5n+1) {
	clear: both;
}
/*** Staff List ***/
/* Layout 1 */
.staff-panel .column-01 p {
	margin: 10px 0 0;
}
.staff-panel h3 {
	margin-bottom: 0;
}
.staff-panel h6 {
	font-weight: 300;
}
/* Layout 2 */
.staff-panel-2 {
}
.staff-panel-2 .div-2 p {
	margin: 0;
}
.staff-panel-2 .div-3 {
	margin-top: 50px;
}
.staff-panel-2 h6 {
	float: left;
	margin: 3px 0 0;
}
.staff-panel-2 h4, .staff-panel-2 h5 {
	margin-left: 50px;
}
.staff-panel-2 h5 {
	font-weight: 500;
}
.staff-panel-2 h4 {
	font-size: 1.5rem;
}
/* Contact Us - Form on left and Testimonials on right side */
.contact-form .testimonials-list {
	margin-top: -20px;
}
.contact-form .column-02, .get-a-quote-row-01 .column-02 {
	float: right;
	max-width: 380px;
}
.contact-form .column-02 {
	margin-top: 40px;
}
/* Testimonial Content Box */
.testimonial-box:before {
	background: #68B9BC;
	bottom: 0;
	left: 15px;
	content: "";
	position: absolute;
	right: 15px;
	top: 0;
	z-index: -1;
}
.testimonial-box:after {
	content: "\201C";
	display: block;
	font-size: 7.75rem;
	line-height: 1em;
	left: 54px;
	position: absolute;
	top: 18px;
}
.testimonial-box {
	color: #fff;
	font-family: 'mrs-eaves-xl-serif', serif;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.41666667em;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 50px 45px 20px 73px;
	position: relative;
}
.testimonial-box * {
	color: #fff;
}
/******************************************
TYPOGRAPHY
******************************************/
.no-padding {
	padding: 0 !important;
}
.no-padding .container-fluid {
	padding: 0;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.border-bottom .container:before, .border-top .container:before {
	background: rgba(149,152,154,0.5);
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 15px;
	position: absolute;
	right: 15px;
}
.border-top .container:before {
	bottom: auto;
	top: 0;
}
.border-bottom .container, .border-top .container {
	position: relative;
}
.border-bottom {
	padding-bottom: 50px;
}
.border-top .container {
	padding-top: 50px;
}
.gform_wrapper h3.gform_title {
	background-image: url(library/images/repair-mechanism.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
	color: var(--orange);
	padding: 10px 0 6px 70px;
	font-size:1.125rem !important;
}
.gform_wrapper.fast-lane-services_wrapper {
	background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 6px;
	margin-top: 78px;
	padding: 30px 35px 40px 35px;
}
.gform_fields .gfield_time_ampm{
	align-items: center !important;
	margin-top: 8px !important;
	margin-left: 10px !important;
}
.gform_wrapper.gravity-theme .ginput_container_time{
	min-width: 27% !important;
}
.gform_wrapper.fast-lane-services_wrapper .gform_description {
	color: #fff;
	font-size: 1rem;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 28px;
	margin-top: 17px;
}
.gform_wrapper.fast-lane-services_wrapper .gfield_required {
	display: none;
}
.gform_wrapper.fast-lane-services_wrapper .gform_footer {
	padding-right: 16px;
}
/* .gform_wrapper.fast-lane-services_wrapper input[type="submit"] {
	background-color: var(--orange) !important;
	margin-top: 0 !important;
} */
.gform_wrapper.fast-lane-services_wrapper input[type="text"], .gform_wrapper.fast-lane-services_wrapper input[type="email"], .gform_wrapper.fast-lane-services_wrapper textarea {
	background-color: #FFF !important;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	-webkit-appearance: none;
	background-color: #EDEDED;
	border: 0;
	color: #95989A;
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: 1rem;
	margin: 0;
	max-width: 100%;
	padding: 10px 20px;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, div.gform_wrapper .top_label input.medium, 
div.gform_wrapper .top_label select.medium, 
div.gform_wrapper .left_label input.medium, 
div.gform_wrapper .left_label select.medium, 
div.gform_wrapper .top_label input.large, 
div.gform_wrapper .top_label select.large, 
div.gform_wrapper .left_label input.large, 
div.gform_wrapper .left_label select.large {
	height: 45px;
	width: 100%;
	font-size: 1rem;
	padding: 10px 20px;
}
input[type="password"] {
	letter-spacing: 0.3em;
}
textarea, .gform_wrapper .top_label textarea.textarea, .gform_wrapper textarea.textarea {
	height: 190px;
	padding: 10px 20px;
	width: 100%;
}
#gform_wrapper_3 ul.gform_fields li.gfield {
	margin: 7px 0;
}
#gform_wrapper_3 ul.gform_fields li.gfield:last-child {
	margin-top: 15px;
}
#gform_wrapper_3 ul.gform_fields li.gfield, #gform_wrapper_3 .gform_footer {
	padding-right: 16px;
}
#gform_wrapper_3 input[type="submit"] {
	/* max-width: 260px; */
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
	background-size: 9px 5px;
 background-position: right .5rem center;
	background-repeat: no-repeat;
	padding: 0 1rem 0 5px;
}
.gform_wrapper .top_label input[type="file"].medium {
	font-size: inherit;
	font-weight: inherit;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 40px;
}
input[type="submit"], button, .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce input.button, div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"], div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
	background-color: var(--orange);
	border: 0;
	color: #0C0C0C;
	cursor: pointer;
	display: inline-block;
	font: 700 0.8125rem/1.2em var(--zalandoEx);
	margin-top: 10px;
	padding: 17px 30px 16px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	border-radius: 4px;
}
.gform_wrapper .gform_footer input[type="submit"]:disabled,
.gform_wrapper .gform_footer input[disabled] {
	background-color: #999;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	display: block;
}
input[type="submit"]:hover, button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce input.button, div.gform_wrapper .gform_footer input.button:hover, div.gform_wrapper .gform_footer input[type="image"]:hover, div.gform_wrapper .gform_footer input[type="submit"]:hover, div.gform_wrapper .gform_page_footer .button.gform_button:hover, div.gform_wrapper .gform_page_footer .button.gform_next_button:hover {
	background-color: var(--light-orange);
	color: #fff;
}
/* a.em-button {
	background-color: var(--orange);
	border: 2px solid var(--orange);
	color: #fff;
	display: block;
	width: fit-content;
	font: 700 0.8125rem/1.2em var(--zalandoEx);
	letter-spacing: 1px;
	max-width: 193px;
	padding: 17px 23px 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
} */
a.em-black-border {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}
a.em-white-border {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}
a.em-rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* a.em-button:hover {
	background-color: var(--orange);
	border: 2px solid var(--orange);
	color: #fff;
	text-decoration: none;
} */
a.em-black-border:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}
a.em-white-border:hover {
	background-color: #FFF;
	border: 2px solid #FFF;
	color: #000;
}
a.pdf-link:before, a.doc-link:before {
	font-family: FontAwesome;
	font-size: 30px;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 0;
}
a.doc-link:before {
	content: "\f0f6";
}
a.pdf-link:before {
	content: "\f1c1";
}
a.pdf-link, a.doc-link {
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	padding: 8px 0 6px 53px;
	position: relative;
}
a.hyper-link {
	background: url(library/images/icon-link@2x.png) no-repeat 0 7px;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
	font-weight: 500;
	padding: 0 0 0 32px;
	text-decoration: none;
}
p.testimonial {
	border-left: 7px solid #009ED2;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.54545455em;
	margin: 22px 0;
	padding-left: 25px;
}
.blue-dot, .black-dot {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.blue-dot li:before, .black-dot li:before {
	background: #009ED2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 11px;
}
.black-dot li:before {
	background: #272525;
}
.blue-dot li, .black-dot li {
	padding: 0 0 0 27px;
	position: relative;
}
.list-check-square, .list-check {
	list-style: none;
	padding: 0;
}
.list-check-square li {
	background: url(library/images/check-square@2x.png) no-repeat 0 0.12em;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	-o-background-size: 21px auto;
	background-size: 21px auto;
	margin: 1rem 0;
	padding-left: 30px;
}
.list-check li:before {
	color: #166988;
	content: "\f00c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
}
.list-check li {
	font-weight: 300;
	margin: 1rem 0;
	padding-left: 40px;
	position: relative;
}
.no-bullet {
	margin-left: 0;
	padding: 0;
}
.no-bullet li ul, .no-bullet li ol {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 0;
}
ul.square, ol.square {
	list-style-type: square;
}
ul.circle, ol.circle {
	list-style-type: circle;
}
ul.disc, ol.disc {
	list-style-type: disc;
}
ul.no-bullet, ol.no-bullet {
	list-style: none;
}
ul.gears {
	padding-left: 0;
}
ul.gears li {
	background: url(library/images/settings-icon.png) no-repeat 0 0.12em;
	background-position: left 25%;
	-webkit-background-size: 18px;
	-moz-background-size: 18px;
	-o-background-size: 18px;
	background-size: 18px;
	list-style: none;
	margin-bottom: 12px;
	padding-left: 35px;
}
.big-margin li {
	margin-bottom: 1.5rem;
}
table.table-style-1 {
	background: #0d294a5;
}
.table-style-1 td, .table-style-1 th {
	border-bottom: none;
	border-left: 1px solid #fff;
	border-right: none;
	border-top: 1px solid #fff;
	padding: 13px 15px 13px;
	text-align: left;
}
.table-style-1 th {
	background: #152e54;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.333333em;
}
.table-style-1 tr td:first-child, .table-style-1 tr th:first-child {
	border-left: none;
}
.table-style-1 tr:nth-child(2n) td {
	background: #e1e5ec;
}
table.notable {
}
code {
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	color: #333333;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	padding: 0 5px;
}
abbr, acronym {
	color: #222;
	cursor: help;
	font-size: 90%;
	text-transform: uppercase;
}
abbr {
	text-transform: none;
}
abbr[title] {
	border-bottom: 1px dotted #DDDDDD;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 24px;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 18px;
	margin-top: 4px;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.mce-content-body img[data-wp-more] {
	height: 16px !important;
}
 @media (max-width: 1400px) {
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height: 44px;
}
 	/*a.em-buttoninput[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
		padding: 13px 30px 12px;
	}*/  .jqTransformSelectWrapper div span, .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
 line-height: 42px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
	width: 42px;
}
}
 @media (max-width: 1199px) {
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height: 40px;
}
/*a.em-button,
	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
		padding: 11px 25px 10px;
	}*/
	.jqTransformSelectWrapper div span, .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	line-height: 38px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
	width: 38px;
}
}
 @media (max-width: 991px) {
a.pdf-link:after, a.doc-link:after {
	right: 0;
}
a.pdf-link, a.doc-link {
	padding-right: 40px;
}
}
 @media (max-width: 767px) {
/*
	 * Responsive Table
	*/
	
	/* Force table to not be like tables anymore */
	.notable, .notable thead, .notable tbody, .notable tfoot, .notable tr, .notable th, .notable td, .table-style-1, .table-style-1 thead, .table-style-1 tbody, .table-style-1 tfoot .table-style-1 tr, .table-style-1 th, .table-style-1 td, .table-style-2, .table-style-2 thead, .table-style-2 tbody, .table-style-2 tfoot, .table-style-2 tr, .table-style-2 th, .table-style-2 td, .shop_table, .shop_table thead, .shop_table tbody, .shop_table tfoot, .shop_table tr, .shop_table th, .shop_table td {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
	.notable thead tr, .notable th, .table-style-1 thead tr, .table-style-1 th, .table-style-2 thead tr, .table-style-2 th, .shop_table thead tr, .shop_table th {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.table-style-2 tr {
	border-top: 1px solid #e5e5e5;
}
.table-style-2 tbody tr:first-child {
	border-top: none;
}
.notable td, .table-style-1 td, .table-style-2 td, .shop_table td {
	/* Behave like a "row" */
		border: none;
	padding-left: 0 !important;
	padding-right: 0 !important;
	position: relative;
	text-align: left;
	white-space: normal;
	width: 100% !important;
}
.notable td:before, .table-style-1 td:before, .table-style-2 td:before, .shop_table td:before {
	display: block;
	font-weight: bold;
	text-align:left;
	width: 100%;
	white-space: normal;
}
/* Label the data */
	.notable td:before, .table-style-1 td:before, .table-style-2 td:before, .shop_table td:before {
	content: attr(data-heading);
}
/* Custom Style */
	.shop_table tr {
	border-top: 1px solid #e5e5e5;
}
.shop_table tbody tr:first-child {
	border-top: none;
}
.table-style-1 td, .table-style-2 td, .shop_table td {
	padding: 0 10px 10px !important;
	width: auto !important;
}
.shop_table td {
	border-top: none !important;
}
.table-style-1 tr td:first-child, .table-style-2 tr td:first-child, .shop_table tr td:first-child, .shop_table tr th:first-child {
	padding-top: 10px !important;
}
.product-remove {
	line-height: 0.9em;
}
.list-check li {
	padding-left: 27px;
}
.list-check-square li {
	-webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
	-o-background-size: 16px auto;
	background-size: 16px auto;
}
a.em-button, input[type="submit"], button, .woocommerce #respond input#submit.alt, .woocommerce a.button .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce .cart .button, .woocommerce .cart input.button, div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"] {
	line-height: 1em;
	margin-bottom: 15px;
}
.why-service-with-us .why-us{
	grid-template-columns: 1fr;	
}
}
 @media (max-width: 641px) {
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
	line-height: inherit;
	margin-bottom: 0;
}
}
 @media (max-width: 480px) {
p.testimonial {
	border-left-width: 8px;
	padding-left: 15px;
}
a.pdf-link, a.doc-link {
	padding-left: 40px;
}
}
/******************************************
SIDEBAR
******************************************/
.main-sidebar ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
	background: #b8b8b8;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.006em;
	padding: 22px 15px 21px 20px;
	position: relative;
	text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
	background: #152e54;
}
.main-sidebar h3 {
	font-weight:700;
	font-size:1.25rem;
	color:#393939;
	position:relative;
	display:inline-block;
	margin-bottom:40px;
}
.main-sidebar h3:after {
	content:"";
	width:100%;
	height:1px;
	background:#C6C6C6;
	position:absolute;
	left:0;
	bottom:-20px;
}
.main-sidebar #searchform label {
	display:none;
}
.main-sidebar #searchform input {
	float:left;
	width:65%;
}
.main-sidebar #searchform button {
	float: right;
	width: 30%;
	padding: 15px 10px 14px;
	margin: 0;
	clear: right;
}
.main-sidebar .widget {
	margin-bottom:40px;
	float:left;
	width:100%;
}
.main-sidebar .widget_categories ul {
	margin:0;
	padding:0;
	list-style:none;
}
.main-sidebar .widget_categories ul li a {
	color:#9A9A9A;
	text-decoration:none;
}
.main-sidebar .widget_categories ul li a:hover {
	color:#B29B70;
}
.main-sidebar .post-list-thumbnail a {
	display:block;
}
.main-sidebar .post-list-thumbnail a.plus-link {
	position:absolute;
	bottom:0;
}
.main-sidebar .post-list-thumbnail a.plus-link img {
	width:63px;
}
.main-sidebar .sidebar-popular-posts {
	padding-bottom:20px;
	margin-bottom:40px;
	border-bottom:1px solid #e5e5e5;
}
.main-sidebar .sidebar-popular-posts:last-child {
	border-bottom:0 none;
}
/******************************************
IMAGE SCROLLER
******************************************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
	margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
	margin-left: 0;
}
.em-image-slider {
	overflow: hidden;
}
.image-scrollbox > ul {
 *zoom: 1;
}
.image-scrollbox > ul:before, .image-scrollbox > ul:after {
	content: "";
	display: table;
	line-height: 0;
}
.image-scrollbox > ul:after {
	clear: both;
}
.image-scrollbox > ul {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
	width: 5000px;
}
.image-scrollbox > ul li {
	float: left;
	margin: 0 40px 0 0;
}
/******************************************
ACCORDION
******************************************/
.accordion {
	margin: -20px 0 30px;
}
.accordion > p {
	display: none; /* Fix empty P tag */
}
h3.accordion-title:before {
	content: "\002B";
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1em;
	margin-top: -9px;
	position: absolute;
	right: 25px;
	top: 50%;
}
h3.accordion-title.open:before {
	content: "\2212";
}
h3.accordion-title {
	border: 2px solid #ED1B24;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 500;
	margin: 50px 0 0;
	padding: 30px 60px 30px 30px;
	position: relative;
}
h3.accordion-title.open {
	background: #009ED2;
	border-color: #009ED2;
	color: #fff;
}
.accordion-content {
	background: #F2F2F2;
	margin: 0;
	padding: 15px 40px;
}
/******************************************
WP-TILES
******************************************/
div.tb-close-icon:before {
	line-height: 18px;
}
div.tb-close-icon {
	height: 18px;
	line-height: 18px;
	width: 18px;
}
div#TB_caption {
	height: auto;
	padding-left: 15px;
}
/******************************************
WOOCOMMERCE
******************************************/
/* General Styles */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #fff;
	margin: 0 auto 30px !important;
	max-width: 1060px;
}
.woocommerce-wrapper {
	position: relative;
}
/* MiniCart */
.em-minicart-wrapper, .em-minicart-wrapper a {
	color: #B1B1B1;
}
.em-minicart-wrapper a:hover {
	color: #de4d21;
	text-decoration: none;
}
.em-minicart-wrapper > div {
	display: inline-block;
	margin: 0 4px;
	vertical-align: top;
}
.em-minicart-link a:before {
	content: "\f291";
	font-family: FontAwesome;
	font-size: 1.25rem;
	line-height: 1em;
	text-indent: 0;
}
.em-minicart-link a {
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
}
.em-minicart-checkout {
	font-weight: normal;
	text-transform: uppercase;
}
/* Product Slider */
.em-product-slider {
	margin: 0;
	padding: 0 30px;
}
.em-product-slider .slides > li {
	text-align: center;
}
.em-product-slider .slides > li a {
	display: block;
}
.em-product-slider-thumb {
	display: block;
	height: 210px;
}
.em-product-slider .slides > li img {
	display: inline;
	max-height: 165px;
	width: auto;
}
.em-product-slider-title {
	font-size: 1.5rem;
	font-weight: normal;
}
.em-product-slider .flex-direction-nav a {
	top: 110px;
}
/* Product Archive Page */
.product-listing-switch-view {
	float: right;
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
}
.product-listing-switch-view li {
	border-left: 1px solid #c7c6c2;
	float: left;
	margin-left: 13px;
	padding-left: 13px;
}
.product-listing-switch-view li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.product-listing-switch-view li a:before {
	color: #d6d6d3;
	font-family: FontAwesome;
	font-size: 1.222222rem;
	margin-right: 3px;
	vertical-align: middle;
}
.product-listing-switch-view li a.em-list-view:before {
	content: "\f00b";
}
.product-listing-switch-view li a.em-grid-view:before {
	content: "\f009";
}
.product-listing-switch-view li a:hover:before, .product-listing-switch-view li a.em-active:before {
	color: #000;
}
.product-listing-switch-view li a {
	color: #596060;
	display: block;
	font-size: 16px;
	line-height: 1.375em;
	font-weight: normal;
	text-decoration: none;
}
.woocommerce ul.products li.product {
 *zoom: 1;
}
.woocommerce ul.products li.product:before, .woocommerce ul.products li.product:after {
	content: "";
	display: table;
	line-height: 0;
}
.woocommerce ul.products li.product:after {
	clear: both;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	margin-top: 50px !important;
	max-width: none;
}
.single-product.woocommerce .woocommerce-error, .single-product.woocommerce .woocommerce-info, .single-product.woocommerce .woocommerce-message {
	margin-top: 0 !important;
}
.woocommerce-products-header__title {
	font-size: 1.875rem;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: none;
	font-size: 1rem;
	margin: 4px 0 0;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	margin: 0;
	position: absolute;
	right: 0;
	top: 12px;
}
.woocommerce-ordering .jqTransformSelectWrapper div span, .woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	line-height: 48px;
}
.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen {
	width: 48px;
}
.woocommerce nav.woocommerce-pagination {
	margin: 80px 0 0;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	padding: 0 8px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	border: 1px solid #FB9475;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	font-size: 1.25rem;
	height: 44px;
	line-height: 42px;
	padding: 0;
	text-align: center;
	width: 44px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #FB9475;
	color: #fff;
}
/* Product Archive - Grid View */
.woocommerce ul.products {
	margin: 0 -15px;
}
.woocommerce ul.products li.product {
	float: left;
	margin: 56px 0 0;
	padding: 0 15px;
	width: 50%;
}
.woocommerce ul.products li.product:nth-child(2n+1) {
	clear: both;
}
.product-list-item {
	background: #F5F5F5;
}
.product-list-info {
	padding: 35px;
}
.product-list-thumb {
	text-align: center;
}
.woocommerce ul.products li.product a img {
	display: inline;
	line-height: 0;
	margin: 0;
	vertical-align: top;
	width: auto;
}
.product-listing-title {
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0;
}
.product-list-des {
	font-size: 1rem;
	margin-top: 3px;
}
.product-list-des p {
	margin: 0;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #FCB97D;
	font-size: 2.375rem;
	font-weight: bold;
	line-height: 1.3em;
	margin: 12px 0 25px;
}
.product-list-link {
	float: left;
}
.product-list-link a.em-button, .woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button {
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	font-size: 1.0625rem;
	height: 58px;
	padding: 18px 25px;
	text-align: center;
}
.woocommerce ul.products li.product .button {
	float: right;
	margin: 0;
}
form.cart {
	float: right;
}
form.cart .quantity {
	background: #F5F5F5;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	float: left;
	width: 100px;
	padding-right: 40px;
}
.woocommerce .product-list-info form.cart .quantity {
	background: #fff;
}
.woocommerce form.cart .quantity .qty {
	background: #F5F5F5;
	border: none;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	height: 58px;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
}
.woocommerce .product-list-info form.cart .quantity .qty {
	background: #fff;
}
form.cart .button {
	margin-left: -40px !important;
}
/* Product Archive - List View */
body.em-list-view-mode.woocommerce ul.products {
	margin: 0;
}
body.em-list-view-mode.woocommerce ul.products li.product {
	float: none;
	width: auto;
}
body.em-list-view-mode .product-list-item {
	padding: 40px 25px;
}
body.em-list-view-mode .product-list-item, body.em-list-view-mode .product-list-thumb, body.em-list-view-mode .product-list-content {
	min-height: 1px !important;
}
body.em-list-view-mode .product-list-thumb {
	float: left;
	width: 150px;
}
body.em-list-view-mode .product-list-info {
	padding: 0 0 0 175px;
}
body.em-list-view-mode .product-list-des {
	margin-bottom: 30px;
	margin-top: 9px;
}
body.em-list-view-mode.woocommerce ul.products li.product .price {
	float: left;
	margin: 17px 0 0;
	width: 33.333333%
}
body.em-list-view-mode .product-list-link a.em-button, body.em-list-view-mode.woocommerce ul.products li.product .button {
	padding-left: 35px;
	padding-right: 35px;
}
/* Product Detail */
.woocommerce div.product div.images.woocommerce-product-gallery {
	float: left !important;
	margin: 0;
	padding-right: 15px;
	padding-top: 10px;
	width: 50%;
}
.woocommerce div.product div.images {
	text-align: center;
}
.woocommerce div.product div.images img {
	display: inline;
	line-height: 0;
	vertical-align: top;
	width: auto;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right !important;
	margin: 0;
	padding-left: 15px;
	width: 50%;
}
.woocommerce div.product .product_title {
	font-size: 1.875rem;
	margin-bottom: 12px;
}
.product-detail-des {
	font-size: 1rem;
	line-height: 1.625em;
}
.product-detail-des p {
	margin-bottom: 12px;
	margin-top: 12px;
}
.product_meta {
	font-size: 1em;
}
.woocommerce div.product form.cart {
	float: none;
	margin-bottom: 40px;
	margin-top: 37px;
}
.woocommerce div.product form.cart div.quantity {
	margin: 0;
}
.product-detail-message {
	font-size: 13px;
	line-height: 1.69230769em;
	margin-top: 23px;
}
/* Cart Page */
.woocommerce table.shop_table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 50px;
}
.woocommerce table.shop_table thead th {
	background: #FB9475;
	color: #fff;
	font-size: 1.25rem;
	font-weight: normal;
	padding-bottom: 28px;
	padding-top: 28px;
}
.woocommerce table.shop_table tr {
	border-bottom: 1px solid #FB9475;
	border-left: 1px solid #FB9475;
	border-right: 1px solid #FB9475;
}
.woocommerce table.shop_table tbody tr:last-child {
	border: none;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
	border-bottom: 1px solid #FB9475;
}
.woocommerce a.remove {
	color: #E46C48 !important;
	font-size: 2.5rem;
	font-weight: normal;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	max-height: 70px;
	max-width: 70px;
	width: auto;
}
#add_payment_method table.cart input.qty, .woocommerce-cart table.cart input.qty, .woocommerce-checkout table.cart input.qty {
	background: #F5F5F5;
	border: none;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	height: 58px;
	width: 90px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	border-bottom: none;
	padding: 40px 0 0;
}
.woocommerce .cart td.actions .button {
	height: 58px;
	padding: 10px 30px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	background: #F5F5F5;
	border: none;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	font-size: 1.0625rem;
	height: 58px;
	margin: 0;
	padding: 5px 70px 5px 20px;
	width: 210px;
}
.woocommerce .cart td.actions .coupon .button {
	background: #FCB97D;
	margin-left: -60px;
	padding-left: 10px;
	padding-right: 10px;
	width: 170px;
}
.woocommerce .cart td.actions .coupon .button:hover {
	background: #FB9475;
}
.woocommerce .cart td.actions .button[name="update_cart"] {
	background: none;
	border-color: #E46C48;
	color: #E46C48;
	opacity: 1;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: calc(50% - 15px);
}
.cart_totals {
	background: #F5F5F5;
	padding: 38px 45px;
}
.cart_totals h2 {
	font-size: 1.875rem;
	margin-bottom: 0;
}
.woocommerce .cart_totals table.shop_table td, .woocommerce .cart_totals table.shop_table th {
	border-bottom: 1px solid #B1B1B1;
	padding: 28px 0;
}
.woocommerce .cart_totals table.shop_table .order-total td, .woocommerce .cart_totals table.shop_table .order-total th {
	border-bottom: none;
	padding-bottom: 5px;
}
.woocommerce .cart_totals table.shop_table td {
	font-size: 14px;
	line-height: 1.3em;
	text-align: right;
}
.woocommerce .cart_totals table.shop_table td p {
	margin: 0;
	width: 70%;
}
.woocommerce .cart_totals table.shop_table th {
	font-weight: 300;
	width: 30%;
}
.woocommerce-shipping-calculator {
	margin-top: 15px;
}
.woocommerce .cart_totals table.shop_table td p {
	width: auto;
}
.woocommerce .cart_totals table.shop_table .amount {
	color: #FCB97D;
	font-size: 1.5rem;
	font-weight: normal;
}
.woocommerce .cart_totals table.shop_table .includes_tax .amount {
	font-size: 14px;
}
.woocommerce .cart_totals table.shop_table small {
	font-size: 14px;
}
.cart-note {
	font-size: 12px;
	line-height: 1.66666667em;
	margin-bottom: 40px;
}
.cart-note p {
	margin-bottom: 22px;
	margin-top: 0;
}
.woocommerce-cart .wc-proceed-to-checkout {
	padding-bottom: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin-bottom: 0;
}
/* Checkout Page */
#ship-to-different-address {
	font-size: 1rem;
}
#order_review_heading {
	margin-top: 30px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr:last-child {
	border-bottom: 1px solid #FB9475;
	border-left: 1px solid #FB9475;
	border-right: 1px solid #FB9475;
}
p#e_deliverydate_field {
	float: none;
}
.ft_shipping_notice, .ft_shipping_notice_more {
	font-size: 14px;
	line-height: 1.5em;
}
.ft_shipping_notice {
	font-style: italic;
}
.woocommerce .checkout_coupon input.button {
	height: 59px;
	padding-bottom: 15px;
	padding-top: 10px;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox:before, .woocommerce form .form-row label.woocommerce-form__label-for-checkbox:after {
	content: "";
	display: table;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox:after {
	clear: both;
}
 @media (max-width: 1199px) {
/* Product Archive - Grid View */
	.woocommerce ul.products li.product {
	margin-top: 30px;
}
.product-list-info {
	padding: 20px;
}
.woocommerce ul.products li.product .price {
	font-size: 2rem;
}
.product-list-link a.em-button, .woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button {
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	height: 44px;
	padding: 11px 15px;
}
form.cart .quantity {
	width: 90px;
}
.woocommerce form.cart .quantity .qty {
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	height: 44px;
	padding: 5px;
}
/* Product Archive - List View */
	body.em-list-view-mode .product-list-item {
	padding-bottom: 30px;
	padding-top: 30px;
}
body.em-list-view-mode.woocommerce ul.products li.product .price {
	margin-top: 10px;
}
body.em-list-view-mode .product-list-link a.em-button, body.em-list-view-mode.woocommerce ul.products li.product .button {
	padding-left: 15px;
	padding-right: 15px;
}
/* Cart Page */
	.cart_totals {
	padding: 28px 30px;
}
.woocommerce .cart_totals table.shop_table .amount {
	font-size: 1.25rem;
}
}
 @media (max-width: 991px) {
/* Product Archive - Grid View */
	.product-listing-title {
	font-size: 1.25rem;
}
.woocommerce ul.products li.product .price {
	font-size: 1.75rem;
}
.product-list-link {
	float: none;
}
.product-list-link a.em-button {
	display: block;
}
.woocommerce ul.products li.product .button {
	float: none;
	margin-top: 15px;
}
form.cart {
	float: none;
	margin-top: 15px;
	position: relative;
}
form.cart .quantity {
	padding-right: 150px;
	width: 100%;
}
.woocommerce ul.products li.product form.cart .button {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
}
/* Product Archive - List View */
	body.em-list-view-mode .product-list-des {
	margin-bottom: 20px;
}
body.em-list-view-mode .product-list-link {
	float: left;
}
.woocommerce ul.products li.product .button {
	float: right;
	margin: 0;
}
body.em-list-view-mode.woocommerce ul.products li.product .price {
	float: none;
	margin: 0 0 15px;
	width: auto;
}
body.em-list-view-mode.woocommerce form.cart {
	float: right;
	margin: 0;
}
body.em-list-view-mode form.cart .quantity {
	padding-right: 130px;
	width: 180px;
}
body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
	padding-left: 5px;
	padding-right: 5px;
	width: 130px;
}
/* Product Detail */
	.woocommerce div.product form.cart div.quantity {
	padding-right: 40px;
	width: 100px;
}
}
 @media (max-width: 767px) {
/* Product Archive Page */
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: none;
	margin-top: 15px;
	max-width: 250px;
	position: static;
}
/* Product Archive - Grid View */
	.woocommerce ul.products {
	max-width: 470px;
	margin: 0 auto;
}
.woocommerce ul.products li.product {
	float: none !important;
	padding: 0;
	width: auto;
}
/* Product Archive - List View */
	body.em-list-view-mode.woocommerce ul.products {
	max-width: none;
}
body.em-list-view-mode .product-list-item {
	padding: 20px;
}
body.em-list-view-mode .product-list-thumb {
	width: 80px;
}
body.em-list-view-mode .product-list-info {
	padding-left: 100px;
}
body.em-list-view-mode form.cart .quantity {
	padding-right: 110px;
	width: 160px;
}
body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
	width: 110px;
}
/* Product Detail */
	.woocommerce div.product div.images.woocommerce-product-gallery, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none !important;
	padding: 0;
	width: auto;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	margin-top: 30px;
}
/* Cart Page */
	.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
	padding-bottom: 10px;
}
.cart_totals {
	padding: 20px;
}
.woocommerce table.shop_table tbody tr, .woocommerce table.woocommerce-checkout-review-order-table tbody tr:last-child {
	border: 1px solid #FB9475;
	margin: 10px 0;
}
.woocommerce table.shop_table td {
	border: none;
}
.woocommerce table.shop_table_responsive tr td.actions, .woocommerce-page table.shop_table_responsive tr td.actions {
	background: none;
	padding: 10px 0 0 !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}
.woocommerce .cart_totals table.shop_table tr {
	border: none;
}
.woocommerce .cart_totals table.shop_table tr td {
	background: none;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot {
	border: 1px solid #FB9475;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #FB9475;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child {
	border-top: none;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
	border: none;
	display: block;
	position: static;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
	border: none;
}
}
 @media (max-width: 480px) {
/* Product Archive - List View */
	body.em-list-view-mode .product-list-thumb {
	float: none;
	width: auto;
}
body.em-list-view-mode .product-list-thumb img {
	max-height: 150px;
}
body.em-list-view-mode .product-list-info {
	padding-left: 0;
	padding-top: 20px;
}
.woocommerce ul.products li.product .price {
	text-align: center;
}
body.em-list-view-mode .product-list-link {
	float: none;
}
.woocommerce ul.products li.product .button, body.em-list-view-mode.woocommerce form.cart {
	float: none;
	margin-top: 15px;
}
body.em-list-view-mode form.cart .quantity {
	padding-right: 130px;
	width: 100%;
}
body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
	width: 130px;
}
/* Checkout Page */
	.woocommerce form .form-row-first, .woocommerce-page form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	float: none;
	width: auto;
}
}
/******************************************
TESTIMONIALS
******************************************/
/* Default Layout */

.testimonials-list:before, .testimonials-list:after {
	content: " ";
	display: table;
}
.testimonials-list:after {
	clear: both;
	margin: 0 -15px;
}
.testimonials-list .quote {
}
.testimonial-avatar {
	float: left;
	margin-right: 15px;
	max-width: 54px;
}
.testimonials-list .testimonial-content {
	background: url(library/images/left-quote.png) no-repeat left top;
	color: #FFF;
	background-position: left top;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	margin-top: 50px;
	padding: 0 45px 0 90px;
}
.testimonials-list blockquote {
	color: #FFF;
	margin: 0;
}
.testimonials-list blockquote p {
	color: #FFF;
	margin: 0;
}
.testimonials-list .author-details {
	margin-top: 30px;
}
.testimonials-list .author {
	background: url(library/images/g-review.png) no-repeat left top;
	color: #FFF;
	display: block;
	float: left;
	font-family: var(--zalando);
	font-style: normal;
	font-weight: 300;
	-webkit-background-size: 97px auto;
	-moz-background-size: 97px auto;
	-o-background-size: 97px auto;
	background-size: 97px auto;
	background-position: left bottom;
	padding: 0 0 28px 0;
}
.testimonials-list .author span {
	color: #FFF;
}
.testimonials-list .author span[itemprop="name"] {
	color: var(--orange);
	font-weight: 700;
	font-size: 1.3rem;
	text-transform: uppercase;
}
.testimonials-list .author span[itemprop="jobTitle"] {
	font-size: 1.15rem;
	letter-spacing: 1px;
}
/* Layout 01 - Two columns, no thumb */
.woothemes-testimonials-layout-01 .testimonials-list .quote {
	width: 50%;
}
.woothemes-testimonials-layout-01 .testimonial-content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 360px;
}
.owl-theme .owl-dots {
	margin-top: 35px;
	text-align: center;
}
.owl-theme .owl-dot {
	background-color: rgba(255,255,255,0.6);
	border-radius: 20px;
	display: inline-block;
	height: 10px;
	margin: 0 5px;
	width: 10px;
}
.owl-theme .owl-dot.active, .owl-theme .owl-dot:hover {
	background-color: rgba(255,255,255,1);
}
/* Layout 02 - One column, no thumb */
.woothemes-testimonials-layout-02 {
}
/* Layout 03 - Thumbnail on left, testimonial text on the right */
.woothemes-testimonials-layout-03 .testimonials-list .quote {
	display: flex;
	align-items: center;
}
.woothemes-testimonials-layout-03 .testimonial-avatar {
	display: inherit;
	width: 296px;
}
.woothemes-testimonials-layout-03 .testimonial-avatar img {
	width: 192px;
}
/* Layout 04 - Quote icon on the left, no thumb */
.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
	background: url(library/images/icon-quote@2x.png) no-repeat center center;
	-webkit-background-size: auto 27px;
	-moz-background-size: auto 27px;
	-o-background-size: auto 27px;
	background-size: auto 27px;
	border: 3px solid #ED1B24;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	display: block;
	height: 68px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 68px;
}
.woothemes-testimonials-layout-04 .testimonials-list blockquote {
	background: none;
	margin: 0;
	padding: 0 0 0 100px;
	position: relative;
}
.woothemes-testimonials-layout-04 .testimonials-list .author {
	font-size: 1.375rem;
	font-weight: 600;
	margin-top: 9px;
	padding-left: 100px;
}
/******************************************
FLEXSLIDER
******************************************/
.flexslider {
	background: none;
	border: none;
}
.flex-direction-nav {
	height: 0;
}
.flex-nav-prev {
	float: left;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav a:before {
	color: rgba(0,0,0,0.4);
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 34px;
	text-indent: 0;
	text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
	content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
	content: "\f105";
}
.flex-direction-nav a:hover:before {
	color: rgba(0,0,0,1);
}
.flex-direction-nav a {
	font-size: 0;
	line-height: 0;
	opacity: 1 !important;
	outline: none;
	text-indent: -999em;
	width: 25px;
}
.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
	left: 0;
}
.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
	right: 0;
}
.flexslider .slides img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/******************************************
NEXTGEN FLEXSLIDER
******************************************/
.flexslider.em-nextgen-flexslider {
	margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
	margin-right: 36px;
}
/******************************************
GRAVITY FORM
******************************************/
div.gform_wrapper {
	margin: 0;
	max-width: none;
	overflow: hidden;
}
div.gform_wrapper ul.gform_fields li.gfield {
	margin: 5px 0;
	padding-right: 0;
}
div.gform_wrapper ul.gform_fields li.gfield input.datepicker {
	background:url('https://www.brisbaneeurospecialists.com.au/wp-content/uploads/datepicker.png') no-repeat center right;
}
.gform_wrapper form li #extensions_message {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
div.gform_wrapper .top_label .gfield_label, div.gform_wrapper .left_label .gfield_label {
	display: none;
	font-weight: inherit;
	margin: 0 0 4px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .gform_footer {
	margin: 8px 0 0;
	padding: 0;
}
.ui-datepicker-title select {
	height: auto;
	width: auto;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
	margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
	height: 100px;
}
/******************************************
BLOG
******************************************/
.img-zoom {
	width: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: none;
}
.img-zoom:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postlist .post {
	border-top: 1px solid #e5e5e5;
	margin-top: 0;
	padding-top: 35px;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.post-list-date {
	font-size: 1rem;
	margin-bottom: 14px;
	font-weight:400;
	color:#393939;
}
.post-list-date a {
	text-decoration: none;
	color:var(--orange);
	font-weight:700;
}
.post-list-content a {
	text-decoration: none;
	color:var(--orange);
	font-weight:700;
}
h2.entry-title {
	font-size: 1.4375rem;
	font-weight:700;
	margin-bottom: 10px;
	color:#393939;
}
h2.entry-title a {
	color:#393939;
}
.post-list-thumbnail {
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}
.post-list-thumbnail a.em-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.post-list-content p {
	margin-top: 0;
}
.post-list-content a.excerpt-read-more {
	display: none;
}
.post-tags:before {
	content: "\f02c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 1px;
}
.post-tags {
	font-size: 0.875rem;
	margin: 15px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
h1.single-title {
	font-size: 1.8125rem;
	font-weight: 700;
}
.post-image {
	margin: 15px 0;
}
/******************************************
NAVIGATION
******************************************/
/* nav.main-nav ul.nav {
 *zoom: 1;
}
nav.main-nav ul.nav:before, nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.main-nav ul.nav > li {
	float: left;
	position: relative;
}
nav.main-nav ul.nav > li > a {
	border-left: 4px solid transparent;
	color: #404040;
	display: block;
	font: 700 0.8125rem/83px 'FuturaPT', sans-serif;
	letter-spacing: 1px;
	padding: 0 21px;
	margin-bottom: -1px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}
nav.main-nav ul.nav > li.menu-item-has-children > a:after {
	color: var(--orange);
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	margin-left: 4px;
	margin-top: -2px;
	-webkit-transition: transform 0.25s ease;
	-moz-transition: transform 0.25s ease;
	-ms-transition: transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	vertical-align: middle;
}
nav.main-nav ul.nav > li.menu-item-has-children.menu-item-opened > a:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: FlipV;
}
nav.main-nav ul.nav > li.current-menu-item > a, nav.main-nav ul.nav > li.current-parent-item > a, nav.main-nav ul.nav > li.current-menu-ancestor > a, nav.main-nav ul.nav > li:hover > a, nav.main-nav ul.nav > li.hover > a {
	background-color: var(--light-orange);
	border-left: 4px solid var(--orange);
	color: #FFF;
}
nav.main-nav ul.nav li ul {
	background: var(--light-orange);
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	visibility: hidden;
	width: 250px;
}
nav.main-nav ul.nav li:hover > ul, nav.main-nav ul.nav li.hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 0;
	top: 100%;
	z-index: 99;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #fff;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #fff;
	display: block;
	font: 700 0.8125rem/1.3em 'FuturaPT', sans-serif;
	padding: 15px 14px;
	text-decoration: none;
	text-transform: uppercase;
}
nav.main-nav ul.nav li ul li a:hover {
	background: var(--orange);
}
nav.main-nav ul.nav li ul li.current-menu-item > a, nav.main-nav ul.nav li ul li.current-parent-item > a, nav.main-nav ul.nav li ul li.current-menu-ancestor > a {
	background: var(--orange);
} */
body.page div#ui-datepicker-div.ui-datepicker {
	z-index: 999999999!important;
}
/******************************************
SUPERFLY MENU
******************************************/
.sfm-rollback {
	display: none;
}
div.sfm-label-metro .sfm-navicon-button {
	background: rgba(0,0,0,0);
	right: 15px;
}
div.sfm-label-metro .sfm-navicon, div#sfm-mob-navbar .sfm-navicon, div.sfm-label-metro .sfm-navicon:after, div#sfm-mob-navbar .sfm-navicon:after, div.sfm-label-metro .sfm-navicon:before, div#sfm-mob-navbar .sfm-navicon:before {
	background: #fff;
}
div#sfm-sidebar .sfm-menu li:after {
	background: #fff;
}
div#sfm-sidebar .sfm-menu li > a:before {
	background: rgba(255,255,255,0.085);
}
#sfm-sidebar .sfm-menu li > a span {
	text-transform: none;
}
.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
	width: 28px;
}
.sfm-navicon {
	width: 28px;
}
.sfm-navicon-button {
	padding: 20px 8px;
}
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
	width: 92% !important;
}
.gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
	width: 100% !important;
	max-width: 100% !important;
}
#gform_1 .jqTransformSelectWrapper div span, #gform_3 .jqTransformSelectWrapper div span {
	line-height: 42px !important;
	padding: 0 10px 0 8px !important;
}

#gform_1 .jqTransformSelectWrapper a.jqTransformSelectOpen:before, #gform_3 .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	font-size: 20px !important;
	left: 16px !important;
	line-height: 44px !important;
}
.left-right-new-block{
	font-family: "Zalando Sans", sans-serif;
    font-size: 0.875rem;
    line-height: 1.263rem;
    font-weight: 400;
    color: rgba(12, 12, 12, 0.4);
}
.left-right-new-block .block-title{
    font-family: "Zalando Sans Expanded", sans-serif;
    font-size: 1.5rem;
    line-height: 1.813rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #0C0C0C;
	margin-bottom: 40px;
}
.left-right-new-block img{
	border-radius: 4px;
}
.padding-80{
	padding-top: 80px;
	padding-bottom: 80px;
}
/******************************************
RESPONSIVE STYLES
******************************************/

.gform_wrapper.fast-lane-services_wrapper h3.gform_title{
	color: #FFFFFF;
	background-image: unset;
	padding: 0;
}

.bg-video.extra-content{
	position: relative;
}
.bg-video.extra-content .custom-bg-vimeo{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow: hidden;
	z-index: 4;
	pointer-events: none;
}
.bg-video.extra-content .custom-bg-vimeo iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	width: 100vw;
	height: 56.25vw;
	min-height: 110dvh;
	min-width: 177.77vh;
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
}
.bg-video.extra-content .container{
	position: relative;
	z-index: 5;
}
@media only screen and (min-width: 641px) {
.gform_wrapper.fast-lane-services_wrapper .top_label li.gfield.gf_right_half{
	padding-right: 8px;
}
.gform_wrapper.fast-lane-services_wrapper .top_label li.gfield.gf_right_half{
	padding-left: 8px;
	padding-right: 0;
}
}
@media (min-width: 1400px) {
/* .header-top .header-nav .main-nav {
	margin-right: -24px;
} */
}
@media (min-width: 1200px) {
.header-right {
	padding: 0;
}
ul.logos {
	margin: 0 -42px;
}
/*ul.why-us {
			padding-right: 30px;
		}*/
		.header-phone {
	padding: 0;
}
.header-phone .em-button {
	float: right;
	font-size: 0.9375rem;
	max-width: 188px;
}
.facility-gallery .owl-carousel .owl-nav .owl-prev {
	left: -30px;
}
.facility-gallery .owl-carousel .owl-nav .owl-next {
	right: -30px;
}
}
@media (max-width: 1800px) {
.header-phone a.em-button {
	font-size: 1rem;
	padding-left: 15px;
	padding-right: 15px;
}
/* nav.main-nav ul.nav > li > a {
	font-size: 13px;
	padding: 0 12px;
} */
}
 @media (max-width: 1400px) {
/* General Styles */
		.accordion {
	margin-top: 0;
}
h3.accordion-title {
	margin-top: 30px;
	padding: 20px 60px 20px 20px;
}
/*** Enter your custom style here ***/
}
 @media (max-width: 1199px) {
body {
	font-size: 1rem;
}
h2, h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.125rem;
}
h6 {
	font-size: 1rem;
}
.sfm-rollback {
	display: block;
	width: 0;
}
/* General Styles */
		.testimonial-box:after {
	left: 24px;
}
.testimonial-box {
	font-size: 1.25rem;
	padding: 50px 30px 10px 40px;
}
.free-quote-bar, .free-quote-bar p {
	text-align: center;
}
/*** Enter your custom style here ***/
	ul.inspection-list li {
	width:25%;
}
}
 @media (max-width: 991px) {
h2, h3 {
	font-size: 1.75rem;
}
h5 {
	font-size: 1rem;
}
h2.entry-title {
	font-size: 1.375rem;
}
p {
	margin-bottom: 15px;
	margin-top: 15px;
}
.post-list-thumbnail {
	margin-right: 15px;
}
.table-style-1 td, .table-style-1 th {
	padding-left: 10px;
}
.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
	left: 0;
}
.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
	right: 0;
}
.column-vertical-align .row, .column-vertical-align.row, .column-equal-height .row, .column-equal-height.row {
	display: block;
}
/* Testimonials */
		.woothemes-testimonials-layout-03 .testimonial-avatar {
	width: 200px;
}
.woothemes-testimonials-layout-03 .testimonial-avatar img {
	width: 150px;
}
/* General Styles */
		.extra-content, .free-quote-bar, .free-quote-cta-panel.free-quote-bar {
	padding: 30px 0;
}
.border-bottom .container {
	padding-bottom: 30px;
}
.border-top .container {
	padding-top: 30px;
}
.background-only-panel {
	height: 250px !important;
}
.free-quote-bar {
	text-align: center;
}
.free-quote-bar h2 {
	margin-top: 0;
}
.free-quote-bar .col-md-4 {
	margin-top: 30px;
}
.free-quote-bar p {
	text-align: center;
}
.staff-panel {
	padding-bottom: 10px;
	padding-top: 10px;
}
.staff-panel-first {
	padding-top: 30px;
}
.staff-panel .extra-content-col {
	padding-bottom: 5px;
	padding-top: 5px;
}
.staff-panel .column-01 p {
	margin: 0;
}
.testimonial-box:after {
	top: 12px;
}
.accordion {
	margin-top: 10px;
}
h3.accordion-title {
	margin-top: 20px;
	padding: 15px 60px 15px 15px;
}
.accordion-content {
	padding: 15px 30px;
}
.contact-form .column-02, .get-a-quote-row-01 .column-02 {
	max-width: none;
}
/*** Enter your custom style here ***/
		/* ul.brand-service li {
	width: 50%;
} */
.our-services .extra-content-col-inner {
	margin-bottom: 30px;
}
.colophon .contact-information {
	display: none;
}
.contact-bottom-bar .column-vertical-align .row, .contact-bottom-bar .column-vertical-align.row {
	display: flex;
	align-items: center;
}
.home-about img {
	margin-top: 30px;
}
.header-top .header-phone .em-button {
	float: right;
	margin-top: 16px;
}
.contact-page-details .extra-content-col-inner {
	margin-top: 30px;
}
ul.inspection-list li {
	width:33.3333%;
}
.melina-wrapper img {
	max-width: 70px;
}
}
 @media (max-width: 767px) {
html {
	font-size: 87.5% !important;
}
ul.brand-service{
	grid-template-columns: 1fr 1fr;
	row-gap: 20px;
}
h1, h2 {
	font-size: 1.75rem;
}
.post-list-thumbnail {
	float: none;
	margin: 0 0 10px;
}
.postlist > article.post {
	margin-top: 25px;
	padding-top: 25px;
}
/* Testimonials */
	.contact-form .testimonials-list {
	margin-top: 0;
}
.testimonials-list .quote {
	margin: 15px 0;
	text-align: center;
}
.testimonials-list blockquote {
	-webkit-background-size: 100px auto;
	-moz-background-size: 100px auto;
	-o-background-size: 100px auto;
	background-size: 100px auto;
	background-position: center top;
	padding-top: 20px;
}
.woothemes-testimonials-layout-01 .testimonials-list .quote, .woothemes-testimonials-layout-03 .testimonial-content {
	max-width: none;
}
.woothemes-testimonials-layout-01 .testimonials-list .quote {
	width: 100%;
}
.woothemes-testimonials-layout-03 .testimonials-list .quote {
	display: block;
}
.woothemes-testimonials-layout-03 .testimonial-avatar {
	margin-bottom: 20px;
	text-align: center;
	width: auto;
}
.woothemes-testimonials-layout-03 .testimonial-avatar img {
	width: 80px;
}
/* Content Panels */
	.column-equal-height .row, .column-equal-height.row {
	display: block;
}
.align-left-xs {
	background-position: left center;
}
.background-only-panel {
	height: 200px !important;
}
/* General Styles */
	.logos-panel {
	text-align: center;
}
.logos-panel ul {
	display: block;
}
.logos-panel ul li:before {
	display: none;
}
.logos-panel ul li {
	float: none;
	padding: 12px 0;
	width: auto;
}
.extra-content .testimonials-list blockquote p {
	max-width: none;
}
.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
	left: 50%;
	margin-left: -34px;
	top: 0;
}
.woothemes-testimonials-layout-04 .testimonials-list blockquote {
	padding-left: 0;
	padding-top: 100px;
}
.woothemes-testimonials-layout-04 .testimonials-list .author {
	padding-left: 0;
}
.accordion {
	margin-top: 15px;
}
h3.accordion-title {
	margin-top: 15px;
	padding: 12px 50px 12px 15px;
}
h3.accordion-title:before {
	right: 15px;
}
.accordion-content {
	padding: 10px 20px;
}
/*** Enter your custom style here ***/
	ul.specialise li {
	margin-bottom: 25px;
}
ul.logos {
	text-align: center;
}
ul.logos li {
	margin-bottom: 35px;
	width: 25%;
}
.header-top .header-phone .em-button {
	float: right;
	margin-top: 20px;
}
.contact-bottom-bar .column-vertical-align .row, .contact-bottom-bar .column-vertical-align.row {
	display: block;
}
.contact-bottom-bar .bottom-bar-phone a {
	max-width: 100%;
}
.bottom-bar {
	text-align: center;
}
.bottom-bar img {
	max-width: 54px;
}
.bottom-bar h6 span {
	letter-spacing: 4px;
}
.bottom-bar {
	padding-top: 30px;
}
.bottom-bar .div-even, .bottom-bar .div-odd {
	padding-bottom: 30px;
}
.contact-bottom-bar .bottom-bar-phone a {
	padding: 10% 0;
}
ul.why-us {
	margin-bottom: 30px;
}
.tyres-wheel-alignment-row-02 .extra-content-col {
	margin-bottom: 30px;
}
.car-logo {
	float: none;
}
ul.inspection-list li {
	width:50%;
}
.xmas-banner h1 {
	font-size:30px;
}
.xmas-banner h3 {
	font-size:16px;
}
}
@media (max-width: 640px) {
.book-quote div.gform_wrapper .gform_footer {
	padding-right: 16px !important;
}
.gform_wrapper.fast-lane-services_wrapper {
	padding: 30px 35px 40px 35px;
}
.gform_wrapper.fast-lane-services_wrapper .gform_footer {
	padding-right: 0;
}
.about-page-portals .about-portal {
	padding: 18px 30px 20px 30px;
}
.about-page-portals .about-portal-inner {
	padding: 0;
	padding-top: 20px;
}
.about-page-portals .portal-img img, .about-page-portals .portal-img {
	display: block;
	float: none;
	margin: 0 auto;
	margin-left: 0;
}
.about-page-portals .about-portal, .about-page-portals .about-portal:hover {
	background-image: none;
}
.about-page-portals .about-portal-inner h6 {
	padding-top: 15px;
}
#gform_wrapper_4 ul.gform_fields li.gfield {
	width: 100%;
	float: none;
	margin-right: 0;
}
#gform_wrapper_4 #field_4_17 li {
	position: initial !important;
	width: 48% !important;
	margin-right: 2% !important;
	float: left;
	clear: none;
	margin-bottom: 6px;
}
#gform_wrapper_4 .gfield_checkbox li label {
	width: auto;
}
}
@media (max-width: 480px) {
.g-recaptcha {
	-moz-transform: scale(0.925);
	-webkit-transform: scale(0.925);
	transform: scale(0.925);
	transform-origin: left center 0;
}
#fancybox-content .g-recaptcha {
	-moz-transform: scale(0.725);
	-webkit-transform: scale(0.725);
	transform: scale(0.725);
	transform-origin: left center 0;
}
/* General Styles */
		.list-check-square li {
	margin: 10px 0;
}
.free-quote-bar h2 {
	font-size: 1.5rem;
}
.free-quote-info .div-1 ul li {
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
	margin: 13px 0;
	padding: 3px 0 3px 40px;
}
/*** Enter your custom style here ***/
		.banner-area {
	padding-bottom: 40px;
	padding-top: 60px;
}
.banner-area .em-button:first-child {
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.banner-area h5 span {
	font-size: 1.375rem;
}
.banner-area h5 {
	margin-bottom: 30px;
}
.banner-area h1 {
	font-size: 2.125rem;
}
.banner-area p {
	margin-bottom: 20px;
	line-height: 150%;
}
.contact .contact-information {
	text-align: center;
}
.contact .contact-information li.address {
	display: none;
}
.header-top .header-phone .em-button {
	display: none;
}
.header-top {
	position: relative;
	z-index: 99;
}
.contact.shrink {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
/* .header-top .logo img {
	display: block;
	max-width: 106px;
	margin: 0 auto -30px auto;
} */
.logos-container {
	padding-bottom: 0;
}
.our-services {
	padding-top: 0;
}
.our-services .extra-content-col-inner {
	margin-bottom:10px;
	min-height: auto !important;
}
.our-services .extra-content-col-inner p {
	display: none;
}
.our-services .extra-content-col-inner a {
	padding:20px 30px;
}
.our-services .extra-content-col-inner h6 {
	background-position: left center;
	line-height: 50px;
	padding-left: 60px;
	padding-top: 0;
	margin:0;
}
ul.logos li {
	width: 33.3333%;
}
ul.logos li a img {
	width:45%;
}
ul.brand-service li {
	margin-bottom: 10px;
	width: 100%;
}
ul.brand-service{
	grid-template-columns: 1fr;
}
.why p span {
	font-size: 1rem;
	letter-spacing: 3px;
}
.why .extra-content-col-inner div {
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
}
.why .why-row .extra-content-col .extra-content-col-inner {
	padding: 0;
}
.why .row-04 .extra-content-col .extra-content-col-inner {
	margin-bottom: 0;
}
.why .extra-content-col .extra-content-col-inner p.border.twenty {
	margin-bottom: 30px;
}
.testimonials-list .testimonial-content {
	margin-top: 0;
	padding: 0;
}
.testimonials-list .quote {
	margin: 0;
}
.testimonial-avatar {
	display: none;
}
.testimonials-list .author {
	background-position: center bottom;
	float: none;
	text-align: center;
}
.home-about {
	text-align: center;
}
.home-about .no-padding {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.home-about h6 span .subtitle {
	font-size: 1rem;
	letter-spacing: 3px;
}
.home-about .em-button:first-child {
	margin-right: 0;
}
.home-about h6.border:after {
	right: 0;
}
#map {
	width: 100%;
	height: 600px;
}
.map-info {
	left: 0;
	margin: 0 auto;
	right: 0;
	text-align: center;
	top: auto;
}
.footer-col-1, .footer-col-2, .footer-col-3 {
	display: none;
}
.colophon {
	text-align: center;
}
.colophon .contact-information,  ul.inspection-list li br,  .bar-text br {
	display: none;
}
.next-line {
	display: block;
}
.logo {
	width: 100%;
}
ul.inspection-list li {
	width:100%;
	line-height:40px;
}
}