.dk_container {
background-color: #f5f5f5;
font-family: 'Helvetica', Arial, sans-serif;
font-size: 12px;
font-weight: bold;
margin-bottom: 18px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px; }
.dk_container:focus {
outline: 0; }
.dk_container a {
cursor: pointer;
text-decoration: none; }
.dk_toggle {
border: 1px solid #ccc;
color: #333;
padding: 7px 45px 7px 10px;
text-shadow: #fff 1px 1px 0;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-transition: border-color .5s;
-moz-transition: border-color .5s;
-o-transition: border-color .5s;
transition: border-color .5s;
position: relative; }
.dk_toggle:hover {
border-color: #8c8c8c; }
.dk_toggle:after {
position: absolute;
top: 45%;
right: 10px;
content: '';
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #4B4B4B; } .dk_focus .dk_toggle {
border-color: #40b5e2;
box-shadow: 0 0 5px #40b5e2;
-moz-box-shadow: 0 0 5px #40b5e2;
-webkit-box-shadow: 0 0 5px #40b5e2; } .dk_open {
box-shadow: 0 0 5px #40b5e2;
-moz-box-shadow: 0 0 5px #40b5e2;
-webkit-box-shadow: 0 0 5px #40b5e2; z-index: 10; }
.dk_open .dk_toggle {
background-color: #ececec;
border-color: #8c8c8c;
color: #ccc;
box-shadow: inset 0 -2px 5px #ccc;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0; } .dk_options {
background: #fefefe; box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px; }
.dk_options a {
background-color: #fff;
border-bottom: 1px solid #999;
font-weight: bold;
padding: 8px 10px; }
.dk_options a:hover,
.dk_options .dk_option_current a {
background-color: #0084c7;
border-bottom-color: #004c72;
color: #fff;
text-decoration: none;
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0; }
.dk_options li:last-child a {
border-bottom: none; }
.dk_options .disabled {
cursor: default; }
.dk_options .disabled a {
color: #aaa; }
.dk_options .disabled:hover, .dk_options .disabled:hover a {
cursor: default;
background-color: #fff;
border-bottom-color: #999;
text-shadow: none; } .dk_options_inner {
max-height: 250px;
border: 1px solid #8c8c8e;
border-bottom-width: 2px;
border-bottom-color: #999;
color: #333;
text-shadow: #fff 0 1px 0;
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px; }  .dk_container {
display: none;
float: left; }
.dk_container a {
outline: 0; }
.dk_toggle {
display: -moz-inline-stack;
display: inline-block;
*display: inline;
position: relative;
zoom: 1; }
.dk_open {
position: relative; }
.dk_open .dk_options {
display: block; }
.dk_open .dk_label {
color: inherit; }
.dk_options {
display: none;
margin-top: -1px;
position: absolute;
right: 0;
width: 100%; }
.dk_options a, .dk_options a:link, .dk_options a:visited {
display: block; }
.dk_options_inner {
overflow: auto;
position: relative;
-webkit-overflow-scrolling: touch; } .dk_container select {
position: absolute;
top: -99999em;
visibility: hidden; } .dk_mobile {
position: relative; }
.dk_mobile select {
display: block;
width: 100%;
height: 100%;
top: 0; left: 0;
visibility: visible;
opacity: 0;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none; }.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-focus{}.qtip-hover{}.qtip-default{border-width:1px;border-style:solid;border-color:#F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111} .qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1} .qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030} .qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0} .qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon{border-color:#D95252}.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252} .qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0} .qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-rounded,.qtip-tipsy,.qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"}.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content{background:transparent;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}x:-o-prefocus,.qtip .qtip-tip{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:transparent;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//georgiantransfer.com/wp-content/themes/autoride/style/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(//georgiantransfer.com/wp-content/themes/autoride/style/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//georgiantransfer.com/wp-content/themes/autoride/style/fancybox/blank.gif); -webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .fancybox-lock {
overflow: hidden !important;
width: auto;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-lock-test {
overflow-y: hidden !important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(//georgiantransfer.com/wp-content/themes/autoride/style/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
} .fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//georgiantransfer.com/wp-content/themes/autoride/style/fancybox/fancybox_sprite@2x.png);
background-size: 44px 152px; }
#fancybox-loading div {
background-image: url(//georgiantransfer.com/wp-content/themes/autoride/style/fancybox/fancybox_loading@2x.gif);
background-size: 24px 24px; }
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed, 
figure,figcaption,footer,header,hgroup, 
menu,nav,output,ruby,section,summary,
time,mark,audio,video 
{
border:0px;
margin:0px;
padding:0px;
vertical-align:baseline;
}   html .compose-mode .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
html .compose-mode .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
html .compose-mode .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
html .compose-mode .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
html .compose-mode .vc_vc_row>[data-vc-full-width="true"], 
html .compose-mode .vc_vc_row_inner, .compose-mode .vc_vc_section>[data-vc-full-width="true"]
{
padding-top:0px;
}
html .compose-mode .vc_vc_row>.theme-padding-top-100[data-vc-full-width="true"]
{
padding-top:100px;	
}
html .compose-mode .vc_vc_row>.theme-column-style-2[data-vc-full-width="true"]
{
padding:100px 0px 100px 0px;
}
html .compose-mode .vc_empty-placeholder
{
margin-top:0px;
margin-bottom:0px;
}
html .compose-mode .vc_element .theme-component-feature.vc_element-container
{
min-height:100px;
}
html .compose-mode .theme-column-style-3>div, 
html .compose-mode .theme-column-style-4>div, 
html .compose-mode .theme-column-style-3>.vc_column-inner, 
html .compose-mode .theme-column-style-4>.vc_column-inner, 
html .compose-mode .vc_row.vc_row-no-padding .theme-column-style-4>.vc_column-inner,
html .compose-mode .vc_row.vc_row-no-padding .theme-column-style-3>.vc_column-inner
{
flex-grow:unset;
}   body
{
margin:0px;
padding:0px;
background:#FFFFFF;
}
*,*::after
{
box-sizing:border-box;
}
*:focus  
{  
outline:none;  
} 
img
{
height:auto;
display:block;
max-width:100%;
}
p
{
padding:10px 0px 10px 0px;
}
a
{
text-decoration:none;
}
a:hover
{
text-decoration:underline;
}
p:empty
{
display:none;
}
mark
{
padding:3px;
}
sup
{
vertical-align:super	
}
sub
{
vertical-align:sub;
}
strong
{
font-weight:700;
}
iframe
{
max-width:100%;
}   body
{
font-size:18px;
font-weight:300;
font-family:'Lato',Arial,sans-serif;
}   html .woocommerce .button,
input.theme-component-button,
.theme-gutenberg-block .wp-block-file .wp-block-file__button,
.woocommerce nav.woocommerce-pagination ul.page-numbers a, 
.woocommerce-page nav.woocommerce-pagination ul.page-numbers a,
.theme-component-button>a,
.theme-component-social-profile>li>a,
.theme-component-testimonial-list .theme-component-testimonial-list-navigation .theme-component-testimonial-list-navigation-left:hover,
.theme-component-testimonial-list .theme-component-testimonial-list-navigation .theme-component-testimonial-list-navigation-right:hover,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>*>img,
.theme-post .theme-post-title h3 a,
.theme-post .theme-post-title h4 a,
.theme-pagination a,
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box>a,
.theme-component-driver-list .theme-component-driver-list-item>h4>a,
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-image>a>img,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a,
.widget_recent_entries>ul>li a,
.widget_recent_comments>ul>li a,
.widget_products>ul.product_list_widget>li>a,
.widget_recent_reviews>ul.product_list_widget>li>a,
.widget_top_rated_products>ul.product_list_widget>li>a,
.widget_recently_viewed_products>ul.product_list_widget>li>a,
#theme-full-screen-search-form #theme-full-screen-search-form-close-button,
#theme-go-to-top
{
transition:all 200ms ease;	
}   html body .theme-main,
.theme-page-content .theme-main.theme-gutenberg-block>*
{
width:1220px;
margin-left:auto;
margin-right:auto;
}
.theme-clear-fix::after
{
height:0;
clear:both;
content:" ";
font-size:0;
min-height:0;
display:block;
visibility:hidden;
}
.theme-reset-list
{
margin:0px;
padding:0px;
list-style:none;
}
.theme-overflow-hidden,
.theme-overflow-hidden.vc_row[data-vc-full-width]
{
overflow:hidden;
}
.theme-overflow-x-hidden
{
overflow-x:hidden !important;
}   h1,h2,h3,h4,h5,h6,
h1.vc_do_custom_heading,
h2.vc_do_custom_heading,
h3.vc_do_custom_heading,
h4.vc_do_custom_heading,
h5.vc_do_custom_heading,
h6.vc_do_custom_heading
{
margin-bottom:30px;
}
h4,h5,h6,
h4.vc_do_custom_heading,
h5.vc_do_custom_heading,
h6.vc_do_custom_heading
{
margin-bottom:20px;
}
*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6,
*+h1.vc_do_custom_heading,
*+h2.vc_do_custom_heading,
*+h3.vc_do_custom_heading,
*+h4.vc_do_custom_heading,
*+h5.vc_do_custom_heading,
*+h6.vc_do_custom_heading,
html .compose-mode *+.vc_element.vc_vc_custom_heading h1,
html .compose-mode *+.vc_element.vc_vc_custom_heading h2,
html .compose-mode *+.vc_element.vc_vc_custom_heading h3,
html .compose-mode *+.vc_element.vc_vc_custom_heading h4,
html .compose-mode *+.vc_element.vc_vc_custom_heading h5,
html .compose-mode *+.vc_element.vc_vc_custom_heading h6
{
margin-top:40px;
}
p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6,
p+h1.vc_do_custom_heading,
p+h2.vc_do_custom_heading,
p+h3.vc_do_custom_heading,
p+h4.vc_do_custom_heading,
p+h5.vc_do_custom_heading,
p+h6.vc_do_custom_heading
{
margin-top:30px;
}
h1+p,
h2+p,
h3+p,
h4+p,
h5+p,
h6+p,
h1.vc_do_custom_heading+p,
h2.vc_do_custom_heading+p,
h3.vc_do_custom_heading+p,
h4.vc_do_custom_heading+p,
h5.vc_do_custom_heading+p,
h6.vc_do_custom_heading+p
{
padding-top:0px;
}
.wpb_text_column>.wpb_wrapper>p:last-child
{
padding-bottom:0px;
}   ul,ol
{
margin:0px;
padding:0px;
margin-left:1em;
list-style-position:inside;	
}
ul
{
list-style-type:square;
}
ul li,
ol li
{
padding-left:0.5em;
}
ul li,
ol li
{
margin-top:5px;
}
ol li ol
{
list-style-type:lower-alpha;
}
ol li ol li ol
{
list-style-type:lower-roman;
}   html .vc_column_container
{
margin-bottom:40px;
}
html .vc_row.vc_row-no-padding[data-vc-full-width="true"]>.vc_column_container
{
margin-bottom:0px;
}
html .vc_row
{
margin-left:0px;
margin-right:0px;
}
html .vc_column_container>.vc_column-inner
{
padding-left:0px;
padding-right:0px;
}
html .vc_col-has-fill>.vc_column-inner,
html .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
html .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
html .vc_row-has-fill>.vc_column_container>.vc_column-inner
{
padding-top:0px;
}
html .vc_row-o-equal-height .wpb_wrapper
{
height:100%;
}
html .vc_row-has-fill,
html .vc_col-has-fill>.vc_column-inner
{
background-size:cover;
background-position:center center;
}
html .vc_col-has-fill>.vc_column-inner
{
padding:120px;
}
html .vc_custom_heading+.wpb_text_column .wpb_wrapper p:first-child
{
padding-top:0px;
}
html .vc_row[data-vc-full-width]
{
overflow:visible;
}
html .wpb_button,
html .wpb_content_element, 
html ul.wpb_thumbnails-fluid>li
{
margin-bottom:0px;
}   html rs-layer .chbs-main input[type="text"]
{
display:block;
}
html rs-layer .chbs-main .chbs-main-content
{
margin-top:40px;
}
html rs-module,
html rs-static-layers
{
overflow:visible;
}
html sr7-slide .chbs-main input[type="text"]
{
display:block;
}
html rs-layer .chbs-main,
html sr7-slide .chbs-main
{
max-width:350px;
}
@media (width<=480px)
{
html sr7-slide .chbs-main
{
max-width:300px;
}
}   select
{
width:100%;
cursor:pointer;
}
textarea
{
resize:none;
}
select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"]
{
border-width:1px;
border-style:solid;
padding:0px 20px 20px 20px;
}
html .woocommerce select,
html .woocommerce textarea,
html .woocommerce input[type="tel"],
html .woocommerce input[type="text"],
html .woocommerce input[type="email"],
html .woocommerce input[type="search"],
html .woocommerce input[type="password"]
{
padding:10px 15px 13px 15px;
}
select
{
padding:10px;
}
.theme-form-field,
html .woocommerce #respond #commentform p.comment-form-email,
html .woocommerce #respond #commentform p.comment-form-author,
html .woocommerce #respond #commentform p.comment-form-comment,
html .woocommerce #respond #commentform div.comment-form-rating
{
border-width:1px;
border-style:solid;
padding:16px 0px 0px 0px; 
}
.theme-form-field select,
.theme-form-field textarea,
.theme-form-field input[type="tel"],
.theme-form-field input[type="text"],
.theme-form-field input[type="email"],
.theme-form-field input[type="search"],
.theme-form-field input[type="password"],
html .woocommerce #respond #commentform p.comment-form-email input,
html .woocommerce #respond #commentform p.comment-form-author input,
html .woocommerce #respond #commentform p.comment-form-comment textarea
{
width:100%;
border:none;
}
html .woocommerce #respond #commentform p.comment-form-email input,
html .woocommerce #respond #commentform p.comment-form-author input,
html .woocommerce #respond #commentform p.comment-form-comment textarea,
html .woocommerce #respond #commentform .comment-form-rating p.stars
{
padding:0px 20px 20px 20px;
}
html .woocommerce #respond #commentform .comment-form-rating p.stars
{
margin-bottom:0px;
}
.theme-form-field label,
.wp-block-search label,
.widget_search .screen-reader-text,
.widget_product_search .screen-reader-text,
html .woocommerce form .form-row label,
html .woocommerce-page form .form-row label,
html .woocommerce #respond #commentform label
{
clear:both;
clip-path:none;
margin-left:20px;
margin-bottom:7px;
display:inline-block;	   
}
html .woocommerce form .form-row label,
html .woocommerce-page form .form-row label 
{
margin-left:0px;
margin-bottom:10px;
}
.theme-form-column-1_2-left
{
float:left;
}
.theme-form-column-1_2-right 
{
float:right;
}
.theme-form-column-1_2-left,
.theme-form-column-1_2-right
{
width:50%;
}
.theme-form-column-1_2-right
{
}
.theme-form-column-1_2-right .theme-form-field
{
height:100%;
}
.theme-form-column-1_2-left>.theme-form-field
{
height:99px !important;
border-right-width:0px;
}
.theme-form-column-1_2-left+.theme-form-column-1_2-left>.theme-form-field
{
border-top-width:0px;
}
.theme-form-column-1_1
{
clear:both;
width:100%;
}
.theme-width-480 .theme-form-column-1_1,
.theme-width-480 .theme-form-column-1_2-left,
.theme-width-480 .theme-form-column-1_2-right,
.theme-width-300 .theme-form-column-1_1,
.theme-width-300 .theme-form-column-1_2-left,
.theme-width-300 .theme-form-column-1_2-right
{
clear:both;
float:none;
width:100%;
}
.theme-width-480 .theme-form-column-1_2-left>.theme-form-field,
.theme-width-300 .theme-form-column-1_2-left>.theme-form-field
{
border-right-width:1px;
}
.theme-width-480 .theme-form-column-1_2-right+.theme-form-column-1_2-left>.theme-form-field,
.theme-width-300 .theme-form-column-1_2-right+.theme-form-column-1_2-left>.theme-form-field
{
border-top-width:0px;
}   table,
html .woocommerce table.shop_table
{
border-radius:0;
border-collapse:collapse;
}
table tr,
html .woocommerce table.shop_table tr
{
}
table tr th,
.wp-block-table th,
html .woocommerce table.shop_table tr th
{
border-width:2px;
}
table tr td,
html .woocommerce table.shop_table tr td
{
}
table tr th,
table tr td,
.wp-block-table td, 
.wp-block-table th,
html .woocommerce table.shop_table tr th,
html .woocommerce table.shop_table tr td
{
padding:10px;
border-style:solid;  
}
table,
table td,
.wp-block-table td,
html .woocommerce table.shop_table,
html .woocommerce table.shop_table td
{
border-width:1px;
}   html .vc_col-sm-6+.vc_col-sm-6,
html .vc_col-sm-4+.vc_col-sm-4,
html .vc_col-sm-3+.vc_col-sm-3,
html .vc_col-sm-8+.vc_col-sm-4,
html .vc_col-sm-4+.vc_col-sm-8,
html .vc_col-sm-4+.vc_col-sm-5,
html .vc_col-sm-4+.vc_col-sm-5+.vc_col-sm-3
{
margin-left:3.27868%;
}
html .vc_row.vc_row-no-padding .vc_column_container
{
margin-left:0px;
margin-bottom:0px;
}
html .vc_col-sm-4+.vc_col-sm-5
{
width:39.75410%;
}   html .vc_col-sm-8
{
width:65.57377%;
}	
html .vc_row.vc_row-no-padding .vc_col-sm-8
{
width:67%;
}   html .vc_col-sm-6
{
width:48.36066%;
}
html .vc_row.vc_row-no-padding .vc_col-sm-6
{
width:50%;
}
html .vc_row.vc_row-no-padding .vc_col-sm-6+.vc_col-sm-6
{
margin-left:0px;
}   html .vc_col-sm-4
{
width:31.14755%;
}
html .vc_row.vc_row-no-padding .vc_col-sm-4
{
width:33%; 
margin-left:0px;
}   html .vc_col-sm-3
{
width:22.540984%;
}
html .vc_row.vc_row-no-padding .vc_col-sm-3
{
width:25%;
}
html .vc_row.vc_row-no-padding .vc_col-sm-3+.vc_col-sm-3
{
margin-left:0px;
}   html .theme-section-white,
html .theme-section-white *
{
color:#FFFFFF !important;
}
html .theme-section-background-image-fixed
{
background-size:cover;
background-attachment:fixed;
}   html .theme-column-style-1
{
padding:100px 80px 100px 80px;
}
html .theme-column-style-2
{
padding:100px 0px 100px 0px;
}
html .theme-column-style-3>div,
html .theme-column-style-3>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-3>.vc_column-inner,
html .theme-column-style-4>div,
html .theme-column-style-4>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-4>.vc_column-inner
{
width:610px;
flex-basis:610px;
flex-grow:unset;
}
html .theme-column-style-3,
html .vc_row.vc_row-no-padding .theme-column-style-3
{
justify-content:right;
}
html .theme-column-style-3>div,
html .theme-column-style-3>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-3>.vc_column-inner
{
float:right;
justify-content:right;
padding:100px 80px 100px 0px;
}
html .theme-column-style-4,
html .vc_row.vc_row-no-padding .theme-column-style-4
{
justify-content:left;
}
html .theme-column-style-4>div,
html .theme-column-style-4>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-4>.vc_column-inner
{
float:left;
justify-content:left;
padding:100px 0px 100px 80px;   
}
html .theme-column-style-5
{
padding:80px 0px 80px 0px;
}
html .theme-column-style-6
{
padding:20px;
border-width:2px;
border-style:solid;
}   .theme-qtip
{
margin:0px;
padding:0px;
border:none;
box-shadow:none;
min-width:200px;
border-width:1px;
border-style:solid;
}
.theme-qtip .qtip-content
{
font-size:13px;
font-weight:300;
line-height:150%;
padding:8px 15px 10px 15px;
}   #theme-go-to-top
{
opacity:0;
z-index:99;
right:30px;
width:48px;
height:48px;
bottom:155px;
font-size:42px;
position:fixed;
line-height:48px;
text-align:center;
border-radius:999em;
background:rgba(133,140,146,0.4);
}
#theme-go-to-top,
#theme-go-to-top:hover
{
text-decoration:none;
}
#theme-go-to-top:hover
{
background:rgba(133,140,146,0.6);
}      @font-face
{
font-family:'theme-icon-feature';
src:url(//georgiantransfer.com/wp-content/themes/autoride/font/theme-icon-feature.eot);
src:url(//georgiantransfer.com/wp-content/themes/autoride/font/theme-icon-feature.eot) format('embedded-opentype'),url(//georgiantransfer.com/wp-content/themes/autoride/font/theme-icon-feature.ttf) format('truetype'),url(//georgiantransfer.com/wp-content/themes/autoride/font/theme-icon-feature.woff) format('woff'),url(//georgiantransfer.com/wp-content/themes/autoride/font/theme-icon-feature.svg) format('svg');
font-style:normal;
font-weight:normal;
}
[class^="theme-icon-feature-"], [class*=" theme-icon-feature-"]
{
font-size:48px;
font-family:'theme-icon-feature' !important;
speak:none;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.theme-icon-feature-car-7:before { content:"\5f"; }
.theme-icon-feature-food-truck:before { content:"\50"; }
.theme-icon-feature-vip:before { content:"\3f"; }
.theme-icon-feature-party:before { content:"\64"; }
.theme-icon-feature-ambulance:before { content:"\51"; }
.theme-icon-feature-medical-bed:before { content:"\3e"; }
.theme-icon-feature-truck-dump:before { content:"\52"; }
.theme-icon-feature-boat:before { content:"\7d"; }
.theme-icon-feature-ship-2:before { content:"\7c"; }
.theme-icon-feature-ship-1:before { content:"\22"; }
.theme-icon-feature-train:before { content:"\3a"; }
.theme-icon-feature-bus-1:before { content:"\53"; }
.theme-icon-feature-bus-2:before { content:"\3c"; }
.theme-icon-feature-car-2:before { content:"\5e"; }
.theme-icon-feature-car-3:before { content:"\26"; }
.theme-icon-feature-car-1:before { content:"\25"; }
.theme-icon-feature-car-check:before  { content:"\7b"; }
.theme-icon-feature-car-4:before { content:"\2a"; }
.theme-icon-feature-car-key:before  { content:"\2b"; }
.theme-icon-feature-car-5:before { content:"\28"; }
.theme-icon-feature-helicopter:before  { content:"\24"; }
.theme-icon-feature-road:before  { content:"\23"; }
.theme-icon-feature-camper:before   { content:"\4f"; }
.theme-icon-feature-sport:before { content:"\40"; }
.theme-icon-feature-car-6:before { content:"\29"; }
.theme-icon-feature-country-side:before  { content:"\21"; } 
.theme-icon-feature-leaf:before  { content:"\7e"; }
.theme-icon-feature-radioactive-truck:before  { content:"\2f"; }
.theme-icon-feature-disabled:before { content:"\2e"; }
.theme-icon-feature-garage:before   { content:"\55"; }
.theme-icon-feature-airplane:before { content:"\2c"; }
.theme-icon-feature-beach:before { content:"\56"; }
.theme-icon-feature-bag-2:before { content:"\5c"; }
.theme-icon-feature-bag-1:before { content:"\27"; }
.theme-icon-feature-office:before { content:"\57"; }
.theme-icon-feature-city-2:before { content:"\59"; }
.theme-icon-feature-city-1:before { content:"\58"; }
.theme-icon-feature-colosseum:before  { content:"\3b"; }
.theme-icon-feature-sign:before { content:"\5d"; }
.theme-icon-feature-house:before { content:"\5a"; }
.theme-icon-feature-lighthouse:before { content:"\5b"; }
.theme-icon-feature-compass:before { content:"\31"; }
.theme-icon-feature-globe-search:before { content:"\32"; }
.theme-icon-feature-location-3:before  { content:"\38"; }
.theme-icon-feature-location-2:before { content:"\76"; }
.theme-icon-feature-route-2:before { content:"\34"; }
.theme-icon-feature-route-1:before { content:"\33"; }
.theme-icon-feature-map:before { content:"\35"; }
.theme-icon-feature-map-search:before { content:"\36"; }
.theme-icon-feature-road-pin:before { content:"\37"; }
.theme-icon-feature-network-search:before { content:"\39"; }
.theme-icon-feature-credit-card:before { content:"\30"; }
.theme-icon-feature-wallet:before { content:"\3d"; }
.theme-icon-feature-box-truck:before { content:"\4e"; }
.theme-icon-feature-cart-bag:before { content:"\2d"; }
.theme-icon-feature-truck:before { content:"\4d"; }
.theme-icon-feature-delivery:before { content:"\4c"; }
.theme-icon-feature-calculator:before  { content:"\4b"; }
.theme-icon-feature-hand-bag:before { content:"\60"; }
.theme-icon-feature-price:before  { content:"\47"; }
.theme-icon-feature-picture:before  { content:"\46"; }
.theme-icon-feature-network:before { content:"\45"; }
.theme-icon-feature-error:before { content:"\7a"; }
.theme-icon-feature-timetable:before { content:"\44"; }
.theme-icon-feature-recurring-2:before { content:"\43"; }
.theme-icon-feature-recurring-1:before { content:"\42"; }
.theme-icon-feature-sync:before { content:"\41"; }
.theme-icon-feature-help:before { content:"\79"; }
.theme-icon-feature-information:before { content:"\78"; }
.theme-icon-feature-warning:before { content:"\77"; }
.theme-icon-feature-location-1:before { content:"\75"; }
.theme-icon-feature-certificate:before { content:"\48"; }
.theme-icon-feature-award:before { content:"\49"; }
.theme-icon-feature-document:before  { content:"\74"; }
.theme-icon-feature-fax:before { content:"\4a"; }
.theme-icon-feature-phone-3:before { content:"\73"; }
.theme-icon-feature-phone-1:before { content:"\71"; }
.theme-icon-feature-testimonials-2:before { content:"\70"; }
.theme-icon-feature-testimonials-1:before { content:"\6f"; }
.theme-icon-feature-chat:before { content:"\6e"; }
.theme-icon-feature-driver:before { content:"\72"; }
.theme-icon-feature-account:before { content:"\6d"; }
.theme-icon-feature-people:before { content:"\6c"; }
.theme-icon-feature-email-1:before { content:"\69"; }
.theme-icon-feature-email-2:before { content:"\6a"; }
.theme-icon-feature-email-3:before { content:"\6b"; }
.theme-icon-feature-paper-plane:before { content:"\68"; }
.theme-icon-feature-calendar:before { content:"\67"; }
.theme-icon-feature-clock:before { content:"\66"; }
.theme-icon-feature-share-time:before { content:"\65"; }
.theme-icon-feature-check:before { content:"\63"; }
.theme-icon-feature-pen:before { content:"\62"; }
.theme-icon-feature-pencil:before { content:"\61"; }   @font-face 
{
font-family:'theme-icon-meta';
src: url(//georgiantransfer.com/wp-content/themes/autoride/font/theme-icon-meta.eot);
src: url(//georgiantransfer.com/wp-content/themes/autoride/font/theme-icon-meta.eot) format('embedded-opentype'),url(//georgiantransfer.com/wp-content/themes/autoride/font/theme-icon-meta.ttf) format('truetype'),url(//georgiantransfer.com/wp-content/themes/autoride/font/theme-icon-meta.woff) format('woff'),url(//georgiantransfer.com/wp-content/themes/autoride/font/theme-icon-meta.svg) format('svg');
font-weight:normal;
font-style:normal;
}
.theme-pagination .prev,
.theme-pagination .next,
.slick-prev::before,
.slick-next::before,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button,
#theme-full-screen-search-form #theme-full-screen-search-form-close-button::before,
[class^="theme-icon-meta-"],
[class*=" theme-icon-meta-"]
{
font-family:'theme-icon-meta' !important;
speak:none;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
[class^="theme-icon-meta-"],
[class*=" theme-icon-meta-"]
{
line-height:1;
}
.theme-icon-meta-pin:before { content:"\51"; }
.theme-icon-meta-suitcase:before { content:"\50"; }
.theme-icon-meta-user:before { content:"\4f"; }
.theme-icon-meta-thin-email-1:before { content:"\4c"; }
.theme-icon-meta-thin-email-2:before { content:"\4d"; }
.theme-icon-meta-thin-email-3:before { content:"\4e"; }
.theme-icon-meta-thin-phone-1:before { content:"\48"; }
.theme-icon-meta-thin-phone-2:before { content:"\4a"; }
.theme-icon-meta-thin-phone-3:before { content:"\49"; }
.theme-icon-meta-thin-phone-4:before { content:"\4b"; }
.theme-icon-meta-thin-fax:before { content:"\47"; }
.theme-icon-meta-thin-clock:before { content:"\46"; }
.theme-icon-meta-thin-location-3:before { content:"\45"; }
.theme-icon-meta-thin-location-2:before { content:"\44"; }
.theme-icon-meta-thin-location-1:before { content:"\43"; }
.theme-icon-meta-phone:before { content:"\42"; }
.theme-icon-meta-clock:before { content:"\7a"; }  
.theme-icon-meta-tick-3:before { content:"\79"; }
.theme-icon-meta-tick-1:before { content:"\77"; }
.theme-icon-meta-tick-2:before { content:"\78"; }
.theme-icon-meta-quote:before { content:"\71"; }
.theme-icon-meta-folder:before { content:"\6f"; }
.theme-icon-meta-tag:before	{ content:"\70"; }
.theme-icon-meta-cart:before { content:"\72"; }
.theme-icon-meta-search:before { content:"\73"; }
.theme-icon-meta-email:before { content:"\75"; }
.theme-icon-meta-mobile:before { content:"\76"; }
.theme-icon-meta-location:before { content:"\74"; }
.theme-icon-meta-plus-large:before { content:"\6a"; }
#theme-full-screen-search-form #theme-full-screen-search-form-close-button:before,
.theme-icon-meta-close-large:before { content:"\6c"; }
.theme-icon-meta-minus-large:before { content:"\6b"; }   
.theme-icon-meta-arrow-vertical:before { content:"\62"; }   
.theme-icon-meta-arrow-horizontal:before { content:"\61"; }
.theme-icon-meta-minus:before { content:"\68"; }
.theme-icon-meta-plus:before	{ content:"\67"; }
.theme-icon-meta-close:before { content:"\69"; }
.theme-icon-meta-menu:before,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button:before { content:"\6d"; }  
.theme-icon-meta-comment:before { content:"\6e"; }
.theme-icon-meta-arrow-horizontal-2:before { content:"\63"; }
.theme-icon-meta-arrow-vertical-2:before { content:"\64"; }
.theme-pagination .prev:before,  
.theme-pagination .next:before,	
.slick-prev:before,
.slick-next:before,
.theme-component-list.theme-component-list-style-3 ul li>span:first-child:before,
.theme-icon-meta-arrow-horizontal-3:before { content:"\65"; }
.theme-icon-meta-arrow-vertical-3:before { content:"\66"; }
.theme-icon-meta-display:before { content:"\41"; }   @font-face 
{
font-family:'theme-icon-social';
src:url(//georgiantransfer.com/wp-content/themes/autoride/font/theme-icon-social.eot);
src:url(//georgiantransfer.com/wp-content/themes/autoride/font/theme-icon-social.eot) format('embedded-opentype'), url(//georgiantransfer.com/wp-content/themes/autoride/font/theme-icon-social.ttf) format('truetype'),url(//georgiantransfer.com/wp-content/themes/autoride/font/theme-icon-social.woff) format('woff'),url(//georgiantransfer.com/wp-content/themes/autoride/font/theme-icon-social.svg) format('svg');
font-style:normal;
font-weight:normal;
}
[class^="theme-icon-social-"],[class*=" theme-icon-social-"]
{
font-family:'theme-icon-social' !important;
speak:none;
line-height:1;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
}
.theme-icon-social-instagram:before { content:"\6a"; }
.theme-icon-social-facebook:before { content:"\62"; }
.theme-icon-social-github:before { content:"\63"; }
.theme-icon-social-rss:before { content:"\64"; }
.theme-icon-social-pinterest:before { content:"\65"; }
.theme-icon-social-linkedin:before { content:"\67"; }
.theme-icon-social-xing:before { content:"\68"; }
.theme-icon-social-youtube:before { content:"\69"; }
.theme-icon-social-flickr:before { content:"\6b"; }
.theme-icon-social-tumblr:before { content:"\6c"; }
.theme-icon-social-dribbble:before { content:"\6d"; }
.theme-icon-social-skype:before { content:"\6e"; }
.theme-icon-social-foursquare:before { content:"\6f"; }
.theme-icon-social-vk:before { content:"\70"; }
.theme-icon-social-weibo:before { content:"\71"; }
.theme-icon-social-reddit:before { content:"\72"; }
.theme-icon-social-behance:before { content:"\74"; }
.theme-icon-social-spotify:before { content:"\75"; }
.theme-icon-social-deviantart:before { content:"\76"; }
.theme-icon-social-soundcloud:before { content:"\77"; }
.theme-icon-social-vine:before { content:"\78"; }
.theme-icon-social-yelp:before { content:"\79"; }
.theme-icon-social-paypal:before { content:"\7a"; }
.theme-icon-social-houzz:before { content:"\41"; }
.theme-icon-social-vimeo:before { content:"\42"; }
.theme-icon-social-email:before { content:"\47"; }
.theme-icon-social-location:before { content:"\45"; }
.theme-icon-social-mobile:before { content:"\46"; }
.theme-icon-social-envato:before { content:"\43"; }
.theme-icon-social-whatsapp:before { content: "\49"; }
.theme-icon-social-discord:before { content: "\4a"; }
.theme-icon-social-wechat:before { content: "\4b"; }
.theme-icon-social-facebook-messenger:before { content: "\4c"; }
.theme-icon-social-threads:before { content: "\4d"; }
.theme-icon-social-tiktok:before { content: "\48"; }
.theme-icon-social-snapchat:before { content: "\4e"; }
.theme-icon-social-microsoft-teams:before { content: "\4f"; }
.theme-icon-social-stripe:before { content: "\50"; }
.theme-icon-social-zoom:before { content: "\51"; }
.theme-icon-social-bing:before { content: "\52"; }
.theme-icon-social-dropbox:before { content: "\53"; }
.theme-icon-social-figma:before { content: "\54"; }
.theme-icon-social-google:before { content: "\55"; }
.theme-icon-social-mastodon:before { content: "\56"; }
.theme-icon-social-slack:before { content: "\57"; }
.theme-icon-social-tinder:before { content: "\58"; }
.theme-icon-social-qq:before { content: "\59"; }
.theme-icon-social-qzone:before { content: "\5a"; }
.theme-icon-social-viber:before { content: "\31"; }
.theme-icon-social-line:before { content: "\32"; }
.theme-icon-social-medium:before { content: "\33"; }
.theme-icon-social-share:before { content: "\34"; }
.theme-icon-social-app-store:before { content: "\35"; }
.theme-icon-social-google-play:before { content: "\36"; }
.theme-icon-social-twitch:before { content: "\73"; }
.theme-icon-social-buymeacoffee:before { content: "\44"; }
.theme-icon-social-telegram:before { content: "\66"; }
.theme-icon-social-x:before { content: "\61"; }   .theme-page
{
}   .theme-page .theme-page-header
{
}
.theme-page .theme-page-header .chbs-main.chbs-widget.chbs-widget-style-1
{
padding:30px;
}
.theme-page .theme-page-header .chbs-main.chbs-widget.chbs-widget-style-1 .chbs-main-content
{
margin-top:0px;
}
.theme-page .theme-page-header .chbs-main.chbs-widget.chbs-widget-style-1 .chbs-main-content>div>div:last-child a
{
float:left;
}
.theme-page .theme-page-header .theme-page-header-flex>.vc_column-inner>.wpb_wrapper
{
display:flex;
align-items:center;
}
html .theme-page .theme-page-header .theme-menu.theme-menu-responsive+.theme-component-button
{
margin-right:20px !important;
}
html .theme-page .theme-page-header .theme-component-button>a
{
padding:15px 27px 17px 27px;
}
.theme-page .theme-page-header .theme-page-header-flex>.vc_column-inner>.wpb_wrapper .theme-menu-default
{
flex-grow:1;
}
.theme-page .theme-page-header .theme-page-header-flex>.vc_column-inner>.wpb_wrapper .theme-menu-default>ul
{
float:right;
}   html .theme-page .theme-page-header .theme-page-header-top>.theme-main>.vc_row
{
margin:0px;
padding:8px 0px 8px 0px;
}
html .theme-page .theme-page-header .theme-page-header-top .theme-component-social-profile,
html .theme-page .theme-page-header .theme-page-header-top .theme-component-meta-icon-list
{
float:right;
display:flex;
flex-wrap:wrap;
}
html .theme-page .theme-page-header .theme-page-header-top .theme-component-meta-icon-list.theme-component-meta-icon-list-style-1
{
float:left;
}
html .theme-page .theme-page-header .theme-page-header-top .theme-component-social-profile
{
margin-right:10px;
}   .theme-page .theme-page-header .theme-page-header-title
{
}
.theme-page .theme-page-header .theme-page-header-title .theme-icon-meta-minus-large
{
padding:0px 10px 0px 10px;
}
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-text
{
padding-top:50px;
padding-bottom:60px;
word-break:break-word;
}
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-text>h1,
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-text>div
{
display:inline;
}
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-text>div
{
display:none;
}
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-image
{
display:flex;
min-height:360px;
position:relative;
align-items:center;
background-repeat:no-repeat;
background-position:center center;
}
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-image>div
{
width:100%;
}
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-image>div:first-child
{
z-index:2;
position:relative;
text-align:center;
}
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title>div:first-child+div
{
left:0px;
z-index:1;
bottom:0px;
height:100%;
position:absolute;
background-color:rgba(133,140,146,0.4);
}   html .theme-page .theme-page-header .theme-page-header-middle
{
}
html .theme-page .theme-page-header .theme-page-header-middle.theme-page-header-middle-default
{
padding:30px 0px 30px 0px;
}
html .theme-page .theme-page-header .theme-page-header-middle.theme-page-header-middle-default .theme-main
{
display:flex;
align-items:center;	
}
html .theme-page .theme-page-header .theme-page-header-middle.theme-page-header-middle-default .theme-main .theme-menu-default,
html .theme-page .theme-page-header .theme-page-header-middle.theme-page-header-middle-default .theme-main .theme-menu-responsive
{
flex-grow:1;
}
html .theme-page .theme-page-header .theme-page-header-middle.theme-page-header-middle-default .theme-main .theme-menu-default ul,
html .theme-page .theme-page-header .theme-page-header-middle.theme-page-header-middle-default .theme-main .theme-menu-responsive ul
{
float:right;
}   html .theme-page .theme-page-header .theme-page-header-bottom .vc_column_container
{
margin-bottom:0px;
}
.theme-page-header-bottom-style-1,
.theme-page-header-bottom-style-2
{
border-style:solid;
border-width:1px 0px 0px 0px;
}   .theme-page .theme-page-content
{
min-height:200px;
padding-top:100px;
padding-bottom:100px;
margin:0px 0px 0px 0px;
}
.theme-page .theme-page-content>.theme-main
{
}
html .woocommerce-account .woocommerce-MyAccount-navigation,
.theme-page .theme-page-content>.theme-page-sidebar-enable>.theme-column-left
{
float:left;
}
html .woocommerce-account .woocommerce-MyAccount-content,
.theme-page .theme-page-content>.theme-page-sidebar-enable>.theme-column-right
{
float:right;
}
html .woocommerce-account .woocommerce-MyAccount-content,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-left
{
width:905px;
}
html .woocommerce-account .woocommerce-MyAccount-navigation,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-left,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-right
{
width:275px;
}
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-left
{
width:800px;
}
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-left,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-right
{
width:380px;
}   .theme-page .theme-page-vehicle-bottom
{
margin-top:100px;
margin-bottom:20px;
}   .theme-page .theme-page-footer
{
}
.theme-page .theme-page-footer .theme-page-footer-top,
.theme-page .theme-page-footer .theme-page-footer-middle
{
padding-top:80px;
padding-bottom:0px;		   
}
.theme-page .theme-page-footer .theme-page-footer-bottom
{
padding-top:25px;
}
.theme-page .theme-page-footer .theme-page-footer-bottom .theme-text-copyright p:first-child
{
padding-top:12px;
}
.theme-page .theme-page-footer .theme-page-footer-top+.theme-page-footer-middle
{
margin-top:-90px;
}      .theme-menu.theme-menu-default
{
}
.theme-menu-mode-responsive .theme-menu.theme-menu-default
{
display:none;
}   .theme-menu.theme-menu-default ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.theme-menu.theme-menu-default>ul ul
{
top:100%;
left:-20px;
z-index:99;
display:none;
text-align:left;
min-width:300px;
position:absolute;
padding:12px 0px 12px 0px;			
}
.theme-menu.theme-menu-default>ul ul ul
{
top:-12px;
left:300px;
margin-top:0px;
}  
.theme-menu.theme-menu-default>ul li.sfHover>ul
{
display:block;
}   .theme-menu.theme-menu-default>ul>li:first-child
{
margin-left:0px;
}
.theme-menu.theme-menu-default>ul li
{
margin:0px;
padding:0px;
position:relative;
}
.theme-menu.theme-menu-default>ul>li
{
float:left;
margin-right:30px;
}
.theme-menu.theme-menu-default>ul>li.menu-item-has-children
{
margin-right:45px;
}
.theme-menu.theme-menu-default>ul>li>a>span.theme-icon-meta-arrow-vertical-2:before,
.theme-menu.theme-menu-default>ul ul>li>a>span.theme-icon-meta-arrow-vertical-2:before
{
display:none;
}
.theme-menu.theme-menu-default>ul>li.menu-item-has-children>a>span.theme-icon-meta-arrow-vertical-2:before,
.theme-menu.theme-menu-default>ul ul>li.menu-item-has-children>a>span.theme-icon-meta-arrow-vertical-2:before
{
font-size:23px;
position:absolute;
display:inline-block;
}
.theme-menu.theme-menu-default>ul>li.menu-item-has-children>a>span.theme-icon-meta-arrow-vertical-2:before
{
top:12px;
width:30px;
right:-25px;
transform:rotate(180deg);
}
.theme-menu.theme-menu-default>ul ul>li.menu-item-has-children>a>span.theme-icon-meta-arrow-vertical-2:before
{
right:10px;
float:right;
transform:rotate(90deg);  
}
.theme-menu.theme-menu-default>ul li:hover>ul
{
display:block;
}
.theme-menu.theme-menu-default>ul li a
{
display:block;
padding:6px 0px 6px 20px;
}
.theme-menu.theme-menu-default>ul>li>a
{
padding-left:0px;
padding-top:10px;
padding-bottom:10px;
}
.theme-menu.theme-menu-default>ul li a:hover
{
text-decoration:none;
}
.theme-menu.theme-menu-default>ul>li>a>span:last-child,
.theme-menu.theme-menu-default>ul>li:hover>a>span:last-child,
.theme-menu.theme-menu-default>ul>li.sfHover>a>span:last-child
{
width:0px;
height:1px;
display:block;
-webkit-transition:width 0.3s ease;
-moz-transition:width 0.3s ease;
-o-transition:width 0.3s ease;
transition:width 0.3s ease;  
}
.theme-menu.theme-menu-default>ul>li:hover>a>span:last-child,
.theme-menu.theme-menu-default>ul>li.sfHover>a>span:last-child
{
width:100%;
}   .theme-menu.theme-menu-responsive
{
}
.theme-menu.theme-menu-responsive,
.theme-menu.theme-menu-responsive>ul
{
display:none;
}
.theme-menu-mode-responsive .theme-menu.theme-menu-responsive>*
{
margin-left:auto;
}
.theme-menu-mode-responsive .theme-menu.theme-menu-responsive
{
order:2;
display:block;
margin-right:0;
}
.theme-menu-mode-responsive .theme-menu.theme-menu-responsive:last-child
{
margin-left:auto;
}
.theme-menu.theme-menu-responsive .theme-menu-responsive-button
{
width:46px;
height:46px;
display:block;
cursor:pointer;
line-height:44px;
border-width:2px;
text-align:center;
border-style:solid;
border-radius:999em;
}
.theme-menu.theme-menu-responsive .theme-menu-responsive-button,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button:hover
{
text-decoration:none;
}
.theme-menu.theme-menu-responsive .theme-menu-responsive-button:before
{
font-size:32px;
}
.theme-menu-responsive-list
{
left:0px;
top:-999em;
z-index:99;
width:100%;
display:none;
position:absolute;
}
.theme-menu-mode-responsive .theme-menu-responsive-list
{
display:block;
}
.theme-menu-responsive-list,
.theme-menu-responsive-list ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.theme-menu-responsive-list ul
{
display:none;
}
.theme-menu-responsive-list li
{
margin:0px;
padding:0px;
display:block;
}
.theme-menu-responsive-list a
{
padding:15px;
display:block;
text-align:left;
position:relative;
border-style:solid;
border-width:0px 0px 1px 0px;
}
.theme-menu-responsive-list>li:first-child>a
{
text-align:center;
}
.theme-menu-responsive-list a>span:first-child+span+span
{
top:0px;
right:0px;
width:50px;
height:100%;
display:block;
padding-top:20px;
position:absolute;
text-align:center;
transform:rotate(180deg);					
}
.theme-menu-responsive-list a,
.theme-menu-responsive-list a:hover
{
text-decoration:none;
}
.theme-menu-responsive-list ul a
{
padding-left:30px;
}
.theme-menu-responsive-list ul ul a
{
padding-left:45px;
}   .theme-post-attachment
{
}
.theme-post-attachment .theme-post-attachment-image
{
}
.theme-post-attachment .theme-post-attachment-image img
{
margin-left:auto;
margin-right:auto;
}   .theme-blog
{
}
.theme-blog>ul,
.theme-blog>ul>li
{
margin:0px;
padding:0px;
}   .theme-blog.theme-blog-classic>ul
{
}
.theme-blog.theme-blog-classic>ul>li
{
clear:both;
margin:0px;
padding:0px;
display:block;
margin-bottom:80px;
}
.theme-blog.theme-blog-classic>ul>li.theme-post.sticky
{
padding:30px 30px 30px 0px;
}
.theme-blog.theme-blog-classic>ul>li:last-child
{
margin-bottom:0px;
}
.theme-blog.theme-blog-classic .theme-pagination
{
margin-top:80px;
}   .theme-blog.theme-blog-column
{
}
.theme-blog.theme-blog-column .theme-post
{
}
.theme-blog.theme-blog-column .vc_column_container
{
margin-bottom:40px;
}
.theme-blog.theme-blog-column .theme-post .theme-post-date
{
margin-bottom:20px;
}
.theme-blog.theme-blog-column .theme-post .theme-post-image
{
margin-bottom:0px;
}
.theme-blog.theme-blog-column .theme-pagination
{
margin-top:40px;
margin-bottom:40px;
}   .theme-post-vehicle
{
}
.theme-post-vehicle .theme-post-image
{
}   .theme-post
{
padding:0px;
}   .theme-post .theme-post-layout-left
{
width:130px;
float:left;
}
.theme-blog.theme-blog-classic>ul>li.theme-post.sticky .theme-post-layout-right
{
padding-left:30px;
}
.theme-blog.theme-blog-classic>ul>li.theme-post.sticky .theme-post-layout-left+.theme-post-layout-right
{
padding-left:0px;
}
.theme-post .theme-post-layout-left+.theme-post-layout-right
{
margin-left:130px;
}
.theme-post-related .theme-post .theme-post-layout-right,
.theme-blog.theme-blog-column .theme-post .theme-post-layout-right
{
padding:30px;
}   .theme-post .theme-post-image
{
}
.theme-post .theme-post-image
{
margin-bottom:40px;
}
.theme-post-related .theme-post .theme-post-image
{
margin-bottom:0px;
}
.theme-post .theme-post-image>a,
.theme-post .theme-post-image img
{
margin-left:auto;
margin-right:auto;
}
.theme-post .theme-post-image a img, 
.theme-post .theme-post-image a:hover img 
{
transition:opacity 0.2s ease 0s;
}
.theme-post .theme-post-image a:hover img
{
opacity:0.8;
}   .theme-post-gallery
{
overflow:hidden;
margin-top:-20px;
position:relative;
margin-bottom:40px;
}
.theme-post-gallery .slick-list
{
margin:0px 50px 0px 50px;
}
.theme-post-gallery .slick-list .slick-slide
{
cursor:pointer;
margin:0px 10px 0px 10px;
}
.theme-post-gallery .slick-prev,
.theme-post-gallery .slick-next
{
top:0px;
width:40px;
cursor:pointer;
position:absolute;
text-align:center;
vertical-align:middle;
padding:36px 0px 36px 0px;
}
.theme-post-gallery .slick-prev,
.theme-post-gallery .slick-next,
.theme-post-gallery .slick-prev:hover
.theme-post-gallery .slick-next:hover
{
text-decoration:none;
}
.theme-post-gallery .slick-prev
{
left:0px;
transform:rotate(180deg);
}
.theme-post-gallery .slick-next
{
right:0px;
}
.theme-post-gallery img
{
height:100px;
}   .theme-post .theme-post-share
{
text-align:center;
}
.theme-post .theme-post-share>span
{
display:block;
}
.theme-post .theme-post-share>.theme-component-social-profile
{
width:100%;
margin-top:20px;
text-align:center;
}
.theme-post .theme-post-share>.theme-component-social-profile>li
{
width:100%;
margin:0px;
padding:0px;
display:block;
margin-top:20px;
}
.theme-post .theme-post-share>.theme-component-social-profile>li>a
{
margin-left:auto;
margin-right:auto;
}   .theme-post .theme-post-date
{
margin-bottom:30px;
}	
.theme-post .theme-post-date a,
.theme-post .theme-post-date a:hover
{
text-decoration:none;
}
body.single-post .theme-post .theme-post-date
{
margin-bottom:40px;
}   .theme-post .theme-post-title
{
}
.theme-post .theme-post-title h3
{
}
.theme-post .theme-post-title h3 a,
.theme-post .theme-post-title h3 a:hover,
.theme-post .theme-post-title h4 a,
.theme-post .theme-post-title h4 a:hover
{
text-decoration:none;
}   .theme-post .theme-post-excerpt
{
margin-bottom:30px;
} 
.theme-post .theme-post-excerpt>p:first-child
{
padding-top:0px;
}
.theme-post .theme-post-excerpt>p:last-child
{
padding-bottom:0px;
}   .theme-post .theme-post-content
{
top:-5px;
position:relative;
margin-bottom:30px;
}
.theme-post .theme-post-content p:first-child
{
padding-top:0px;
}   .theme-post .theme-post-divider
{
height:1px;
width:100%;
margin-bottom:20px;
}   .theme-post .theme-post-meta
{
} 
.theme-post .theme-post-meta *
{
display:inline;
}   .bypostauthor
{
display:inline-block;
}
.theme-post .theme-post-meta .theme-post-meta-author
{
}
.theme-post .theme-post-meta .theme-post-meta-author .theme-icon-meta-user:before
{
font-size:14px;
}   .theme-post .theme-post-meta .theme-post-meta-tag
{
margin-top:10px;
}
.theme-post .theme-post-meta .theme-post-meta-tag .theme-icon-meta-tag:before
{
font-size:14px;
}
.theme-post .theme-post-meta .theme-post-meta-tag>ul,
.theme-post .theme-post-meta .theme-post-meta-tag>ul>li
{
margin:0px;
padding:0px;
display:inline;
}   .theme-post-password-form
{
max-width:400px;
margin-left:auto;
margin-right:auto;
}
.theme-post-password-form>p
{
padding-bottom:30px;
text-align:center;
}
.theme-post-password-form>div+div
{
padding-top:30px;
}   #theme-full-screen-search-form
{
top:0px;
left:0px;
opacity:0;
z-index:99;
width:100%;
height:100%;
display:none;
position:fixed;
}
#theme-full-screen-search-form #theme-full-screen-search-form-close-button
{
top:50px;
right:50px;
width:32px;
height:32px;
display:block;
position:absolute;
}
#theme-full-screen-search-form #theme-full-screen-search-form-close-button,
#theme-full-screen-search-form #theme-full-screen-search-form-close-button::before
{
font-size:32px;
line-height:32px;
}
#theme-full-screen-search-form #theme-full-screen-search-form-close-button,
#theme-full-screen-search-form #theme-full-screen-search-form-close-button:hover
{
text-decoration:none;
}
#theme-full-screen-search-form>form
{
display:table-row;
}
#theme-full-screen-search-form>form>div
{
text-align:center;
display:table-cell;
vertical-align:middle;
padding:0px 50px 0px 50px;
}
#theme-full-screen-search-form>form>div>span
{
}
#theme-full-screen-search-form>form>div>input[type="text"]
{
max-width:600px;
border-style:solid;
padding:0px 20px 10px 0px;
border-width:0px 0px 1px 0px;
}   .theme-post-navigation
{
width:100%;
display:table;
margin-top:100px;
}
.theme-post-navigation>a
{
width:50%;
border-width:1px;
border-style:solid;
text-align:center;
display:table-cell;
text-decoration:none;
vertical-align:middle;
padding:40px 0px 40px 0px;
}
.theme-post-navigation>a:only-child
{
width:100%;
}
.theme-post-navigation>a>span
{
width:100%;
display:table-cell;
vertical-align:middle;
}
.theme-post-navigation .theme-post-navigation-prev
{
border-left:none;
padding-right:40px;
}
.theme-post-navigation>a.theme-post-navigation-prev>span:first-child
{
width:40px;
padding-left:20px;
transform:rotate(180deg); 
}
.theme-post-navigation>a:hover.theme-post-navigation-prev>span:first-child+span
{
text-decoration:underline;
}
.theme-post-navigation .theme-post-navigation-next
{
border-left:none;
border-right:none;       
padding-left:40px;
}
.theme-post-navigation>a.theme-post-navigation-next>span:first-child+span
{
width:40px;
padding-left:20px;
}
.theme-post-navigation>a.theme-post-navigation-next:hover>span:first-child
{
text-decoration:underline;
}
.theme-post-navigation>a+a
{
border-left-width:1px;
}   .theme-post-related
{
margin-top:70px;
}
.theme-post-related>h4
{
margin-bottom:40px;
}
.theme-post-related .theme-post
{
}
.theme-post-related .theme-post .theme-post-date,
body.single-post .theme-post-related .theme-post .theme-post-date
{
margin-bottom:20px;
}
.theme-post-related .theme-post .theme-post-title h4
{
margin-bottom:0px;
}   .theme-pagination,
.woocommerce nav.woocommerce-pagination, 
.woocommerce-page nav.woocommerce-pagination
{
clear:both;
display:table;
margin-left:auto;
margin-right:auto;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers, 
.woocommerce-page nav.woocommerce-pagination ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers li, 
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li
{
border:none;
}
.theme-pagination>*,
.woocommerce nav.woocommerce-pagination ul.page-numbers li, 
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li
{
float:left;
margin-right:10px;
margin-bottom:10px;            
}
html .theme-pagination>*,
html .woocommerce nav.woocommerce-pagination ul.page-numbers li>*, 
html .woocommerce-page nav.woocommerce-pagination ul.page-numbers li>*
{
width:40px;
height:40px;
padding:0px;
display:block;
line-height:38px;
text-align:center;
border-radius:999px;
}
.theme-pagination>*:last-child,
.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child, 
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:last-child
{
margin-right:0px;
}
.theme-pagination a,
.theme-pagination a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers a, 
.woocommerce nav.woocommerce-pagination ul.page-numbers a:hover,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers a,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers a:hover
{
text-decoration:none;
}
.theme-pagination .prev
{
transform:rotate(180deg);
}   #respond
{
clear:both;
margin-top:70px;
}
#respond>#reply-title::after
{
margin-left:0px;
}   #respond #comment-form
{
height:100%;
overflow:hidden;
}
#respond #comment-form .comment-form-cookies-consent
{
clear:both;
margin-top:10px;
}
#respond #comment-form>div
{
z-index:1;
position:relative;
}
#respond #comment-form>p
{
margin:-1px 0px 0px 0px;
}
#respond #comment-form>p.form-submit
{
clear:both;
display:block;
text-align:center;
padding:30px 0px 0px 0px;
}
#respond #comment-form>p.form-submit #cancel-comment-reply-link
{
}
#respond #comment-form>p.comment-notes,
#respond #comment-form>p.logged-in-as
{
opacity:0.7;
padding:0px 0px 10px 0px;
}
#respond #comment-form textarea
{
margin:0px;
resize:none;
height:200px;
display:table;
}   #comments
{
}
#comments>h4
{
margin-top:70px;  
}
#comments ul li
{
margin:0px;
padding:0px;
}   #comments #comments_list
{
}   #comments #comments_list>ul>li ul.children,
#comments #comments_list>ul>li ul.children li,
#comments #comments_list>ul>li .theme-comment-content,
#comments #comments_list>ul>li .theme-comment-meta
{
margin-left:130px;
}
#comments #comments_list>ul>li.pingback .theme-comment-content,
#comments #comments_list>ul>li.pingback .theme-comment-meta,
#comments #comments_list>ul>li.trackback .theme-comment-content,
#comments #comments_list>ul>li.trackback .theme-comment-meta
{
margin-left:0px;
}
#comments #comments_list ul>li
{
padding-left:0px;
margin-bottom:0px;
}
#comments #comments_list>ul>li ul.children li ul.children,
#comments #comments_list>ul>li ul.children li ul.children li,
#comments #comments_list>ul>li .theme-comment-meta .theme-comment-meta,
#comments #comments_list>ul>li .theme-comment-content .theme-comment-content
{
margin-left:0px;
}
#comments #comments_list>ul>li ul.children
{
clear:both;
margin:0px;
padding:0px;
list-style-type:none;
}   #comments #comments_list>ul li
{
padding:0px;
background-image:none;
}
#comments #comments_list>ul li .theme-comment-inner
{
}   #comments #comments_list>ul>li .theme-comment-avatar
{
float:left;
width:100px;
height:100px;
}
#comments #comments_list>ul>li .theme-comment-avatar img
{
border:none;
display:block;
border-radius:100%;
}   #comments #comments_list>ul>li .theme-comment-meta
{
display:table;
}
#comments #comments_list>ul>li .theme-comment-meta>.theme-comment-meta-date
{
margin-left:10px;
margin-bottom:20px;
white-space:nowrap;
}   #comments #comments_list>ul>li .theme-comment-content
{
margin-top:20px;
}
#comments #comments_list>ul>li .theme-comment-content>p:first-child
{
padding-top:0px;
}
#comments #comments_list>ul>li .theme-comment-content .theme-comment-content-content
{
display:none;
}
#comments #comments_list>ul>li .theme-comment-content .theme-comment-content-read-less-link
{
display:none;
}
#comments #comments_list>ul>li .theme-comment-content .theme-component-button
{
margin-top:20px;
}
#comments #comments_list>ul>li .theme-comment-content .theme-component-button>a
{
padding:3px 16px 5px 16px;
}   #comments #comments_list>ul>li .theme-comment-divider
{
height:1px;
width:100%;
font-size:0px;
display:block;
margin-top:30px;
margin-bottom:30px;
}   #comments #comments_list .theme-pagination
{
margin-top:60px;
}   .theme-widget
{
}
.theme-widget+.theme-widget
{
margin-top:50px;
}
.theme-widget .theme-widget-header
{
margin-bottom:30px;
}
.theme-widget .theme-widget-header>span
{
height:1px;
width:50px;
display:block;
margin-top:10px;
}   .widget_autoride_widget_vehicle_attribute
{
}
.widget_autoride_widget_vehicle_attribute .theme-component-button,
.widget_autoride_widget_vehicle_attribute .theme-component-button>a
{
width:100%;
}
.widget_autoride_widget_vehicle_attribute .theme-component-attribute-table+.theme-component-button
{
margin-top:60px;
}    .widget_meta,
.widget_pages
{
}
.widget_meta ul,
.widget_pages ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.widget_meta ul ul,
.widget_pages ul ul
{
margin-left:20px;
}
.widget_meta ul>li,
.widget_pages ul>li
{
margin:0px;
padding:0px;
}           
.widget_meta ul>li a,
.widget_pages ul>li a
{
display:block;
border-style:solid;
padding:15px 0px 15px 0px;
border-width:0px 0px 1px 0px;
}    .widget_recent_entries,
.widget_recent_comments
{
}
.widget_recent_entries>ul,
.widget_recent_comments>ul,
ul.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments 
{
margin:0px;
padding:0px;
list-style-type:none;
}
.widget_recent_entries>ul>li,
.widget_recent_comments>ul>li,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li,
ol.wp-block-latest-comments>li
{
margin:0px;
border-style:solid;
padding:20px 0px 20px 0px;
border-width:0px 0px 1px 0px;
}
.widget_recent_entries>ul>li:first-child,
.widget_recent_comments>ul>li:first-child,
ul.wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid)>li:first-child,
ol.wp-block-latest-comments>li:first-child
{
padding-top:0px;
}
.widget_recent_entries>ul>li:last-child,
.widget_recent_comments>ul>li:last-child,
ul.wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid)>li:last-child,
ol.wp-block-latest-comments>li:last-child
{
border:none;
padding-bottom:0px;
}
.widget_recent_entries>ul>li>*,
.widget_recent_comments>ul>li>*,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li>*,
ol.wp-block-latest-comments>li>*
{
display:block;
}
.widget_recent_entries>ul>li>span,
.widget_recent_comments>ul>li>span,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li time,
ol.wp-block-latest-comments>li .wp-block-latest-comments__comment-author
{
margin-bottom:5px;
}
.widget_recent_entries>ul>li a,
.widget_recent_entries>ul>li a:hover,
.widget_recent_comments>ul>li a,
.widget_recent_comments>ul>li a:hover,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li a,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li a:hover,
ol.wp-block-latest-comments>li a,
ol.wp-block-latest-comments>li a:hover
{
text-decoration:none;
}     .widget_archive,
.widget_categories,
.widget_product_categories,
html .woocommerce .widget_rating_filter,
html .woocommerce .woocommerce-widget-layered-nav
{
}
.widget_archive ul,
.widget_categories ul,
.widget_product_categories ul,
ul.wp-block-archives.wp-block-archives-list,
html .woocommerce .widget_rating_filter ul,
html .woocommerce .woocommerce-widget-layered-nav ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul,
ul.wp-block-archives.wp-block-archives-list ul
{
margin-left:20px;
}
.widget_archive ul>li,
.widget_categories ul>li,
.widget_product_categories ul>li,
ul.wp-block-archives.wp-block-archives-list >li
{
margin:0px;
padding:0px;
}
.widget_archive ul>li a,
.widget_categories ul>li a,
.widget_product_categories ul>li a,
ul.wp-block-archives.wp-block-archives-list li a,
html .woocommerce .widget_rating_filter ul>li.wc-layered-nav-rating,
html .woocommerce .woocommerce-widget-layered-nav ul>li.woocommerce-widget-layered-nav-list__item
{
margin:0px;
display:block;
border-style:solid;
padding:15px 0px 15px 0px;
border-width:0px 0px 1px 0px;
}
.widget_archive>ul>li:first-child,
.widget_categories>ul>li:first-child
.widget_product_categories>ul>li:first-child,
ul.wp-block-archives.wp-block-archives-list>li:first-child,
html .woocommerce .widget_rating_filter ul>li.wc-layered-nav-rating:first-child,
html .woocommerce .woocommerce-widget-layered-nav>ul>li.woocommerce-widget-layered-nav-list__item:first-child
{
padding-top:0px;
}
html .woocommerce .widget_rating_filter ul>li.wc-layered-nav-rating:last-child,
html .woocommerce .woocommerce-widget-layered-nav>ul>li.woocommerce-widget-layered-nav-list__item:last-child
{
border:none;
padding-bottom:0px;
}
.widget_archive ul>li a>span,
.widget_categories ul>li a>span,
.widget_product_categories ul>li a>span,
ul.wp-block-archives.wp-block-archives-list li a>span,
html .woocommerce .widget_rating_filter ul>li.wc-layered-nav-rating>a>span+span,
html .woocommerce .woocommerce-widget-layered-nav ul>li.woocommerce-widget-layered-nav-list__item>a>span
{
float:right;
}
html .woocommerce .widget_rating_filter ul>li.wc-layered-nav-rating>a>span:first-child
{
float:left;
margin-top:5px;
}    .widget_search,
.widget_product_search
{
}
.widget_search form,
.widget_product_search form,
html .wp-block-search
{
display:block;
border-width:1px;
border-style:solid;
position:relative;
padding:16px 0px 0px 0px;  
} 
.widget_search form input[type="text"],
.widget_product_search form input[type="search"],
.wp-block-search input[type="search"]
{
width:100%;
border-width:0px;
padding-right:60px;
padding:0px 60px 20px 20px
}   
.widget_search form input[type="submit"],
.widget_product_search form button,
.wp-block-search button
{
width:100%;
display:none;
}
.widget_search form .theme-icon-meta-search,
.widget_product_search form .theme-icon-meta-search,
.wp-block-search .theme-icon-meta-search
{
top:52px;
right:20px;
position:absolute;
}
.widget_search form .screen-reader-text,
.widget_product_search form .screen-reader-text,
.wp-block-search .screen-reader-text
{
clip:auto;
clip-path:none;
height:auto;
width:auto;
overflow:visible;
position:static !important;
}    .widget_text
{
}
.widget_text .textwidget,
.widget_text .textwidget *
{
}
.widget_text .textwidget>p:first-child
{
padding-top:0px;
}    .widget_tag_cloud,
.widget_product_tag_cloud
{
}
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud
{
font-size:0px;
}    
.wp-block-tag-cloud a,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a
{
border-width:1px;
border-style:solid;
display:inline-block;
margin:0px 10px 10px 0px;
padding:15px 10px 15px 10px;
}  
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a
{
font-size:12px !important;
}
.wp-block-tag-cloud a:hover,
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover
{
text-decoration:none;
}      .widget_products,
.widget_recent_reviews,
.widget_top_rated_products
.widget_recently_viewed_products
{
}  
.widget_products>ul.product_list_widget,
.widget_recent_reviews>ul.product_list_widget,
.widget_top_rated_products>ul.product_list_widget,
.widget_recently_viewed_products>ul.product_list_widget
{
margin:0px;
padding:0px;
list-style-type:none;
}   
.widget_products>ul.product_list_widget>li,
.widget_recent_reviews>ul.product_list_widget>li,
.widget_top_rated_products>ul.product_list_widget>li,
.widget_recently_viewed_products>ul.product_list_widget>li
{
margin:0px;
border-style:solid;
padding:20px 0px 20px 0px;
border-width:0px 0px 1px 0px;
}  
.widget_products>ul.product_list_widget>li:first-child,
.widget_recent_reviews>ul.product_list_widget>li:first-child,
.widget_top_rated_products>ul.product_list_widget>li:first-child,
.widget_recently_viewed_products>ul.product_list_widget>li:first-child
{
padding-top:0px;
}
.widget_products>ul.product_list_widget>li>ins,
.widget_products>ul.product_list_widget>li>del,
.widget_recent_reviews>ul.product_list_widget>li>ins,
.widget_recent_reviews>ul.product_list_widget>li>del,
.widget_top_rated_products>ul.product_list_widget>li>ins,
.widget_top_rated_products>ul.product_list_widget>li>del,
.widget_recently_viewed_products>ul.product_list_widget>li>ins,
.widget_recently_viewed_products>ul.product_list_widget>li>del
{
margin-right:10px;
display:inline-block;
}
.widget_products>ul.product_list_widget>li>ins+.star-rating,
.widget_products>ul.product_list_widget>li>del+.star-rating,
.widget_recent_reviews>ul.product_list_widget>li>ins+.star-rating,
.widget_recent_reviews>ul.product_list_widget>li>del+.star-rating,
.widget_top_rated_products>ul.product_list_widget>li>ins+.star-rating,
.widget_top_rated_products>ul.product_list_widget>li>del+.star-rating,
.widget_recently_viewed_products>ul.product_list_widget>li>ins+.star-rating,
.widget_recently_viewed_products>ul.product_list_widget>li>del+.star-rating
{
margin-top:5px;
}
.widget_products>ul.product_list_widget>li>.star-rating,
.widget_recent_reviews>ul.product_list_widget>li>.star-rating,
.widget_top_rated_products>ul.product_list_widget>li>.star-rating,
.widget_recently_viewed_products>ul.product_list_widget>li>.star-rating
{
}
.widget_products>ul.product_list_widget>li>a,
.widget_recent_reviews>ul.product_list_widget>li>a,
.widget_top_rated_products>ul.product_list_widget>li>a,
.widget_recently_viewed_products>ul.product_list_widget>li>a
{
margin-top:5px;
}
.widget_products>ul.product_list_widget>li>a,
.widget_recent_reviews>ul.product_list_widget>li>a,
.widget_top_rated_products>ul.product_list_widget>li>a,
.widget_recently_viewed_products>ul.product_list_widget>li>a,
.widget_products>ul.product_list_widget>li>a:hover,
.widget_recent_reviews>ul.product_list_widget>li>a:hover,
.widget_top_rated_products>ul.product_list_widget>li>a:hover,
.widget_recently_viewed_products>ul.product_list_widget>li>a:hover
{
text-decoration:none;
}
.widget_products>ul.product_list_widget>li>a>img,
.widget_recent_reviews>ul.product_list_widget>li>a>img,
.widget_top_rated_products>ul.product_list_widget>li>a>img,
.widget_recently_viewed_products>ul.product_list_widget>li>a>img
{
display:none;
}   .widget_rss
{
}
.widget_rss>.theme-widget-header>a>img
{
display:none;
} 
.widget_rss>ul,
.wp-block-rss
{
margin:0px;
padding:0px;
list-style-type:none;
}
.widget_rss>ul>li,
.wp-block-rss>li.wp-block-rss__item
{
margin:0px;
border-style:solid;
padding:20px 0px 20px 0px;
border-width:0px 0px 1px 0px;
}
.widget_rss>ul>li:first-child,
.wp-block-rss>li.wp-block-rss__item:first-child
{
padding-top:0px;
}
.widget_rss>ul>li:last-child,
.wp-block-rss>li.wp-block-rss__item:last-child
{
border:none;
padding-bottom:0px;
}  
.widget_rss>ul>li>a,
.widget_rss>ul>li>.rss-date,
.widget_rss>ul>li>.rssSummary
{
display:block;
}
.widget_rss>ul>li>.rss-date
{
margin-bottom:10px;
}
.widget_rss>ul>li>a
{
margin-bottom:5px;
}    .widget_nav_menu,
.woocommerce-MyAccount-navigation
{
}
.widget_nav_menu ul,
.woocommerce-MyAccount-navigation ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.widget_nav_menu ul li,
.woocommerce-MyAccount-navigation ul li
{
margin:0px;
padding:0px;
margin-top:10px;
}
.widget_nav_menu ul li:first-child,
.woocommerce-MyAccount-navigation ul li:first-child
{
margin-top:0px;
}
.widget_nav_menu ul ul,
.woocommerce-MyAccount-navigation ul ul
{
margin-left:10px;
}
.widget_nav_menu ul li>a,
.woocommerce-MyAccount-navigation ul li>a
{
display:block;
padding:17px 20px 20px 20px;
}
.widget_nav_menu ul li>a,
.widget_nav_menu ul li>a:hover,
.woocommerce-MyAccount-navigation ul li>a,
.woocommerce-MyAccount-navigation ul li>a:hover
{
text-decoration:none;
}   .widget_media_gallery
{
}
.widget_media_gallery .gallery-item
{
padding:2px;
margin:0px !important;
}
.widget_media_gallery .gallery-item dt
{
}
.widget_media_gallery .gallery-item dt a
{
border:none;
}
.widget_media_gallery .gallery-item dt a img
{
}
.widget_media_gallery .gallery-item dd
{
display:none;
}   .widget_calendar
{
}
.wp-block-calendar,
.widget_calendar>.calendar_wrap
{
}
.widget_calendar>.calendar_wrap
{
position:relative;
}
.widget_calendar>.calendar_wrap>.wp-calendar-nav
{
top:2px;
position:absolute;
}
.wp-block-calendar>table,
.widget_calendar>.calendar_wrap>table
{
width:100%;
position:relative;
text-align:center;
border-collapse:collapse;
}
.wp-block-calendar>table a,
.wp-block-calendar>table a:hover,
.widget_calendar>.calendar_wrap>table a,
.widget_calendar>.calendar_wrap>table a:hover
{
text-decoration:none;
}
.wp-block-calendar>table *,
.widget_calendar>.calendar_wrap>table *
{
line-height:1;
}
.wp-block-calendar>table th,
.widget_calendar>.calendar_wrap>table th
{
font-weight:bold;
}
.wp-block-calendar>table th,
.wp-block-calendar>table td,
.widget_calendar>.calendar_wrap>table th,
.widget_calendar>.calendar_wrap>table td
{
border-width:1px;
border-style:solid;
}
.wp-block-calendar>table th,
.wp-block-calendar>table td,
.wp-block-calendar>table caption,
.widget_calendar>.calendar_wrap>table th,
.widget_calendar>.calendar_wrap>table td,
.widget_calendar>.calendar_wrap>table caption
{
padding-top:13px;
padding-bottom:13px;
}
.wp-block-calendar>table .pad,
.wp-block-calendar>table tfoot *,
.wp-block-calendar>table thead *,
.widget_calendar>.calendar_wrap>table .pad,
.widget_calendar>.calendar_wrap>table tfoot *,
.widget_calendar>.calendar_wrap>table thead *
{
border:none !important;
}
.wp-block-calendar>table tfoot,
.widget_calendar>.calendar_wrap>table tfoot
{
top:0px;
position:absolute;
}
.wp-block-calendar>table tfoot,
.wp-block-calendar>table tfoot tr,
.widget_calendar>.calendar_wrap>table tfoot,
.widget_calendar>.calendar_wrap>table tfoot tr
{
width:100%;
}
.wp-block-calendar>table tfoot tr,
.widget_calendar>.calendar_wrap>table tfoot tr
{
}
.wp-block-calendar>table tfoot tr td.pad,
.widget_calendar>.calendar_wrap>table tfoot tr td.pad
{
width:50%;
}
.wp-block-calendar>table tfoot tr #prev,
.wp-block-calendar>table tfoot tr #next,
.widget_calendar>.calendar_wrap>table tfoot tr #prev,
.widget_calendar>.calendar_wrap>table tfoot tr #next
{
width:25%;
}
.wp-block-calendar>table tfoot tr #prev a span,
.widget_calendar>.calendar_wrap>table tfoot tr #prev a span
{
display:block;
transform:rotate(180deg);
}   .widget_theme_widget_vehicle_attribute
{
}
.widget_theme_widget_vehicle_attribute>.theme-widget-vehicle-attribute-icon
{
display:flex;
margin-bottom:70px;
justify-content:center;
}
.widget_theme_widget_vehicle_attribute>.theme-widget-vehicle-attribute-icon>div
{
padding-left:35px;
padding-right:35px;
}
.widget_theme_widget_vehicle_attribute>.theme-widget-vehicle-attribute-icon>div>span:first-child
{
width:80px;
height:80px;
display:block;
font-size:32px;
line-height:80px;
text-align:center;
border-radius:999em;
margin-left:auto;
margin-right:auto;
}
.widget_theme_widget_vehicle_attribute>.theme-widget-vehicle-attribute-icon>div>span:first-child+span
{
display:block;
margin-top:20px;
}      html .woocommerce .woocommerce-product-attributes,
.theme-component-attribute-table
{
border:none;
}
html .woocommerce .woocommerce-product-attributes,
.theme-component-attribute-table ul
{
width:100%;
margin:0px;
padding:0px;
display:table;
list-style:none;
}
.theme-component-attribute-table ul li
{
padding:0px;
margin:0px;
}
html .woocommerce .woocommerce-product-attributes tr,
.theme-component-attribute-table ul li
{
display:flex;
} 
html .woocommerce .woocommerce-product-attributes tr>td,
html .woocommerce .woocommerce-product-attributes tr>th,
.theme-component-attribute-table ul li div
{
width:50%;
display:table-cell;
background:transparent;
padding:10px 0px 10px 0px;
border-style:solid;
border-width:0px 0px 1px 0px;
}   
html .woocommerce .woocommerce-product-attributes tr>td p
{
margin:0px;
padding:0px;
font-style:normal;
}
.theme-component-attribute-table ul li:last-child div
{
border-bottom:0;
}
html .woocommerce .woocommerce-product-attributes tr>th,
.theme-component-attribute-table ul li div:first-child
{
text-align:left;
}
html .woocommerce .woocommerce-product-attributes tr>td,
.theme-component-attribute-table ul li div:first-child+div
{
text-align:right;
}   .wp-block-quote,
.wp-block-pullquote
{
border:none;
padding:0px;
margin:0px;
}
.theme-component-blockquote
{
text-align:center;
}
.theme-component-blockquote.theme-component-blockquote-style-1
{
text-align:center;
}
.theme-component-blockquote.theme-component-blockquote-style-2
{
text-align:left;
}    
.theme-component-blockquote>span
{
font-size:32px;
}
.theme-component-blockquote.theme-component-blockquote-style-1>blockquote
{
margin-top:10px;
}
.theme-component-blockquote.theme-component-blockquote-style-2>blockquote
{
margin-left:80px;
margin-top:-45px;
}
.theme-component-blockquote>div
{
margin-top:30px;
}
.theme-component-blockquote.theme-component-blockquote-style-2>div
{
text-align:right;
}   html .woocommerce .button,
html .woocommerce .button:hover,
html .woocommerce #respond input#submit,
.theme-component-button,
.theme-component-button>a,
.theme-gutenberg-block .wp-block-file .wp-block-file__button
{
display:inline-block;
}
input.theme-component-button,
html .woocommerce .button,
html .woocommerce .button:hover,
html .woocommerce .button.disabled,
html .woocommerce .button.disabled:hover,
html .woocommerce .button:disabled[disabled],
html .woocommerce .button:disabled[disabled]:hover,
html .woocommerce #respond input#submit,
html .woocommerce #respond input#submit:hover,
html #add_payment_method .wc-proceed-to-checkout a.checkout-button,
html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
html .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.theme-component-button>a,
.theme-gutenberg-block .wp-block-file .wp-block-file__button
{
cursor:pointer;
text-align:center;
border-width:2px;
border-style:solid;
border-radius:999px;
padding:18px 33px 19px 33px;
}
input.theme-component-button,
input.theme-component-button:hover
{
-webkit-appearance: none;
}
html .woocommerce .button,
html .woocommerce .button:hover,
html .woocommerce .button.disabled,
html .woocommerce .button.disabled:hover,
html .woocommerce #respond input#submit,
html .woocommerce #respond input#submit:hover,
.theme-component-button>a,
.theme-component-button>a:hover,
.theme-gutenberg-block .wp-block-file .wp-block-file__button,
.theme-gutenberg-block .wp-block-file .wp-block-file__button:hover
{
text-decoration:none;
}
.theme-component-button.aligncenter
{
width:100%;
}   .theme-component-call-to-action
{
}
.theme-widget .theme-component-call-to-action-box,
.theme-widget .theme-component-call-to-action .theme-component-call-to-action-box
{
width:100%;
}
.theme-component-call-to-action .theme-component-call-to-action-box
{
text-align:center;
display:inline-block;
padding:50px 120px 50px 120px;
}
.theme-width-960.theme-component-call-to-action .theme-component-call-to-action-box,
.theme-width-768.theme-component-call-to-action .theme-component-call-to-action-box
{
padding-left:90px;
padding-right:90px;
}
.theme-width-480.theme-component-call-to-action .theme-component-call-to-action-box
{
padding-left:30px;
padding-right:30px;
}
.theme-width-300.theme-component-call-to-action .theme-component-call-to-action-box
{
padding-left:20px;
padding-right:20px;            
}
.theme-component-call-to-action.theme-component-call-to-action-style-2 .theme-component-call-to-action-box
{
padding:30px;
border:solid;
border-width:1px;
}
.theme-component-call-to-action .theme-component-call-to-action-box .theme-component-call-to-action-icon
{
position:relative;
}
.theme-component-call-to-action .theme-component-call-to-action-box .theme-component-call-to-action-icon:before
{
z-index:2;
position:relative;
}
.theme-component-call-to-action.theme-component-call-to-action-style-2 .theme-component-call-to-action-box .theme-component-call-to-action-icon>span
{
z-index: 1;
width:48px;
height:48px;
right:-10px;
bottom:-10px;
position:absolute;
border-radius:999px;                    
}
.theme-component-call-to-action .theme-component-call-to-action-box .theme-component-call-to-action-header
{
margin-top:30px;
margin-bottom:0px;
}
.theme-component-call-to-action .theme-component-call-to-action-box .theme-component-call-to-action-subheader
{
padding:0px;
margin-top:25px;
}
.theme-component-call-to-action .theme-component-call-to-action-box .theme-component-call-to-action-button
{
margin-top:30px;
}   .theme-component-notice
{
width:100%;
display:table;
margin-bottom:30px;
padding:30px 40px 40px 30px;
}
.theme-component-notice>.theme-component-notice-icon,
.theme-component-notice>.theme-component-notice-content
{
display:table-cell;
vertical-align:top;
}
.theme-component-notice>.theme-component-notice-icon
{
width:98px;
}
.theme-component-notice>.theme-component-notice-icon>span,
.theme-component-notice>.theme-component-notice-icon>span:before
{
position:relative;
}
.theme-component-notice>.theme-component-notice-icon>span:before
{
top:10px;
left:10px;
z-index:2;
}
.theme-component-notice>.theme-component-notice-icon>span>span
{
top:20px;
left:20px;
z-index:1;
width:48px;
height:48px;
position:absolute;
border-radius:999px;                
}
.theme-component-notice>.theme-component-notice-content
{
}
.theme-component-notice>.theme-component-notice-content>h4
{
margin-bottom:10px;
}
.theme-component-notice>.theme-component-notice-content>p
{
padding:0px;
}   .theme-component-counter-box
{
}
.theme-component-counter-box .vc_row
{
display:flex;
}
.theme-mode-responsive.theme-component-counter-box .vc_row
{
flex-direction:column;
}
.theme-component-counter-box .vc_row .vc_column_container
{
flex-grow:1;
margin-left:0px;
}
.theme-mode-responsive.theme-component-counter-box .vc_row .vc_column_container
{
width:100%;
margin-bottom:40px;
}
.theme-mode-responsive.theme-component-counter-box .vc_row .vc_column_container+.vc_column_container
{
border:none;
}
.theme-component-counter-box .theme-component-counter-box-item
{
width:178px;
height:178px;
text-align:center;
position:relative;
margin-left:auto;
margin-right:auto;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-circle-1,
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-circle-2
{
width:100%;
height:100%;
border-width:1px;
position:absolute;
border-style:solid;
border-radius:999em;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-circle-1
{
top:0px;
left:0px;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-circle-2
{
left:-4px;
bottom:-1px;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-value
{
line-height:1;
padding-top:50px;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-label
{
padding-top:4px;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-value,
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-label
{
display:block;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-tick
{
top:0px;
right:0px;
width:48px;
height:48px;
line-height:48px;
position:absolute;
border-radius:999em;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-tick::before
{
font-size:20px;
}
.theme-component-counter-box .vc_row .vc_column_container+.vc_column_container
{
border-style:solid;
border-width:0px 0px 0px 1px;
}   .theme-component-counter-list
{
}
.theme-component-counter-list .theme-component-counter-list-item
{
width:100%;
margin-bottom:15px;
}
.theme-component-counter-list .theme-component-counter-list-item:last-child
{
margin-bottom:0px;
}
.theme-component-counter-list .theme-component-counter-list-item>div,
.theme-component-counter-list .theme-component-counter-list-item>span
{
display:block;
}
.theme-component-counter-list .theme-component-counter-list-item>span
{
width:30%;
float:left;
}
.theme-component-counter-list .theme-component-counter-list-item>div
{
top:6px;
width:70%;
height:10px;
float:right;
position:relative;
}            
.theme-component-counter-list .theme-component-counter-list-item>div>div
{
top:0px;
left:0px;
width:0px;
height:100%;
position:absolute;
}   .theme-component-contact-form
{
}
.theme-component-contact-form textarea
{
}
.theme-component-contact-form .wpcf7-submit
{
margin-top:30px;
}
.theme-component-contact-form .theme-form-column-1_1:last-child
{
text-align:center;
}   .theme-component-header-subheader
{
margin-bottom:80px;
}
.theme-component-header-subheader .theme-component-header-subheader-header
{
margin-bottom:0px;
}
.theme-component-header-subheader .theme-component-header-subheader-subheader
{
}
.theme-component-header-subheader .theme-component-header-subheader-subheader+.theme-component-header-subheader-header
{
margin-top:10px;
}   .theme-component-gallery
{
position:relative;
}
.theme-component-gallery>ul
{
margin:0px;
padding:0px;
list-style:none;
}   
.theme-component-gallery.theme-component-gallery-type-1>ul
{
width:100%;
}
.theme-component-gallery.theme-component-gallery-type-2>ul
{
width:100%;
}
.theme-component-gallery>ul>li
{
margin:0px;
padding:0px;
padding-bottom:40px;
} 
.theme-component-gallery.theme-component-gallery-type-1>ul>li.theme-component-gallery-item-width-25
{
width:275px;
}
.theme-component-gallery.theme-component-gallery-type-1>ul>li.theme-component-gallery-item-width-50
{
width:590px;
}
.theme-component-gallery>ul>li>a
{
display:block;
position:relative;
} 
.theme-component-gallery>ul>li>a>img
{
opacity:1;
display:block;
margin-left:auto;
margin-right:auto;
} 
.theme-component-gallery.theme-component-gallery-effect-type-1>ul>li>a>img
{
opacity:1;
display:block;
} 
.theme-component-gallery.theme-component-gallery-effect-type-1>ul>li>a:hover>img
{
opacity:0.8;
}
.theme-component-gallery.theme-component-gallery-effect-type-1>ul>li>a>img,
.theme-component-gallery.theme-component-gallery-effect-type-1>ul>li>a:hover>img
{
-webkit-transition:opacity 0.3s ease;
-moz-transition:opacity 0.3s ease;
-o-transition:opacity 0.3s ease;
transition:opacity 0.3s ease;                           
}
.theme-component-gallery>ul>li>a>span
{
z-index:2;
bottom:0px;
width:100%;
display:block;
position:absolute;
background:transparent;
padding:0px 30px 40px 30px;
} 
.theme-component-gallery.theme-component-gallery-type-1.theme-width-768>ul>li>a>span,
.theme-component-gallery.theme-component-gallery-type-1.theme-width-480>ul>li>a>span
{
padding:0px 20px 25px 20px;
}
.theme-component-gallery.theme-component-gallery-type-1.theme-width-300>ul>li>a>span
{
padding:0px 15px 15px 15px;
}
.theme-component-gallery>ul>li>a>span>span:first-child
{
width:30px;
height:1px;
display:block;
margin-bottom:10px;
}
.theme-component-gallery>ul>li>a:hover>span>span:first-child
{
width:120px;
}
.theme-component-gallery>ul>li>a>span>span:first-child,
.theme-component-gallery>ul>li>a:hover>span>span:first-child
{
-webkit-transition:width 0.3s ease-in-out;
-moz-transition:width 0.3s ease-in-out;
-o-transition:width 0.3s ease-in-out;
transition:width 0.3s ease-in-out;                            
}
.theme-component-gallery>ul>li>a>span>span:first-child+span
{
display:block;
}
.theme-component-gallery.theme-component-gallery-effect-type-2>ul>li>a>i
{
top:0px;
left:0px;
width:100%;
height:100%;
position:absolute; 
background:rgba(133,140,146,0.4);
}   .theme-component-google-map
{
position:relative;
}
.theme-component-google-map>.theme-component-google-map-map
{
display:flex;
align-items:center;
}
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box
{
max-width:610px;
display:flex;
flex-flow:wrap;
padding:30px;
position:absolute;
height:auto !important;
}
.theme-page-header .theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map .theme-component-google-map-map-box
{
left:50%;
margin-left:-610px;
}
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box h3
{
flex-basis:100%;
}
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box p
{
padding:0px;
flex-basis:50%;
}
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box div
{
flex-basis:50%;
align-self:flex-end;
}
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box
{
bottom:0px;
position:absolute;
text-align:center;
height:auto !important;
}
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box>a
{
display:block;
text-transform:uppercase;
padding:12px 10px 15px 10px;
}
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box>a,
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box>a:hover
{
text-decoration:none;
}
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box>a>span.theme-icon-meta-search
{
margin-top:2px;
margin-right:10px;
}   .theme-component-feature-image-list
{
}
.theme-component-feature-image-list .theme-component-feature-image-list-item
{
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-image
{
position:relative;
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-image>img
{
z-index:1;
display:black;
position:relative;
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-image>span
{
top:50%;
left:0px;
right:0px;
z-index:3;
height:70px;
width:140px;
margin-top:-59px;
margin-left:auto;
margin-right:auto;
position:absolute;
border-style:solid;
border-width:1px 1px 0px 1px;
border-top-left-radius:999px;
border-top-right-radius:999px;                        
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-image>span>span
{
display:block;
font-size:48px;
margin-top:46px;
line-height:48px;
text-align:center;
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-image>div
{
top:0px;
left:0px;
z-index:2;
width:100%;
height:100%;
position:absolute;
background:rgba(133,140,146,0.4);
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content
{
padding:40px;
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content>h4
{
text-align:center;
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content>p
{
padding:0px;
margin-top:30px;
text-align:center;
}   .theme-component-list
{
}
.theme-component-list ul
{
margin:0px;
padding:0px;
list-style-type:none;
} 
.theme-component-list ul li
{
margin:0px;
padding:0px;
display:flex;
padding-left:20px;
align-items:center;
}
.theme-component-list ul li>span:first-child
{
left:-20px;
position:relative;
}
.theme-component-list.theme-component-list-style-1 ul li
{
padding-top:10px;
}
.theme-component-list.theme-component-list-style-1 ul li:first-child
{
padding-top:0px;
}
.theme-component-list.theme-component-list-style-1 ul li>span:first-child
{
font-size:16px;
}
.theme-component-list.theme-component-list-style-2 ul li
{
padding-top:15px;
}
.theme-component-list.theme-component-list-style-2 ul li:first-child
{
padding-top:0px;
}
.theme-component-list.theme-component-list-style-2 ul li>span:first-child
{
width:40px;
height:40px;
font-size:22px;
border-width:2px;
border-style:solid;
border-radius:999em;
padding:8px 7px 6px 7px;
}
.theme-component-list.theme-component-list-style-3 ul li
{
padding-top:10px;
}
.theme-component-list.theme-component-list-style-3 ul li:first-child
{
padding-top:0px;
}
.theme-component-list.theme-component-list-style-3 ul li>span:first-child
{
font-size:15px;
}   .theme-component-logo
{
margin-right:20px;
}
.theme-component-logo a
{
display:block;
}
.theme-component-log a>img
{
display:block;
}
.theme-component-logo .theme-component-logo-retina
{
display:none;
}
.theme-component-logo .theme-component-logo-normal h3
{
margin-bottom:0px;
}
.theme-component-logo .theme-component-logo-normal h3 a,
.theme-component-logo .theme-component-logo-normal h3 a:hover
{
text-decoration:none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) 
{ 
.theme-component-logo .theme-component-logo-normal
{
display:none;
}
.theme-component-logo .theme-component-logo-retina
{
display:block;
}
}   .theme-component-paragraph-large
{
}   .theme-component-social-profile
{
margin:0px;
padding:0px;
display:table;
list-style-type:none;
}
.theme-component-social-profile>li
{
float:left;
padding:0px;
margin:5px 10px 5px 0px;
}
.theme-component-social-profile>li:last-child
{
margin-right:0px;
}
.theme-component-social-profile>li>a
{
display:block;
font-size:16px;
text-align:center;
}
.theme-component-social-profile.theme-component-social-profile-style-1>li>a
{
width:40px;
height:40px;                
line-height:40px;
}
.theme-component-social-profile.theme-component-social-profile-style-2>li>a
{
width:50px;
height:50px;
line-height:50px;
border-radius:999em;
}
.theme-component-social-profile>li>a,
.theme-component-social-profile>li>a:hover
{
text-decoration:none;
}   .theme-component-process-list
{
}
html .theme-component-process-list .vc_column_container
{
margin-bottom:0px;
}
.theme-component-process-list.theme-mode-responsive>.vc_row>.vc_column_container
{
width:100%;
margin-bottom:0px;
}
.theme-component-process-list .theme-component-process-list-item
{
height:100%;
padding:80px;
}
.theme-component-process-list .theme-component-process-list-item>div
{
float:right;
line-height:1;
margin-top:-35px;
margin-right:-30px;
color:rgba(255,255,255,0.3);
}
.theme-component-process-list .theme-component-process-list-item>span
{
font-size:48px;
}
.theme-component-process-list .theme-component-process-list-item>p
{
padding:0px;
margin-top:25px;
}   .theme-component-tab,
.theme-component-tab.ui-tabs .ui-tabs-nav
.theme-component-tab.ui-tabs .ui-tabs-nav li,
.theme-component-tab.ui-tabs .ui-tabs-nav li a
.theme-component-tab.ui-tabs .ui-tabs-nav li.ui-tabs-active
{
margin:0px;
padding:0px;        
}
.theme-component-tab
{
width:100%;
display:none;
}
.theme-component-tab.ui-tabs .ui-tabs-nav
{
display:flex;
flex-direction:row;
justify-content:center;
}
.theme-component-tab.ui-tabs .ui-tabs-nav li
{
margin:0px;
width:250px;
white-space:normal;
border-style:solid;
border-color:transparent;
border-width:0px 0px 2px 0px;
padding:0px 10px 0px 10px;
}
.theme-component-tab.ui-tabs .ui-tabs-nav .ui-tabs-anchor
{
float:none;
}
.theme-component-tab.ui-tabs .ui-tabs-nav li.ui-tabs-active
{
margin-bottom:0px;
}
.theme-component-tab.ui-tabs .ui-tabs-nav li a
{
padding:0px;
text-align:center;
}
.theme-component-tab.ui-tabs .ui-tabs-nav li a>span
{
display:block;
margin-left:auto;
margin-right:auto;
}
.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child
{
width:136px;
height:136px;
border-width:2px;
line-height:132px;
border-style:solid;
border-radius:999em;
}
.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child::before
{
font-size:48px;
}
.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child+span
{
padding-top:20px;
padding-bottom:30px;
}
.theme-component-tab.ui-tabs .ui-tabs-panel
{
padding:0px;
margin:50px 0px 20px 0px
}   .theme-width-480.theme-component-tab.ui-tabs .ui-tabs-nav,
.theme-width-300.theme-component-tab.ui-tabs .ui-tabs-nav
{
flex-direction:column;
}
.theme-width-480.theme-component-tab.ui-tabs .ui-tabs-nav li,
.theme-width-300.theme-component-tab.ui-tabs .ui-tabs-nav li
{
border-style:solid;
border-width:0px 0px 2px 0px;
}
.theme-width-480.theme-component-tab.ui-tabs .ui-tabs-nav li,
.theme-width-300.theme-component-tab.ui-tabs .ui-tabs-nav li,
.theme-width-480.theme-component-tab.ui-tabs .ui-tabs-nav li a,
.theme-width-300.theme-component-tab.ui-tabs .ui-tabs-nav li a
{
width:100%;
max-width:100%;
}
.theme-width-768.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child,
.theme-width-480.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child,
.theme-width-300.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child
{
display:none;
}
.theme-width-480.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child+span,
.theme-width-300.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child+span
{
padding-top:15px;
padding-bottom:15px;
}   .theme-component-feature-carousel
{
}
.theme-component-feature-carousel ul
{
}
.theme-component-feature-carousel ul li
{
padding:0px;
margin:0px;
float:left;
width:380px;
display:block;
margin-right:40px;
margin-bottom:40px;
}
.theme-component-feature-carousel.theme-width-480 ul li,
.theme-component-feature-carousel.theme-width-300 ul li
{
width:100%;
margin-right:0px;
}
.theme-component-feature-carousel ul li:last-child
{
margin-right:0px;
}
.theme-component-feature-carousel ul li div
{
text-align:center;
padding:40px 40px 24px 40px;
}
.theme-component-feature-carousel ul li div h5
{
margin-top:0px;
}
.theme-component-feature-carousel ul li div>span
{
width:136px;
height:136px;
line-height:136px;
margin-bottom:20px;
border-radius:999em;
display:inline-block;
border-style:solid;
border-width:2px;
}
.theme-component-feature-carousel ul li div span span
{
display:block;
font-size:48px;
margin-top:42px;
line-height:48px;
text-align:center;                            
}   .theme-component-feature
{
}
.theme-component-feature.theme-component-feature-style-1,
.theme-component-feature.theme-component-feature-style-3
{
text-align:center;
}
.theme-component-feature.theme-component-feature-style-2
{
}    
.theme-component-feature.theme-component-feature-style-3
{
}   
.theme-component-feature .vc_row .vc_column_container
{
margin-bottom:40px;
}
.theme-mode-responsive.theme-component-feature .vc_row .vc_column_container
{
width:100%;
}
.theme-mode-responsive.theme-component-feature .vc_row .vc_column_container:last-child
{
margin-bottom:0px;
}
.theme-component-feature .theme-component-feature-item
{
}   .theme-component-feature .theme-component-feature-item>.theme-component-feature-item-icon
{
position:relative;
}
.theme-component-feature .theme-component-feature-item>.theme-component-feature-item-icon::before
{
z-index:2;
position:relative;
}
.theme-component-feature .theme-component-feature-item>.theme-component-feature-item-icon>span
{
z-index:1;
width:48px;
height:48px;
right:-10px;
bottom:-10px;
position:absolute;
border-radius:999px;
}
.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>.theme-component-feature-item-icon,
.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-icon
{
}
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>.theme-component-feature-item-icon
{
float:left;
}   .theme-component-feature .theme-component-feature-item .theme-component-feature-item>.theme-component-feature-item-header
{
margin:0px;
}
.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>.theme-component-feature-item-header,
.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-header
{
margin-top:30px;
margin-bottom:15px;
}
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>.theme-component-feature-item-header
{
margin-bottom:10px;
}   .theme-component-feature .theme-component-feature-item>p
{
padding:0px;
}
.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>p,
.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-header,
.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>p       
{
line-height:30px; 
padding-left:30px;
padding-right:30px;
}
.theme-width-960.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>p,
.theme-width-960.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-header,
.theme-width-960.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>p,
.theme-width-768.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>p,
.theme-width-768.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-header,
.theme-width-768.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>p,
.theme-width-480.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>p,
.theme-width-480.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-header,
.theme-width-480.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>p,
.theme-width-300.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>p,
.theme-width-300.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-header,
.theme-width-300.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>p     
{
padding-left:0px;
padding-right:0px;
}
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>p
{
} .theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>.theme-component-feature-item-header,
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>p 
{
margin-left:88px;
}   .theme-component-feature-circle 
{
position:relative;
}
.theme-component-feature-circle .theme-component-feature-circle-circle
{
top:50%;
left:50%;
display:flex;
border-width:1px;
position:absolute;
border-style:solid;
border-radius:999em;
flex-direction:column;
justify-content:center;
}
.theme-component-feature-circle .theme-component-feature-circle-circle:first-child
{
border:none;
padding:50px;
text-align:center;
}
.theme-component-feature-circle .theme-component-feature-circle-circle:first-child+.theme-component-feature-circle-circle
{
border-width:2px;
}
.theme-component-feature-circle .theme-component-feature-circle-circle:first-child>span
{
display:block;
}
.theme-component-feature-circle .theme-component-feature-circle-circle:first-child>span:first-child
{
margin-bottom:20px;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item
{
top:50%;
left:50%;
z-index:2;
width:375px;
margin-top:-30px;
margin-left:-30px;
position:absolute;
display:table-row;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item.theme-component-feature-circle-item-position-right
{
text-align:left;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item.theme-component-feature-circle-item-position-right>span.theme-component-feature-circle-item-circle
{
padding-right:40px;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item.theme-component-feature-circle-item-position-left
{
text-align:right;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item.theme-component-feature-circle-item-position-left>span.theme-component-feature-circle-item-circle
{
padding-left:40px;
} 
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item.theme-component-feature-circle-item-position-top,
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item.theme-component-feature-circle-item-position-bottom
{
text-align:center;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item.theme-component-feature-circle-item-position-top>span.theme-component-feature-circle-item-label
{
top:-140px;
left:-135px;
position:relative;
}             
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item.theme-component-feature-circle-item-position-bottom>span.theme-component-feature-circle-item-label
{
top:40px;
left:-135px;
position:relative;
}                
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item>span
{
display:table-cell;
vertical-align:middle;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item-position-top>span,
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item-position-bottom>span
{
display:block;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item>span.theme-component-feature-circle-item-circle
{
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item>span.theme-component-feature-circle-item-circle>span
{
width:60px;
height:60px;
display:block;
font-size:28px;
line-height:60px;
border-width:2px;
text-align:center;
border-style:solid;
border-radius:999em;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item>span.theme-component-feature-circle-item-label
{
width:100%;
}
.theme-component-feature-circle-responsive
{
display:none;
}
.theme-component-feature-circle-responsive>span
{
display:block;
font-weight:bold;
margin-bottom:30px;
}
body.vc_editor .theme-component-feature-circle-responsive
{
display:block; 
}
body.vc_editor .theme-component-feature-circle
{
display:none;
}   .theme-component-meta-icon-list
{
margin:0px;
padding:0px;
list-style:none;
}
.theme-component-meta-icon-list>li
{
margin:0px;
padding:0px;
position:relative;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-1>li,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-3>li
{
margin-top:7px;
margin-right:25px;
display:inline-block;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-2>li
{
display:block;
padding-top:10px;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-2>li:first-child
{
padding-top:0px;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-3>li
{
margin:5px 10px 5px 0px;
}
.theme-component-meta-icon-list>li>a,
.theme-component-meta-icon-list>li>a:hover
{
font-weight:400;
text-decoration:none;
}
.theme-component-meta-icon-list>li>*
{
display:table-cell;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-1>li>*,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-3>li>*
{
vertical-align:middle;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-2>li>*
{
vertical-align:baseline;
}
.theme-component-meta-icon-list>li>span,
.theme-component-meta-icon-list>li>a>span
{
top:1px;
z-index:2;
position:relative;
padding-right:15px;
}
.theme-component-meta-icon-list>li>span:first-child,
.theme-component-meta-icon-list>li>a>span
{
font-size:16px;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-2>li span
{
top:-2px;
position:relative;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-1>li>span:first-child
{
top:2px;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-2>li>span:first-child
{
top:-1px;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-3>li>a
{
width:40px;
height:40px;
line-height:40px; 
text-align:center;
}   .theme-component-logo
{
display:inline-block;
}
.theme-component-logo .theme-component-logo-default
{
display:inline-block;
}
.theme-component-logo .theme-component-logo-retina-display
{
display:none;
}
@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi)
{ 
.theme-component-logo .theme-component-logo-retina-display
{
display:inline-block;
}
.theme-component-logo .theme-component-logo-default
{
display:none;
}
}   .theme-component-recent-post
{
margin:0px;
padding:0px;
list-style:none;
}   .theme-component-recent-post>li
{
margin:0px;
padding:0px;
margin-bottom:20px;
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
}
.theme-component-recent-post>li:last-child
{
margin-bottom:0px;
}   .theme-component-recent-post>li>a
{
display:table;
position:relative;
}
.theme-component-recent-post>li>a,
.theme-component-recent-post>li>a:hover
{
text-decoration:none;
}
.theme-component-recent-post>li>a
{
width:100%;
height:100%;
display:block;
padding:30px 20px 30px 20px;
background:rgba(133,140,146,0.8);
}   .theme-component-recent-post>li>a>span.theme-component-recent-post-header
{
display:block;
}
.theme-component-recent-post>li>a>span.theme-component-recent-post-header>span
{
display:block;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}   .theme-component-recent-post>li>a>span.theme-component-recent-post-date
{
display:block;
}
.theme-component-recent-post>li>a>span.theme-component-recent-post-date>span
{
}   .theme-component-driver-list
{
}
.theme-component-driver-list .theme-component-driver-list-item
{
text-align:center;
padding:50px 40px 40px 40px;
}
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-image
{
text-align:center;
}
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-image a
{
display:block;
text-align:center;
}
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-image a img
{
width:260px;
max-width:90%;
margin-left:auto;
margin-right:auto;
border-radius:999em;
}
.theme-component-driver-list.theme-component-driver-list-style-2 .theme-component-driver-list-item>.theme-component-driver-list-item-image a img
{
width:200px;
}
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-image a:hover img
{
opacity:0.8;
}
.theme-component-driver-list .theme-component-driver-list-item>h4
{
margin-top:40px;
margin-bottom:0px;
}
.theme-component-driver-list .theme-component-driver-list-item>h4>a,
.theme-component-driver-list .theme-component-driver-list-item>h4>a:hover
{
text-decoration:none;
}
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-position
{
margin-top:5px;
}
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-excerpt
{
margin-top:10px;
}
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-social-profile
{
margin-top:20px;
}
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-social-profile>ul
{
margin-left:auto;
margin-right:auto;
}   .theme-component-work-experience-list
{
}
.theme-component-work-experience-list ul
{
margin:0px;
padding:0px;
}    
.theme-component-work-experience-list ul li
{
padding:0px;
margin:0px;
display:flex;
margin-top:20px;
align-items:center;
padding:30px 40px 30px 40px;
}  
.theme-component-work-experience-list ul li:first-child
{
margin-top:0px;
}
.theme-component-work-experience-list.theme-width-300 ul li
{
display:block;
}
.theme-component-work-experience-list ul li div:first-child
{
display:flex;
align-items:center;
vertical-align:middle;
} 
.theme-component-work-experience-list ul li div:first-child span:first-child
{
padding-right:20px;
}
.theme-component-work-experience-list ul li div:first-child span:first-child+span
{
margin-right:30px; 
border-radius:999em;
padding:5px 10px 5px 10px;
}  
.theme-component-work-experience-list ul li div:first-child+div
{
border-style:solid;
padding:5px 0px 5px 30px;
border-width:0px 0px 0px 1px;
}
.theme-component-work-experience-list.theme-width-300 ul li div:first-child+div
{
padding:0px;
margin-top:20px;
border:none;
}
.theme-component-work-experience-list ul li div:first-child+div span:first-child
{
display:block;
padding-bottom:5px;
}
.theme-component-work-experience-list ul li div:first-child+div span:first-child+span
{
clear:both;
display:block;
}   .theme-component-testimonial-list
{
position:relative;
}
.theme-component-testimonial-list .vc_row .vc_column_container
{
margin-bottom:0px;
}   .theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item
{
text-align:center;
margin-bottom:40px;
padding:50px 30px 50px 30px;
}   .theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item>span,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item>span
{
width:48px;
height:48px;
display:block;
margin-left:auto;
margin-right:auto;
position:relative;
margin-bottom:40px;                
}
.theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item>span:before,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item>span:before
{
z-index:2;
position:relative;           
}
.theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item>span>span,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item>span>span
{
z-index:1;
width:48px;
height:48px;
right:-10px;
bottom:-10px;
position:absolute;
border-radius:999px;
}   .theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item>p,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item>p
{
}   .theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item>div,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item>div
{
margin-top:30px;
}   body.page-template-vehicle-list .theme-vehicle-list
{
top:-40px;
z-index:2;
position:relative;
}
.theme-vehicle-list
{
}
.theme-vehicle-list .theme-vehicle-list-search
{
}
html .theme-vehicle-list .theme-vehicle-list-search
{
margin-bottom:50px;
}
.theme-vehicle-list .theme-vehicle-list-search .chbs-form-field
{
}
.theme-vehicle-list .theme-vehicle-list-result
{
}
.theme-vehicle-list .theme-vehicle-list-result .wpb_column
{
margin-bottom:40px;
}
.theme-vehicle-list .theme-vehicle-list-item
{
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image
{
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>*
{
display:block;
position:relative;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>*>span:first-child
{
bottom:0;
z-index:2;
width:100%;
padding:30px;
display:block;
position:absolute;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>*>span:first-child>.theme-vehicle-list-item-category
{
display:inline-block;
margin:5px 5px 20px 0px;
border:solid 1px #FFFFFF;
padding:10px 15px 10px 15px;
border-radius:2px;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>*>span:first-child>.theme-vehicle-list-item-title
{
clear:both;
display:block;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>*>span:last-child
{
top:0px;
left:0px;
z-index:1;
width:100%;
height:100%;
display:block;
position:absolute;
background:-moz-linear-gradient(top,rgba(71,86,101,0.3)0%,rgba(71,86,101,0.7)100%);
background:-webkit-linear-gradient(top,rgba(71,86,101,0.3)0%,rgba(71,86,101,0.7)100%);
background:linear-gradient(to bottom,rgba(71,86,101,0.3)0%,rgba(71,86,101,0.7)100%);
filter:progidXImageTransform.Microsoft.gradient(startColorstr='#33475665',endColorstr='#99475665',GradientType=0);
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>*>img
{
opacity:1;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a:hover>img
{
opacity:0.8;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a:hover>span:last-child
{
background:-moz-linear-gradient(top,rgba(71,86,101,0.3) 50%, rgba(71,86,101,0.7) 100%);
background:-webkit-linear-gradient(top,rgba(71,86,101,0.3) 50%,rgba(71,86,101,0.7) 100%);
background:linear-gradient(to bottom,rgba(71,86,101,0.3) 50%,rgba(71,86,101,0.7) 100%);  
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta
{
width:100%;
padding:15px;
text-align:center;
border-style:solid;
border-width:0px 1px 1px 1px;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta span
{
display:inline-block;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta .theme-icon-meta-user,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta .theme-icon-meta-suitcase
{
font-size:16px;
line-height:16px;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta .theme-icon-meta-suitcase
{
margin-left:20px;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta .theme-circle
{
width:30px;
height:30px;
line-height:28px;
margin-left:10px;
border-width:1px;
border-style:solid;
border-radius:999px;
}   .aligncenter,
img.aligncenter
{
text-align:center !important;
margin-left:auto !important;
margin-right:auto !important;
}
.alignleft
{
margin-left:0px !important;
margin-right:auto !important;
text-align:left !important;
}
.alignright
{
margin-left:auto !important;
margin-right:0px !important;
text-align:right !important;
}
img.alignleft,
.wp-block-image figure.alignleft 
{
clear:both;
float:left !important;
margin-bottom:10px !important;
margin-right:30px !important;
}
img.alignright,
.wp-block-image figure.alignright 
{
clear:both;
float:right !important;
margin-left:30px !important;
margin-bottom:10px !important;    
}
.wp-caption,
.gallery-caption 
{
max-width:100%;
}
.wp-caption.alignleft
{
float:left;
margin-right:20px !important;
}
.wp-caption.alignright img
{
float:left;
margin-bottom:10px;
}
.wp-caption.alignright
{
float:right;
margin-left:20px !important;
}
.wp-caption.alignright img
{
float:right;
margin-bottom:10px;
}
.screen-reader-text
{
display:none;
}
.gallery-item img
{
display:inline-block;
}   .wpcf7
{
display:none;
}
.wpcf7 p:empty
{
display:none;
}
body .wpcf7.theme-responsive-mode .wpcf7-form .vc_row .vc_column_container
{
margin-left:0px;
width:100% !important;
}
.wpcf7 .wpcf7-form .vc_row,
.wpcf7 .wpcf7-form .vc_row .vc_column_container,
.wpcf7 .wpcf7-form .vc_row .vc_column_container .vc_column-inner 
{
margin:0px !important;
padding:0px !important;
}
.wpcf7 .wpcf7-form br
{
display:none;
}
.wpcf7 .wpcf7-form textarea
{
margin:0px;
resize:none;
height:240px;
}
@-moz-document url-prefix()
{
.wpcf7 .wpcf7-form textarea
{
height:244px;
}
}
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output
{
display:none !important;
}
.wpcf7 .wpcf7-form .vc_row .vc_column_container+.vc_column_container .theme-form-field
{
border-left-width:0px !important;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap
{
width:100%;
display:block;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea
{
width:100%;
border:none !important;
}
.wpcf7 .wpcf7-form .theme-form-field+.theme-form-field
{
border-top:none !important;
}
.wpcf7 .wpcf7-form label+span
{
top:10px;
}
.wpcf7 .ajax-loader
{
display:none;
visibility:hidden !important;
}   .theme-image-style-1 .vc_single_image-wrapper
{
position:relative;
}
.theme-image-style-1 .vc_single_image-wrapper::after
{
height:3px;
bottom:0px;
left:-50px;
content:" ";
width:380px;
position:absolute;
}
.theme-image-style-2 img
{
border-radius:999em;
}
.theme-image-style-3
{
float:left;
max-width:50%;
}
.theme-image-style-3+.theme-image-style-3
{
margin-top:40px;
}      .slick-dots
{
margin:0px;
text-align:center;
}
.slick-dots>li
{
top:2px;
margin:0px;
padding:0px;
position:relative;
margin-right:18px;
display:inline-block;
}
.slick-dots>li.slick-active
{
top:0px;
}
.slick-dots>li:last-child
{
margin-right:0px;
}
.slick-dots>li>button
{
opacity:0.4;
display:block;
font-size:0px;
cursor:pointer;
border-width:2px;
border-style:solid;
border-radius:11px;
padding:3px 3px 2px 2px;
}
html .slick-dots>li.slick-active>button
{
opacity:1;
margin-top:0px;
padding:3px 3px 4px 4px; 
background-color:transparent;
}
.vc_row[data-vc-full-width="true"]
{
opacity:0;
}   html .theme-margin-top-0 { margin-top:0px; }
html .theme-margin-top-10 { margin-top:10px; }
html .theme-margin-top-20 { margin-top:20px; }
html .theme-margin-top-30 { margin-top:30px; }
html .theme-margin-top-40 { margin-top:40px; }
html .theme-margin-top-50 { margin-top:50px; }
html .theme-margin-top-60 { margin-top:60px; }
html .theme-margin-top-70 { margin-top:70px; }
html .theme-margin-top-80 { margin-top:80px; }
html .theme-margin-top-90 { margin-top:90px; }
html .theme-margin-top-100  { margin-top:100px; }
html .theme-margin-bottom-0  { margin-bottom:0px; }
html .theme-margin-bottom-10 { margin-bottom:10px; }
html .theme-margin-bottom-20 { margin-bottom:20px; }
html .theme-margin-bottom-30 { margin-bottom:30px; }
html .theme-margin-bottom-40 { margin-bottom:40px; }
html .theme-margin-bottom-50 { margin-bottom:50px; }
html .theme-margin-bottom-60 { margin-bottom:60px; }
html .theme-margin-bottom-70 { margin-bottom:70px; }
html .theme-margin-bottom-80 { margin-bottom:80px; }
html .theme-margin-bottom-90 { margin-bottom:90px; }
html .theme-margin-bottom-100 { margin-bottom:100px; }
html .theme-padding-top-0 { padding-top:0px; }
html .theme-padding-top-10 { padding-top:10px; }
html .theme-padding-top-20 { padding-top:20px; }
html .theme-padding-top-30 { padding-top:30px; }
html .theme-padding-top-40 { padding-top:40px; }
html .theme-padding-top-50 { padding-top:50px; }
html .theme-padding-top-60 { padding-top:60px; }
html .theme-padding-top-70 { padding-top:70px; }
html .theme-padding-top-80 { padding-top:80px; }
html .theme-padding-top-90 { padding-top:90px; }
html .theme-padding-top-100  { padding-top:100px; }
html .theme-padding-bottom-0 { padding-bottom:0px; }
html .theme-padding-bottom-10 { padding-bottom:10px; }
html .theme-padding-bottom-20 { padding-bottom:20px; }
html .theme-padding-bottom-30 { padding-bottom:30px; }
html .theme-padding-bottom-40 { padding-bottom:40px; }
html .theme-padding-bottom-50 { padding-bottom:50px; }
html .theme-padding-bottom-60 { padding-bottom:60px; }
html .theme-padding-bottom-70 { padding-bottom:70px; }
html .theme-padding-bottom-80 { padding-bottom:80px; }
html .theme-padding-bottom-90 { padding-bottom:90px; }
html .theme-padding-bottom-100 { padding-bottom:100px; }
html .theme-padding-20 { padding:20px; }   .theme-table-responsive
{
border:none !important;
}
.theme-table-responsive thead
{
display:none;
}
.theme-table-responsive td
{
display:block;
text-align:right;
vertical-align:middle;
width:100% !important;
}
.theme-table-responsive td+td
{
border-top:none !important;
}
.theme-table-responsive td::before
{
float:left;
font-weight:bold;
content:attr(data-title);
}      @media only screen and (min-width:0px) and (max-width:1240px)
{      html .theme-page .theme-page-header .theme-component-button>a
{
padding:13px 25px 17px 27px;
}         html .theme-page .theme-page-header .theme-page-header-top>.theme-main>.vc_row>.vc_column_container
{
width:100%;
clear:both;
float:none;
margin:0px;
}   
html .theme-page .theme-page-header .theme-page-header-top>.theme-main>.vc_row>.vc_column_container+.vc_column_container
{
float:left;
width:auto;
margin-top:10px;
}
html .theme-page .theme-page-header .theme-page-header-top>.theme-main>.vc_row>.vc_column_container+.vc_column_container>div
{
left:-14px;
position:relative;
}      input.theme-component-button,
html .woocommerce .button,
html .woocommerce .button:hover,
html .woocommerce .button.disabled,
html .woocommerce .button.disabled:hover,
html .woocommerce .button:disabled[disabled],
html .woocommerce .button:disabled[disabled]:hover,
html .woocommerce #respond input#submit,
html .woocommerce #respond input#submit:hover,
html #add_payment_method .wc-proceed-to-checkout a.checkout-button,
html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
html .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.theme-component-button>a,
.theme-gutenberg-block .wp-block-file .wp-block-file__button
{
padding:18px 22px 19px 22px;
}      .theme-component-feature-circle
{
display:none;
}
.theme-component-feature-circle-responsive
{
display:block;
}   .theme-component-call-to-action.theme-component-call-to-action-style-2 .theme-component-call-to-action-box
{
padding:20px;
}         #comments #comments_list>ul>li ul.children,
#comments #comments_list>ul>li ul.children li
{
margin-left:0px;
}   #comments #comments_list>ul>li .theme-comment-meta
{
padding-bottom:15px;
}
#comments #comments_list>ul>li .theme-comment-meta
{
}
#comments #comments_list>ul>li .theme-comment-meta>.theme-comment-meta-author,
#comments #comments_list>ul>li .theme-comment-meta>.theme-comment-meta-reply-to
{
display:inline-block;
}
#comments #comments_list>ul>li .theme-comment-meta>.theme-comment-meta-reply-button,
#comments #comments_list>ul>li .theme-comment-meta>.theme-comment-meta-date
{
float:none;
position:static;
margin-left:0px;
display:table-row;
}
#comments #comments_list>ul>li .theme-comment-meta>.theme-comment-meta-reply-button
{
bottom:2px;
position:absolute;
}   #comments #comments_list>ul>li .theme-comment-content
{
margin-top:10px;
}
}   @media only screen and (min-width:0px) and (max-width:959px)
{   html .theme-column-style-1
{
padding:50px 30px 50px 30px;
}      .theme-post .theme-post-layout-left,
.theme-post .theme-post-layout-right
{
clear:both;
width:100%;
float:none;
}
.theme-blog.theme-blog-classic>ul>li.theme-post.sticky .theme-post-layout-right
{
padding-left:0px;
}
.theme-blog.theme-blog-classic>ul>li.theme-post.sticky
{
padding-left:30px;
}
.theme-post .theme-post-layout-left>.theme-post-share
{
}
.theme-post .theme-post-layout-left>.theme-post-share>span
{
text-align:left;
}
.theme-post .theme-post-layout-left>.theme-post-share>.theme-component-social-profile
{
width:100%;
margin-bottom:40px;
}
.theme-post .theme-post-layout-left>.theme-post-share>.theme-component-social-profile>li
{
width:auto;
float:left;
margin:0px 20px 0px 0px;
}
.theme-post .theme-post-layout-left+.theme-post-layout-right
{
margin-left:0px;
}   .theme-post-navigation>a
{
width:100%;
display:table;
border-left:none;
border-right:none;
}
.theme-post-navigation>a+a
{
border-top:none;
}   .theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a>span:first-child
{
padding:20px;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a>span:first-child>.theme-vehicle-list-item-category
{
margin:5px 5px 10px 0px;
}
}   @media only screen and (min-width:0px) and (max-width:767px)
{      html .theme-page .theme-page-header .theme-component-button
{
display:none;
}   html .vc_column_container,
html .vc_column_container+.vc_column_container,
html .vc_column_container .vc_column_container,
html .vc_column_container .vc_column_container+.vc_column_container,
html .vc_row.vc_row-no-padding>.vc_column_container,
html .vc_row.vc_row-no-padding>.vc_column_container .vc_column_container, 
html .vc_col-sm-4+.vc_col-sm-5,
html .vc_col-sm-4+.vc_col-sm-5+.vc_col-sm-3
{
width:100%;
margin-left:0px;
}   html .theme-column-style-3>div,
html .theme-column-style-3>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-3>.vc_column-inner
{
padding-right:0px;
}
html .theme-column-style-4>div,
html .theme-column-style-4>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-4>.vc_column-inner
{
padding-left:0px;
}         html .theme-page .theme-page-header .theme-page-header-top .theme-component-social-profile
{
float:none;
display:inline-block;
}   html .woocommerce-account .woocommerce-MyAccount-content,
html .woocommerce-account .woocommerce-MyAccount-navigation,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-left,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-left,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-right,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-left,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-left,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-right
{
clear:both;
float:none;
width:100%;
}
html .woocommerce-account .woocommerce-MyAccount-content,
.theme-page .theme-page-content>.theme-page-sidebar-enable>.theme-column-right
{
margin-top:80px;
} .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left
{
display:flex;
flex-direction:column;
}
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right
{
order:1;
margin-top:0px;
margin-bottom:120px;
}
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-left
{
order:2;
margin-top:0px;
margin-bottom:0px;
}   .theme-page-footer-bottom
{
text-align:center;
} 
.theme-page-footer-bottom .alignright
{
text-align:center !important;
margin-left:auto !important;
margin-right:auto !important;
}      .theme-component-driver-list.theme-component-driver-list-style-1 .vc_column_container .theme-component-driver-list-item
{
padding-bottom:0px;
}
.theme-component-driver-list.theme-component-driver-list-style-1 .vc_column_container+.vc_column_container .theme-component-driver-list-item
{
padding-top:0px;
}
.theme-component-driver-list.theme-component-driver-list-style-1 .vc_column_container:last-child .theme-component-driver-list-item
{
padding-bottom:40px;
}   .theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item:lats-child,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item:last-child
{
margin-bottom:0px;
}   .theme-page-header .theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map .theme-component-google-map-map-box
{
display:none;
}   #theme-full-screen-search-form>form>div>span
{
display:none;
}
}   @media only screen and (min-width:960px) and (max-width:1240px)
{   html body .theme-main,
.theme-page-content .theme-main.theme-gutenberg-block>*
{
width:940px;
}   html .theme-column-style-3>div,
html .theme-column-style-3>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-3>.vc_column-inner,
html .theme-column-style-4>div,
html .theme-column-style-4>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-4>.vc_column-inner
{
width:470px;
flex-basis:470px;
}      html .woocommerce-account .woocommerce-MyAccount-content,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-left
{
width:625px;
}        
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-left
{
width:520px;
}      .theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box
{
max-width:470px;
}
.theme-page-header .theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map .theme-component-google-map-map-box
{
margin-left:-470px;
}
}   @media only screen and (min-width:768px) and (max-width:959px)
{   html body .theme-main,
.theme-page-content .theme-main.theme-gutenberg-block>*
{
width:750px;
}   html .theme-column-style-3>div,
html .theme-column-style-3>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-3>.vc_column-inner,
html .theme-column-style-4>div,
html .theme-column-style-4>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-4>.vc_column-inner
{
width:375px;
flex-basis:375px;
}      html .woocommerce-account .woocommerce-MyAccount-content,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-left,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-left
{
width:435px;
}
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-left,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-right
{
width:275px;
}      .theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box
{
max-width:375px;
}
.theme-page-header .theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map .theme-component-google-map-map-box
{
margin-left:-375px;
}
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map .theme-component-google-map-map-box p,
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map .theme-component-google-map-map-box div
{
flex-basis:100%;
}
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map .theme-component-google-map-map-box div a
{
float:left;
margin-top:30px;
}   
}   @media only screen and (min-width:480px) and (max-width:767px)
{   html body .theme-main,
.theme-page-content .theme-main.theme-gutenberg-block>*
{
width:460px;
}      .theme-menu-mode-responsive .theme-menu.theme-menu-responsive
{
width:100%;
}
.theme-menu-mode-responsive .theme-menu.theme-menu-responsive .theme-menu-responsive-button
{
float:right;
}   html .theme-column-style-3>div,
html .theme-column-style-3>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-3>.vc_column-inner,
html .theme-column-style-4>div,
html .theme-column-style-4>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-4>.vc_column-inner
{
float:none;
width:460px;
flex-basis:460px;
margin-left:auto;
margin-right:auto;
}
}   @media only screen and (min-width:0px) and (max-width:479px)
{   html body .theme-main,
.theme-page-content .theme-main.theme-gutenberg-block>*
{
width:300px;
}   html .theme-column-style-3>div,
html .theme-column-style-3>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-3>.vc_column-inner,
html .theme-column-style-4>div,
html .theme-column-style-4>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-4>.vc_column-inner
{
float:none;
width:300px;
flex-basis:300px;
margin-left:auto;
margin-right:auto;
}   .theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a>span:first-child
{
padding:15px;
}         #comments #comments_list>ul>li .theme-comment-meta
{
padding-bottom:25px;
}
#comments #comments_list>ul>li .theme-comment-meta,
#comments #comments_list>ul>li .theme-comment-content
{
margin-left:0px;
}      #comments #comments_list>ul>li .theme-comment-avatar
{
display:none;
}
}    .wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.wp-caption p.wp-caption-text,
.blocks-gallery-caption
{
margin-top: 0px;
margin-bottom: 40px;
color: #778591;
font-size: 12px;
font-weight: 400;
line-height: 1.5em;	
text-transform: uppercase;
letter-spacing: 2px;
padding: 15px 0px 15px 0px;
}
.wp-block-image figcaption,
.wp-block-video figcaption
{
margin-bottom: 0;
}
.wp-block-image figcaption > a,
.wp-block-video figcaption > a,
.wp-caption p.wp-caption-text > a
{
font-size: 12px;
font-weight: 400;
line-height: 1.5em;
} blockquote p
{
position: relative;	
margin-left: 60px;
font-style: normal !important;
}
blockquote p::before
{
content: "\71";
color: #FF700A;
font-size: 32px;
margin-top: 4px;
position: absolute;
margin-left: -60px;
font-family: 'theme-icon-meta' !important;
font-style: normal;
}
blockquote cite,
blockquote cite em,
blockquote cite > a,
blockquote cite > em a
{
font-size: 12px !important;
font-weight: 400 !important;
font-style: normal;
letter-spacing: 2px;
text-transform: uppercase !important;
}
blockquote cite,
blockquote cite em
{
color: #778591 !important;
}
blockquote code
{
font-size: inherit !important;
}
.wp-block-quote,
.wp-block-pullquote,
.wp-block-pullquote
{
margin: 30px 0px 30px 0px;
}
.wp-block-column .wp-block-quote:first-child
{
margin-top: 0px;
}
.wp-block-quote cite,
.wp-block-quote cite em,
.wp-block-pullquote cite,
.wp-block-pullquote cite em
{
margin-left: 60px;
}
blockquote.wp-block-quote.is-style-large
{
margin: 30px 0px 30px 0px;
padding: 30px 0px 30px 0px;
border-top: 1px solid #EAEBEE;
border-bottom: 1px solid #EAEBEE;
}
figure.wp-block-pullquote
{
text-align: left;
padding: 10px 0px 10px 30px;
}
figure.wp-block-pullquote:not(.is-style-solid-color)
{
border-left: 2px solid #FF700A !important;
padding-left: 28px;
}
figure.wp-block-pullquote.is-style-solid-color blockquote
{
max-width: 100%
}
figure.wp-block-pullquote.is-style-solid-color blockquote p::before
{
color: rgba(0,0,0,0.2);
} ul, ol
{
margin-left: 0px;
list-style-position: outside;
}
ul li, ol li
{
padding-left: 6px;
margin-left: 40px;
margin-top: 6px;
} .theme-post .theme-post-title
{
overflow-wrap: break-word;
}
.theme-post-navigation > a > span
{
word-break: break-word;
} p > img:not(.alignleft):not(.alignright)
{
margin-top: 30px;
}
p + div:not(.alignleft):not(.alignright) > img
{
margin-top: 40px;
}
p > img
{
margin-bottom: 30px;
}
p > img.alignleft,
p > img.alignright
{
margin-top: 10px;
}
p + div.alignleft > img,
p + div.alignright > img
{
margin-top: 20px;
}
.wp-block-image
{
margin-bottom: 0;
}
.wp-block-image figure:not(.alignleft):not(.alignright),
figure.wp-block-image
{
margin-top: 40px;
margin-bottom: 40px;
}
.wp-block-image figure.alignleft,
.wp-block-image figure.alignright
{
margin-top: 20px;
}  .wp-block-gallery:not(.alignleft):not(.alignright)
{
margin: 40px 0px;
}
.wp-block-gallery ul
{
margin-left: 0;
}
.wp-block-gallery ul li
{
padding-left: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption
{
font-size: 16px;
padding: 15px 10px 20px 10px;
}
.wp-block-gallery.alignleft
{
float: left;
margin-right: 30px !important;
}
.wp-block-gallery.alignright
{
float: right;
margin-left: 30px !important;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright
{
max-width: calc((100% - 32px)/3);
} .wp-block-video
{
margin: 50px 0px 50px 0px;
} .wp-block-media-text + p
{
padding-top: 50px;
}
p + .wp-block-media-text
{
padding-top: 30px;
} .wp-block-group.has-background
{
padding: 30px;
margin-bottom: 40px;
} .wp-block-cover:not(.alignleft):not(.alignright)
{
margin: 40px 0px 40px 0px;
}
.wp-block-cover p.wp-block-cover-text
{
color: #FFF;
}
.wp-block-cover.alignleft
{
float: left;
margin-right: 30px !important;
margin-bottom: 40px !important;
}
.wp-block-cover.alignright
{
float: right;
margin-left: 30px !important;
margin-bottom: 40px !important;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover .wp-block-cover-text > a
{
font-size: 28px;
padding: 14px !important;
} .wp-block-embed
{
margin-bottom: 50px;
max-width: 100%;
}
.wp-block-embed iframe
{
width: 100%;
} .wp-block-columns
{
margin: 40px 0px;
} .wp-block-button
{
margin: 15px 10px 15px 0px;
}
.wp-block-button a
{
background-color: #FF700A;
text-decoration: none;
padding: 18px 33px 19px 33px;
line-height: 1em;
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
border: 2px solid #FF700A;
transition: all 200ms ease;
}
.wp-block-button a.has-background
{
border: none;
padding: 20px 35px 21px 35px;
}
.wp-block-button a:hover
{
color: #556677;	
background: transparent;
}
.wp-block-button a.has-background:hover
{
color: #FFF;
background-color: #FF700A;
}
.wp-block-button.is-style-outline a:not(.has-text-color)
{
color: #556677;
border-color: #FF700A;
}
.wp-block-button.is-style-outline a:hover
{
color: #FFF;
background-color: #FF700A;
border-color: #FF700A;
}
.wp-block-button.alignleft
{
float: left;
margin-right: 30px !important;
}
.wp-block-button.alignright
{
float: right;
margin-left: 30px !important;
} .has-small-font-size
{
font-size: 14px;
}
.has-large-font-size
{
line-height: 1.2em;
}
p.has-background
{
margin: 10px 0px;
} .wp-block-code,
.wp-block-preformatted,
.wp-block-verse,
pre
{
margin: 20px 0px 40px 0px;
}
div + .wp-block-code,
div + .wp-block-preformatted
{
margin-top: 30px;
}
.wp-block-code,
.wp-block-preformatted,
.wp-block-verse,
pre,
code,
tt,
kbd
{
font-size: 16px;
line-height: 1.625em;
color: #556677 !important;
}
pre,
.wp-block-code
{
padding: 15px 15px 15px 20px;
border: 1px solid #F5D995;
border-left: 7px solid #F5D995;
background: linear-gradient(180deg, #F6F6F6 0, #F6F6F6 1.625em, #FFF 0);
background-size: 1.625em 3.25em;
background-origin: content-box;
white-space: pre-wrap;
}
code,
tt,
kbd
{
background: #FAECCA;
padding: 2px 0px;
}
pre code
{
background: none;
margin: 0px;
padding: 0px;
} .wp-block-table
{
margin: 20px 0px 40px 0px;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(2n+1),
.wp-block-table.is-style-stripes tr:nth-child(2n+1)
{
background-color: #F6F6F6;
} .has-drop-cap:not(:focus)::first-letter
{
font-size: 5em;
font-weight: 300;
margin: 0.1em 0.1em 0 0;
} .wp-block-separator,
hr
{
margin-top: 30px;
margin-bottom: 30px;
}
hr
{
height: 2px;
border: 0;	
background: #EAECEE;
} .theme-post-content + .theme-pagination
{
margin-bottom: 30px;
} .wp-block-rss div
{
display: inline-block;
}
.wp-block-quote.has-text-align-right
{
border-color: #FF700A;
border-width: 2px;
}    @media only screen and (min-width: 960px) and (max-width: 1240px)
{ .blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item
{
width: calc((100% - 32px)/3);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-6 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-6 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-6 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-6 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-7 .blocks-gallery-image,
.blocks-gallery-grid.columns-7 .blocks-gallery-item,
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item
{
width: calc((100% - 32px)/3);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-7 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-7 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-7 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-7 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-8 .blocks-gallery-image,
.blocks-gallery-grid.columns-8 .blocks-gallery-item,
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item
{
width: calc((100% - 32px)/3);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-8 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-8 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-8 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-8 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .has-large-font-size
{
font-size: 28px;
}
} @media only screen and (min-width: 768px) and (max-width: 959px)
{ .blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright
{
max-width: calc((100% - 16px)/2);
} .blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item
{
width: calc((100% - 32px)/3);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-6 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-6 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-6 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-6 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-7 .blocks-gallery-image,
.blocks-gallery-grid.columns-7 .blocks-gallery-item,
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item
{
width: calc((100% - 32px)/3);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-7 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-7 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-7 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-7 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-8 .blocks-gallery-image,
.blocks-gallery-grid.columns-8 .blocks-gallery-item,
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item
{
width: calc((100% - 32px)/3);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-8 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-8 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-8 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-8 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .has-large-font-size
{
font-size: 28px;
}
} @media only screen and (min-width: 480px) and (max-width: 767px)
{ .blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright
{
max-width: 100%;
} .blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item
{
width: calc((100% - 16px)/2);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-3 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-3 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-3 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-3 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-4 .blocks-gallery-image,
.blocks-gallery-grid.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item
{
width: calc((100% - 16px)/2);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-4 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-4 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-4 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-4 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-5 .blocks-gallery-image,
.blocks-gallery-grid.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item
{
width: calc((100% - 16px)/2);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-5 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-5 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-5 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-5 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item
{
width: calc((100% - 16px)/2);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-6 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-6 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-6 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-6 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-7 .blocks-gallery-image,
.blocks-gallery-grid.columns-7 .blocks-gallery-item,
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item
{
width: calc((100% - 16px)/2);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-7 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-7 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-7 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-7 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-8 .blocks-gallery-image,
.blocks-gallery-grid.columns-8 .blocks-gallery-item,
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item
{
width: calc((100% - 16px)/2);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-8 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-8 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-8 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-8 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .wp-block-cover .wp-block-cover-text,
.wp-block-cover .wp-block-cover-text > a,
.wp-block-cover .has-large-font-size,
.wp-block-cover .has-large-font-size > a
{
font-size: 24px;
} .gallery .gallery-item
{
width: 100% !important;
}
.gallery .gallery-item > .wp-caption-text
{
font-size: 16px;
} .has-large-font-size
{
font-size: 22px;
} .wp-block-media-text
{
display: block;
}
.wp-block-media-text .wp-block-media-text__content
{
padding: 30px 20px;
}
} @media only screen and (min-width: 0px) and (max-width: 479px)
{ .blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright
{
max-width: 100%;
} .blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item
{
width: 100%;
margin-right: 0px;
} .wp-block-cover .wp-block-cover-text,
.wp-block-cover .wp-block-cover-text > a,
.wp-block-cover .has-large-font-size,
.wp-block-cover .has-large-font-size > a
{
font-size: 20px;
} .gallery .gallery-item
{
width: 100% !important;
}
.gallery .gallery-item > .wp-caption-text
{
font-size: 14px;
} .has-large-font-size
{
font-size: 20px;
} .wp-block-media-text
{
display: block;
}
.wp-block-media-text .wp-block-media-text__content
{
padding: 30px 20px;
} table tr td
{
padding: 7px;
}
}html .woocommerce ol,
html .woocommerce ul
{
margin:0px;
padding:0px;
}
html .woocommerce abbr
{
text-decoration:none;
}   html .woocommerce p:empty,
html .woocommerce .page-title,
html .woocommerce .woocommerce-breadcrumb,
html .woocommerce .woocommerce-products-header
{
display:none;
}
html .woocommerce a.button.loading::after,
html .woocommerce input.button.loading::after,
html .woocommerce button.button.loading::after, 
html .woocommerce #respond input#submit.loading::after
{
top:auto;
}
html .woocommerce div.product p.price ins,
html .woocommerce div.product span.price ins
{
text-decoration:none;
}
html .woocommerce ul.products li.product .price,
html .woocommerce ul.products li.product .price ins,
html .woocommerce ul.products li.product .price del,
html .woocommerce ul.products li.product .price del .woocommerce-Price-amount.amount,
html .woocommerce div.product p.price del,
html .woocommerce div.product p.price del .woocommerce-Price-amount.amount
{
opacity:1;
}
.woocommerce table.my_account_orders
{
font-size:inherit;
}
.woocommerce-order-details .theme-component-header-subheader
{
margin-top:50px;
}
html .theme-wc-add-to-cart-notice
{
}
html .theme-wc-add-to-cart-notice>span
{
display:block;
margin-top:15px;
margin-bottom:15px;
}
html .theme-wc-add-to-cart-notice>a
{
}
html .woocommerce button.button.alt.disabled,
html .woocommerce button.button.alt.disabled:hover
{
opacity:1;
}
html .woocommerce div.product .stock
{
color:inherit;
font-size:inherit;
}
html .woocommerce #customer_details
{
margin-bottom:0px;
}
html.woocommerce form .form-row textarea
{
height:15em;
resize:none;
}
html.woocommerce #reviews #comment
{
height:10em;
resize:none;
}
html .woocommerce-form-row span>em
{
display:none;
}
html .woocommerce table.shop_attributes tr:nth-child(2n) td, 
html .woocommerce table.shop_attributes tr:nth-child(2n) th
{
background:none;
}
html .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
html .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone
{
padding:0px;
}
html .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,
html .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before
{
display:none;
}
html .woocommerce-order-received .woocommerce-order>*
{
margin-bottom:40px;
}
html .woocommerce-order-received .woocommerce-order>*:last-child
{
margin-bottom:0px;
}
html .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, 
html .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child
{
border-top:solid 1px;
}
html .shipping-calculator-button
{
float:right !important;
clear:both !important;
}   html .select2-container--default .select2-selection--single
{
height:55px;
padding:10px;
border-radius:0px;
border-style:solid;
border-width:1px;
}
html .select2-dropdown
{
border-radius:0px;
}
html .select2-search--dropdown
{
padding:17px;
}
html .select2-results__options .select2-results__option
{
margin-left:10px;
}
html .select2-container--default .select2-selection--single .select2-selection__arrow
{
top:14px;
right:12px;
}
html .select2-search--dropdown .select2-search__field
{
padding:10px;
}
html .select2-container--default .select2-results__option--highlighted[aria-selected], 
html .select2-container--default .select2-results__option--highlighted[data-selected],
html .select2-container--default .select2-results__option[aria-selected="true"], 
html .select2-container--default .select2-results__option[data-selected="true"]
{
color:#FF700A;
background:transparent;
}   html .woocommerce .theme-component-tab
{
}
html .woocommerce .theme-component-tab.ui-tabs>ul.ui-tabs-nav
{
justify-content:left;
}
html .woocommerce .theme-component-tab.ui-tabs>ul.ui-tabs-nav>li
{
width:auto;
text-align:left;
padding:5px 15px 5px 15px;
}
html .woocommerce .theme-component-tab.ui-tabs>.ui-tabs-panel
{
margin-top:50px;
margin-bottom:0px;
}
html .woocommerce .theme-component-tab.ui-tabs>.ui-tabs-panel p:last-child
{
padding-bottom:0px;
}   html .woocommerce-grouped-product-list
{
width:100%;
}
html .woocommerce-grouped-product-list td,
html .woocommerce-grouped-product-list th
{
width:50%;
padding-left:0px !important;
text-align:left !important;
vertical-align:middle !important;
}
html .woocommerce-grouped-product-list td+td .button,
html .woocommerce-grouped-product-list td+td .quantity
{
float:left !important;
}
html .cart.grouped_form button
{
float:left !important;
}   .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image+.woocommerce-product-gallery__image
{
margin:10px 10px 10px 0px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image+.woocommerce-product-gallery__image>a>img
{
max-width:100px;
}   html #add_payment_method table.cart td.actions .coupon .input-text,
html .woocommerce-cart table.cart td.actions .coupon .input-text, 
html .woocommerce-checkout table.cart td.actions .coupon .input-text
{
padding:12px 15px 12px 15px;
}   html .woocommerce .cart-collaterals .cross-sells, 
html .woocommerce-page .cart-collaterals .cross-sells
{
float:none;
width:100%;
}   html .woocommerce div.quantity
{
text-align:center;
}
html .woocommerce div.quantity,
html .woocommerce div.product form.cart div.quantity
{
margin:0px 10px 0px 0px;
}
html .woocommerce div.quantity>*
{
position:relative;
}
html .woocommerce div.quantity .plus,
html .woocommerce div.quantity .minus
{
line-height:1;
padding:18px 15px 19px 15px;
}
html .woocommerce div.quantity .input-text
{
padding:11px 15px 12px 15px;	
}
html .woocommerce div.quantity .plus,
html .woocommerce div.quantity .minus
{
z-index:1;
border:none;
cursor:pointer;
}
html .woocommerce div.quantity .minus
{
}
html .woocommerce div.quantity .plus
{
}
html .woocommerce div.quantity .input-text
{
z-index:2;
width:55px;
}   html .woocommerce div.product form.cart .reset_variations
{
display:none !important;
}
html .woocommerce div.product form.cart .variations th,
html .woocommerce div.product form.cart .variations td
{
vertical-align:middle;
}
html .woocommerce div.product form.cart .variations td
{
padding-top:10px;
}
html .woocommerce div.product form.cart .variations tr:first-child td
{
padding-top:0px;
}
html .woocommerce div.product form.cart .variations td label
{
color:inherit;
font-size:inherit;
font-weight:inherit;		
}
html .woocommerce div.product form.cart .variations td label:first-letter
{
text-transform:uppercase;
}
html .woocommerce div.product form.cart .variations td select
{
}   html .woocommerce-error,
html .woocommerce-success
{
margin:0px;
border-top:0px;
padding:0px !important;
background-color:transparent;
}
html .woocommerce-error::before,
html .woocommerce-succes::before 
{
display:none;
}   html .woocommerce form .form-row textarea,
html .woocommerce form .form-row input.input-text
{
line-height:inherit;
}
html .woocommerce form .form-row,
html .woocommerce form .form-row-last,
html .woocommerce form .form-row-first, 
html .woocommerce-page form .form-row,
html .woocommerce-page form .form-row-last,
html .woocommerce-page form .form-row-first
{
float:none;
width:100%;
padding:0px;
position:relative;	
margin:0px 0px 15px 0px;
}
html .woocommerce .woocommerce-ordering .dk_toggle
{
min-width:300px !important;
}
html .woocommerce form .form-row br,
html .woocommerce form .form-row-last br,
html .woocommerce form .form-row-first br,
html .woocommerce-page form .form-row br,
html .woocommerce-page form .form-row-last br,
html .woocommerce-page form .form-row-first br
{
display:none;
}      html .woocommerce form.login,
html .woocommerce form.register,
html .woocommerce form.checkout_coupon,
html .woocommerce form.lost_reset_password
{
margin:0px;
padding:0px;
border:none;
}
html .woocommerce form.login,
html .woocommerce form.lost_reset_password
{
width:100%;
max-width:500px;
margin-left:auto;
margin-right:auto;		
}
html .woocommerce form.login input.button,
html .woocommerce form.lost_reset_password input.button
{
float:right;
}   html .woocommerce form.login
{
}
html .woocommerce form.login button,
html .woocommerce .woocommerce-form-login .woocommerce-form-login__submit
{
float:right;
margin-right:0px;
}   html .woocommerce form.lost_reset_password .button
{
float:right;
}   html .woocommerce ul.products, 
html .woocommerce-page ul.products
{
width:100%;
height:100%;
margin:0px;
overflow:hidden;
}
html .woocommerce ul.products li.product,
html .woocommerce-page ul.products li.product
{
float:left;
text-align:center;
margin:0px 0px 40px 0px;
}
html .woocommerce .theme-page .theme-page-content .theme-page-sidebar-enable ul.products li.product,		 
html .woocommerce-page .theme-page .theme-page-content .theme-page-sidebar-enable ul.products li.product  
{
clear:both;
width:48.36066%;
}
html .woocommerce .theme-page .theme-page-content .theme-page-sidebar-enable ul.products li.product:nth-child(2n),		 
html .woocommerce-page .theme-page .theme-page-content .theme-page-sidebar-enable ul.products li.product:nth-child(2n)
{
clear:none;
margin-left:3.27868%;
}
html .woocommerce .theme-page .theme-page-content .theme-page-sidebar-disable ul.products li.product,		 
html .woocommerce-page .theme-page .theme-page-content .theme-page-sidebar-disable ul.products li.product  
{
width:31.14755%;
}  
html .woocommerce .theme-page .theme-page-content .theme-page-sidebar-disable ul.products li.product,
html .woocommerce-page .theme-page .theme-page-content .theme-page-sidebar-disable ul.products li.product
{
margin-left:3.27868%;
}   
html .woocommerce .theme-page .theme-page-content .theme-page-sidebar-disable ul.products li.product:nth-child(3n+1),
html .woocommerce-page .theme-page .theme-page-content .theme-page-sidebar-disable ul.products li.product:nth-child(3n+1)
{
margin-left:0px;
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link
{
display:block;
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link span.onsale,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link span.onsale
{
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link img,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link img
{
margin-bottom:30px;
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link h3,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link h3
{
padding:0px;
margin-bottom:10px;
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover h3,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link:hover h3			
{
opacity:0.6;
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link .star-rating,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link .star-rating
{
display:none;
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link span.price,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link span.price
{
margin-bottom:30px;
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link span.price>*,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link span.price>*
{
display:inline-block;
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link span.price ins,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link span.price ins
{
text-decoration:none;
}
html .woocommerce ul.products li.product a.add_to_cart_button,
html .woocommerce-page ul.products li.product a.add_to_cart_button
{
margin-top:0px;
margin-bottom:10px;
}
html .woocommerce ul.products li.product a.added_to_cart,
html .woocommerce-page ul.products li.product a.added_to_cart
{
margin-left:10px;
}  html .woocommerce span.onsale,
html .woocommerce ul.products li.product .onsale
{
top:15px;
left:15px;
z-index:2;
width:60px;
height:60px;
margin:0px;
padding:0px;
line-height:60px;
font-size:inherit;
font-weight:normal;
}   html .woocommerce-cart .woocommerce-cart-form
{
margin-bottom:60px;
}   html .woocommerce-cart .woocommerce .shop_table
{
}   html .woocommerce-cart .woocommerce .shop_table .product-name
{
width:auto;
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive .product-name
{
width:100%;
}
html .woocommerce-cart .woocommerce .shop_table .product-name>a:first-child,
html .woocommerce-cart .woocommerce .shop_table .product-name>img:first-child
{
float:left;
margin-right:10px;
}
html .woocommerce-cart .woocommerce .shop_table .product-name>*:first-child+span
{
display:table;
}
html .woocommerce-cart .woocommerce .shop_table .product-name>*:first-child+span>a
{
display:inline-block;
vertical-align:middle;
}
html .woocommerce-cart .woocommerce .shop_table .product-name a.remove
{
width:23px;
height:24px;
font-weight:400;
margin-top:-2px;
line-height:22px;
}
html .woocommerce-cart .woocommerce .shop_table .product-name a+a
{
margin-left:10px;
}   html .woocommerce-cart .woocommerce .shop_table .product-price
{
width:100px;
text-align:right;
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive .product-price
{
width:100%;
}   html .woocommerce-cart .woocommerce .shop_table .product-quantity
{
width:200px;	
text-align:center;
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive .product-quantity
{
width:100%;
}
html .woocommerce-cart .woocommerce .shop_table .product-quantity div.quantity
{
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive div.quantity
{
text-align:right;
}
html .woocommerce-cart .woocommerce .shop_table .product-quantity div.quantity>*:last-child
{
margin-right:0px !important;
}   html .woocommerce-cart .woocommerce .shop_table .product-subtotal
{
width:200px;
text-align:right;
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive .product-subtotal
{
width:100%;
}   html .woocommerce-cart .woocommerce .shop_table .coupon
{
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive .coupon
{
width:100%;
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive .actions input
{
float:none;
clear:both;
margin-bottom:10px;
width:100% !important;
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive .actions>input:last-child
{
margin-bottom:0px;
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive .coupon .button
{
width:100%;
}
html .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
html .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td
{
background:none;
}   html .woocommerce-cart .woocommerce .cart-collaterals .cart_totals 
{
display:block;
}
html .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table
{
}
html .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table th,
html .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table td
{
text-align:right;
}
html .woocommerce-cart .woocommerce .cart-collaterals p
{
clear:both;
float:right;
margin-top:20px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button
{
margin:0px;
float:right;
}   html #add_payment_method table.cart td.actions .coupon .input-text, 
html .woocommerce-cart table.cart td.actions .coupon .input-text, 
html .woocommerce-checkout table.cart td.actions .coupon .input-text
{
float:none;
width:150px;
margin-right:5px;
}      html .woocommerce-account .addresses .title .edit
{
float:left;
}   html .woocommerce-account.woocommerce-edit-account .woocommerce-EditAccountForm fieldset>legend:first-child
{
display:none;
}
html .woocommerce-account.woocommerce-edit-account .woocommerce-EditAccountForm>p:last-child
{
text-align:right;
}   html .woocommerce-account.woocommerce-edit-address .woocommerce-address-fields>p:last-child
{
text-align:right;
}   html .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content section
{
margin-top:40px;
}
html .woocommerce-orders-table .woocommerce-button.button.cancel
{
display:none;
}   html .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses
{
margin-top:20px;
}
html .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title a
{
top:6px;
left:10px;
position:relative;
}   html .woocommerce-billing-fields #billing_state
{
margin-top:-1px;
}   html #add_payment_method #payment, 
html .woocommerce-cart #payment, 
html .woocommerce-checkout #payment
{
margin-top:30px;
border-radius:0px;
}
html #add_payment_method #payment ul.payment_methods, 
html .woocommerce-cart #payment ul.payment_methods, 
html .woocommerce-checkout #payment ul.payment_methods
{
border-bottom:none;
}
html #add_payment_method #payment>div.form-row,
html .woocommerce-cart #payment>div.form-row,
html .woocommerce-checkout #payment>div.form-row
{
margin:0px;
background:#FFFFFF;
padding:30px 0px 0px 0px;
}   html .woocommerce div.product
{
}
html .woocommerce div.product .theme-component-header-subheader
{
margin-bottom:30px;
}
html .woocommerce div.product .theme-component-header-subheader+*
{
padding-top:0px;
}
html .woocommerce div.product>*,
html .woocommerce div.product>div.images,
html .woocommerce div.product>div.summary,
html .woocommerce div.product>div.theme-component-tab 
{
margin-bottom:60px;
}
html .woocommerce div.product form.cart div.quantity
{
margin-bottom:10px;
}
html .woocommerce div.product>*:last-child
{
margin-bottom:-60px;
}
html .woocommerce div.product>.up-sells.upsells.products+.related.products
{
margin-top:-60px;
}
html .woocommerce div.product div.summary>*
{
margin-top:20px;
}
html .woocommerce div.product div.summary>*:first-child
{
margin-top:0px;
}
html .woocommerce div.product div.summary>.product_title
{
display:none;
}
html .woocommerce div.product div.summary .price
{
margin:0px;
padding:0px;
}
html .woocommerce div.product div.summary div[itemprop="description"] p
{
padding:0px;
}
html .woocommerce div.product .theme-component-tab>div>p+p
{
padding-top:20px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments
{
margin-top:0px;
margin-bottom:60px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments h4
{
margin-top:0px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews #respond #reply-title,
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .woocommerce-Reviews-title
{
margin-bottom:30px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist
{
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li:first-child
{
padding-top:0px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li
{
margin:0px;
padding-top:30px;
padding-bottom:30px;	
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div
{
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>img
{
width:70px;
height:70px;
border:none;
padding:0px;
background:none;
position:static;
border-radius:100%;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div
{
width:100%;
border:none;
padding:0px;
margin-left:120px;
border-radius:0px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div .star-rating
{
margin-top:0px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>p.meta
{
padding:0px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>p.meta>.woocommerce-review__author
{
font-weight:inherit;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>p.meta>.woocommerce-review__author>.theme-icon-meta-user
{
margin-right:10px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>p.meta>.woocommerce-review__published-date
{
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>p.meta>.woocommerce-review__published-date>.theme-icon-meta-time
{
margin-left:10px;
margin-right:10px;
}								
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>div.description
{
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>div.description>p
{
margin:0px;
padding:0px;
}   html .woocommerce #review_form
{
}
html .woocommerce #review_form #respond
{
}
html .woocommerce #review_form #respond #commentform
{
}
html .woocommerce #review_form #respond #commentform>p
{
margin:0px;
padding:0px;
}
html .woocommerce #review_form #respond #commentform>p.comment-notes
{
margin-bottom:15px;
}
html .woocommerce #review_form #respond #commentform>p.comment-form-rating
{
}
html .woocommerce #review_form #respond #commentform>p.comment-form-rating>p
{
margin:0px;
padding:0px;
line-height:1;
}
html .woocommerce #review_form #respond #commentform>p>select,
html .woocommerce #review_form #respond #commentform>p>textarea,
html .woocommerce #review_form #respond #commentform>p>input[type="text"]
{
width:100%;
}
html .woocommerce #review_form #respond #commentform>p.form-submit
{
float:right;
margin-top:20px;
margin-bottom:0px;
}
html .woocommerce #review_form #respond #commentform .comment-form-comment,
html .woocommerce #review_form #respond #commentform .comment-form-author,
html .woocommerce #review_form #respond #commentform .comment-form-email
{
border-top:none;
}   html .woocommerce address,
html .woocommerce .woocommerce-customer-details address
{
border-radius:0;
border-width:1px;
border-style:solid;
padding:10px 20px 10px 20px;
}      @media only screen and (min-width:0px) and (max-width:1459px)
{	
}   @media only screen and (min-width:0px) and (max-width:1299px)
{	
}   @media only screen and (min-width:0px) and (max-width:1169px)
{
}   @media only screen and (min-width:0px) and (max-width:959px)
{      html .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses div
{
float:none;
width:100%;
}
html .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses div+div
{
margin-top:40px;
}   html .woocommerce .theme-page-sidebar-enable .woocommerce-result-count
{
width:100%;
text-align:center;
}
html .woocommerce .theme-page-sidebar-enable .woocommerce-ordering .dk_toggle
{
min-width:440px !important;
}
html .woocommerce-ordering,
html .woocommerce-ordering select
{
width:100%;
}   html .woocommerce .theme-page .theme-page-content .theme-page-sidebar-enable ul.products li.product,		 
html .woocommerce-page .theme-page .theme-page-content .theme-page-sidebar-enable ul.products li.product
{
float:none;
clear:both;
width:100%;
margin-left:0px;
}
html .woocommerce .theme-page .theme-page-content .theme-page-sidebar-enable ul.products li.product:nth-child(2n), 
html .woocommerce-page .theme-page .theme-page-content .theme-page-sidebar-enable ul.products li.product:nth-child(2n)
{
margin-left:0px;
}   html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>img
{
display:none;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div
{
margin-left:0px;
} 
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>p.meta>.woocommerce-review__published-date
{
display:block;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>p.meta>.woocommerce-review__published-date>.theme-icon-meta-time
{
margin-left:0px;
}
}   @media only screen and (min-width:0px) and (max-width:767px)
{   html .woocommerce .woocommerce-result-count
{
width:100%;
text-align:center;
}
html .woocommerce .woocommerce-ordering .dk_toggle
{
min-width:460px !important;
}
html .woocommerce-additional-fields h3
{
margin-top:40px;
}   html .woocommerce .theme-page .theme-page-content .theme-page-sidebar-disable ul.products li.product,
html .woocommerce-page .theme-page .theme-page-content .theme-page-sidebar-disable ul.products li.product
{
float:none;
clear:both;
width:100%;
margin-left:0px;
} 
}   @media only screen and (min-width:960px) and (max-width:1189px)
{
}   @media only screen and (min-width:768px) and (max-width:959px)
{
}   @media only screen and (min-width:480px) and (max-width:767px)
{
}   @media only screen and (min-width:0px) and (max-width:479px)
{   html .woocommerce .woocommerce-ordering .dk_toggle
{
min-width:300px !important;
}      html .woocommerce form.login button,
html .woocommerce form.login button.button,
html .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
html .woocommerce form.login .theme-component-button.theme-component-button-style-2
{
float:right;
}
html .woocommerce form.login .theme-component-button.theme-component-button-style-2+button
{
margin-top:20px;
}
}a,
a:hover,
.ui-selectmenu-button .ui-icon.ui-icon-triangle-1-s,
.widget_search .theme-icon-meta-search,
.widget_product_search .theme-icon-meta-search,
.wp-block-search .theme-icon-meta-search,
.woocommerce .star-rating,
.theme-component-blockquote>span,
.theme-component-call-to-action .theme-component-call-to-action-box .theme-component-call-to-action-icon,
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-value,
.theme-component-feature-carousel>ul>li>div>span>span,
.theme-component-feature-circle .theme-component-feature-circle-circle>span:first-child,
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item>span.theme-component-feature-circle-item-circle>span:before,
.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>.theme-component-feature-item-icon,
.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-icon,
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content>h4,
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content>h4>a,
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content>h4>a:hover,
.theme-component-header-subheader .theme-component-header-subheader-subheader,
.theme-component-list.theme-component-list-style-1 ul li>span:first-child,
.theme-component-list.theme-component-list-style-2 ul li>span:first-child,
.theme-component-notice>.theme-component-notice-icon>span:before,
.theme-component-tab.ui-tabs .ui-tabs-nav li.ui-state-hover a>span:first-child::before,
.theme-component-tab.ui-tabs .ui-tabs-nav li.ui-state-active a>span:first-child::before,
.theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item>span:before,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item>span:before,
.theme-post .theme-post-date,
.theme-post .theme-post-date>a,
#theme-full-screen-search-form>form>div>span,
#theme-full-screen-search-form #theme-full-screen-search-form-close-button:hover,
.theme-vehicle-list-search .ui-menu .ui-menu-item:hover,
.theme-text-color-1,
.theme-header-style-1
{
color:#3e80cc;
}
body,
select,
input,
html .woocommerce-MyAccount-navigation ul li>a,
html .woocommerce .button:hover,
html .woocommerce .button.alt:hover,
html .woocommerce .button.alt.disabled:hover,
html .woocommerce .button:disabled[disabled],
html .woocommerce .button:disabled[disabled]:hover,
html .woocommerce #respond input#submit,
html .woocommerce #respond input#submit:hover,
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link span.price,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link span.price,
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link span.price>*,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link span.price>*,
html .woocommerce div.product div.summary .price,
html .woocommerce div.product div.summary .price>*,
html .woocommerce-grouped-product-list-item__price,
html .woocommerce-grouped-product-list-item__price>*,
html .woocommerce nav.woocommerce-pagination ul li a, 
html .woocommerce nav.woocommerce-pagination ul li span,
input.theme-component-button.theme-component-button-style-1:hover,
input.theme-component-button.theme-component-button-style-3,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button,
.widget_nav_menu ul li>a,
.theme-gutenberg-block .wp-block-file .wp-block-file__button:hover,
.theme-component-button.theme-component-button-style-1>a:hover,
.theme-component-button.theme-component-button-style-3>a,
.theme-component-list.theme-component-list-style-3 ul li>span:first-child,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-2>li,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-2>li a,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-2>li a:hover,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-3>li a:hover,
.theme-component-social-profile.theme-component-social-profile-style-1>li>a:hover,
.theme-component-social-profile.theme-component-social-profile-style-2>li>a:hover,
.theme-component-social-profile.theme-component-social-profile-style-1>li>a:hover,
.theme-component-counter-list .theme-component-counter-list-item>span,
.theme-component-tab.ui-tabs .ui-tabs-nav li a,
.theme-component-tab.ui-tabs .ui-tabs-nav li a:hover,
.theme-component-work-experience-list>ul>li>div:first-child+div>span:first-child+span,
.theme-menu.theme-menu-default>ul>li>a,
.theme-menu.theme-menu-default>ul>li>a:hover,
.theme-menu-responsive-list li>a,
.theme-menu-responsive-list li>a:hover,
.theme-pagination a,
.theme-text-copyright,
.theme-text-copyright a,
.theme-text-copyright a:hover,
.theme-text-color-2
{
color:#556677;
}
.wp-block-code,
.wp-block-pullquote,
#comments #comments_list>ul>li .theme-comment-meta>.theme-comment-meta-author,
#comments #comments_list>ul>li .theme-comment-meta>.theme-comment-meta-reply-to,
#comments #comments_list>ul>li .theme-comment-meta>.theme-comment-meta-date,
input.theme-component-button.theme-component-button-style-2,
html .woocommerce .woocommerce-product-attributes tr>th,
html .woocommerce div.quantity .plus,
html .woocommerce div.quantity .minus,
html .woocommerce .widget_rating_filter ul>li.wc-layered-nav-rating>a,
html .woocommerce .widget_rating_filter ul>li.wc-layered-nav-rating>a:hover,
html .woocommerce .woocommerce-widget-layered-nav ul>li.woocommerce-widget-layered-nav-list__item>a,
html .woocommerce .woocommerce-widget-layered-nav ul>li.woocommerce-widget-layered-nav-list__item>a:hover,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a,
.wp-block-tag-cloud a,
.widget_meta ul>li a,
.widget_pages ul>li a,
.widget_meta ul>li a:hover,
.widget_pages ul>li a:hover,
.widget_archive>ul>li>a,
.wp-block-archives li>a,
.widget_categories ul>li>a,
.widget_product_categories ul>li>a,
.widget_archive>ul>li>a:hover,
.wp-block-archives li>a:hover,
.widget_categories ul>li>a:hover,
.widget_product_categories ul>li>a:hover,
.widget_rss>ul>li>.rss-date,
.widget_recent_entries>ul>li>span,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li time,
.widget_recent_comments>ul>li>span, 
.widget_recent_comments>ul>li>span>a,
.widget_recent_comments>ul>li>span>a:hover,
ol.wp-block-latest-comments>li .wp-block-latest-comments__comment-link,
ol.wp-block-latest-comments>li .wp-block-latest-comments__comment-link:hover,
ol.wp-block-latest-comments>li .wp-block-latest-comments__comment-author,
ol.wp-block-latest-comments>li .wp-block-latest-comments__comment-author:hover,
.widget_products>ul.product_list_widget>li>ins,
.widget_products>ul.product_list_widget>li>del,
.widget_recent_reviews>ul.product_list_widget>li>ins,
.widget_recent_reviews>ul.product_list_widget>li>del,
.widget_top_rated_products>ul.product_list_widget>li>ins,
.widget_top_rated_products>ul.product_list_widget>li>del,
.widget_recently_viewed_products>ul.product_list_widget>li>ins,
.widget_recently_viewed_products>ul.product_list_widget>li>del,
.widget_products>ul.product_list_widget>li>a:hover,
.widget_recent_reviews>ul.product_list_widget>li>a:hover,
.widget_top_rated_products>ul.product_list_widget>li>a:hover,
.widget_recently_viewed_products>ul.product_list_widget>li>a:hover,
.widget_calendar>.calendar_wrap>table,
.widget_calendar>.calendar_wrap>table a,
.widget_calendar>.calendar_wrap>table a:hover,
.wp-block-calendar table,
.wp-block-calendar table a,
.wp-block-calendar table a :hover,
.widget_recent_entries>ul>li a:hover,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li a:hover,
.wp-block-search label,
.widget_search form .screen-reader-text,
.widget_product_search form .screen-reader-text,
.theme-component-attribute-table>ul>li>div:first-child,
.theme-component-blockquote>div,
.theme-component-button.theme-component-button-style-2>a,
.theme-component-driver-list .theme-component-driver-list-item>h4>a:hover,
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>.theme-component-feature-item-header,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-1>li,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-1>li a,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-1>li a:hover,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-3>li,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-3>li a,
.theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item>div,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item>div,
.theme-component-work-experience-list>ul>li>div:first-child>span:first-child+span,
.theme-component-work-experience-list>ul>li>div:first-child+div>span:first-child,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta .theme-circle,
.theme-vehicle-list .theme-vehicle-list-search .chbs-form-field>label,
.theme-form-field label,
.theme-post .theme-post-meta,
.theme-post .theme-post-meta a,
.theme-post .theme-post-meta a:hover,
.theme-post .theme-post-share>span,
.theme-post .theme-post-title h3 a:hover,
.theme-post .theme-post-title h4 a:hover,
.theme-post-navigation>a,
.theme-post-navigation>a:hover,
.theme-text-color-3
{
color:#778591;
}
#theme-go-to-top,
mark,
.theme-gutenberg-block .wp-block-file .wp-block-file__button,
input.theme-component-button.theme-component-button-style-1,
input.theme-component-button.theme-component-button-style-2:hover,
input.theme-component-button.theme-component-button-style-3:hover,
html .woocommerce .button,
html .woocommerce .button.alt,
html .woocommerce .button.alt.disabled,
html .woocommerce .button:disabled[disabled],
html .woocommerce #respond input#submit,
html .woocommerce-MyAccount-navigation ul li>a:hover,
html .woocommerce-MyAccount-navigation ul li.is-active>a,
html .woocommerce span.onsale,
html .woocommerce ul.products li.product .onsale,
html .woocommerce div.quantity .plus:hover,
html .woocommerce div.quantity .minus:hover,
.widget_nav_menu ul li>a:hover,
.widget_nav_menu ul li.current-menu-item>a,
.widget_nav_menu ul li.current_page_item>a,
.theme-component-button.theme-component-button-style-1>a,
.theme-component-button.theme-component-button-style-2>a:hover,
.theme-component-button.theme-component-button-style-3>a:hover,
.theme-component-button.theme-component-button-style-4>a,
.theme-component-button.theme-component-button-style-4>a:hover,
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-image>span>span,
.theme-component-gallery>ul>li>a>span>span:first-child+span,
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box h3,
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box p,
.theme-component-process-list .theme-component-process-list-item>span,
.theme-component-process-list .theme-component-process-list-item>p,
.theme-component-recent-post>li>a>span.theme-component-recent-post-date>span,
.theme-component-recent-post>li>a>span.theme-component-recent-post-header>span,
.theme-menu.theme-menu-default>ul ul li a:hover,
.theme-menu.theme-menu-default>ul ul li.current-menu-item a,
.theme-menu.theme-menu-default>ul ul li.current_page_item a,
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-image>div>h1,
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-image>div>div,
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-image>div>div a,
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-image>div>div a>hover,
.theme-qtip,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>*>span>.theme-vehicle-list-item-title,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>*>span>.theme-vehicle-list-item-category,
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box>a:hover,
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.theme-text-color-4
{
color:#FFFFFF;
}
.theme-text-color-5
{
color:transparent;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-tick::before,
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>.theme-component-feature-item-icon,
.theme-component-social-profile.theme-component-social-profile-style-1>li>a,
.theme-component-social-profile.theme-component-social-profile-style-2>li>a,
.theme-text-color-5
{
color:#9EA8B2;
}
.theme-text-color-6,
#theme-full-screen-search-form #theme-full-screen-search-form-close-button
{
color:#9EA8B2;
}
.theme-text-color-7
{
color:#F6F6F6;
}
h1,
h1 a,
h1 a:hover,
h2,
h2 a,
h2 a:hover,
h3,
h3 a,
h3 a:hover,
h4,
h4 a,
h4 a:hover,
h5,
h5 a,
h5 a:hover,
h6,
h6 a,
h6 a:hover,
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link h3,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link h3,
tml .woocommerce nav.woocommerce-pagination ul li a:focus, 
html .woocommerce nav.woocommerce-pagination ul li a:hover, 
html .woocommerce nav.woocommerce-pagination ul li span.current,
html .woocommerce select,
html .woocommerce textarea,
html .woocommerce input[type="tel"],
html .woocommerce input[type="text"],
html .woocommerce input[type="email"],
html .woocommerce input[type="search"],
html .woocommerce input[type="password"],
html .woocommerce .woocommerce-product-attributes tr>td,
.theme-component-attribute-table>ul>li>div:first-child+div,
.ui-selectmenu-button .ui-selectmenu-text,
.widget_recent_entries>ul>li>a,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li a,
.widget_recent_comments>ul>li>a,
ol.wp-block-latest-comments>li .wp-block-latest-comments__comment-link,
.widget_rss>ul>li>a,
.widget_rss>ul>li>a:hover,
.wp-block-rss>li.wp-block-rss__item>.wp-block-rss__item-title>a,
.wp-block-rss>li.wp-block-rss__item>.wp-block-rss__item-title>a:hover,
.widget_products>ul.product_list_widget>li>a,
.widget_products>ul.product_list_widget>li>a,
.widget_recent_reviews>ul.product_list_widget>li>a,
.widget_recent_reviews>ul.product_list_widget>li>a,
.widget_top_rated_products>ul.product_list_widget>li>a,
.widget_top_rated_products>ul.product_list_widget>li>a,
.widget_recently_viewed_products>ul.product_list_widget>li>a,
.widget_recently_viewed_products>ul.product_list_widget>li>a,
.widget_search input[type="text"],
.widget_product_search input[type="search"],
.wp-block-search input[type="search"],
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>p,
.theme-component-feature-circle .theme-component-feature-circle-item>span.theme-component-feature-circle-item-label,
.theme-component-work-experience-list>ul>li>div:first-child>span:first-child,
.theme-form-field select,
.theme-form-field textarea,
.theme-form-field input[type="tel"],
.theme-form-field input[type="text"],
.theme-form-field input[type="email"],
.theme-form-field input[type="search"],
.theme-form-field input[type="password"],
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-text>h1,
#theme-full-screen-search-form>form>div>input[type="text"],
.theme-pagination>.current,
.theme-pagination>*:hover,
.theme-text-color-8
{
color:#2C3E50;
}
.theme-text-color-9
{
color:#EAECEE; 
}
.theme-text-color-10
{
color:#475665;
}
.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child::before,
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box>a,
.theme-menu.theme-menu-default>ul ul li a,
#theme-full-screen-search-form>form>div>input[type="text"]::placeholder,
.widget_theme_widget_vehicle_attribute>.theme-widget-vehicle-attribute-icon>div>span:first-child,
.theme-text-color-11
{
color:#CED3D9;
}
.theme-text-color-12
{
color:#F6F6F6;
}   html .woocommerce .button,
html .woocommerce .button.alt,
html .woocommerce .button.alt.disabled,
html .woocommerce .button:disabled[disabled],
html .woocommerce #respond input#submit,
.theme-gutenberg-block .wp-block-file .wp-block-file__button,
input.theme-component-button.theme-component-button-style-1,
input.theme-component-button.theme-component-button-style-2:hover,
input.theme-component-button.theme-component-button-style-3,
.slick-dots>li.slick-active>button,
.theme-component-button.theme-component-button-style-1>a,
.theme-component-button.theme-component-button-style-2>a:hover,
.theme-component-button.theme-component-button-style-3>a,
.theme-component-tab.ui-tabs .ui-tabs-nav li.ui-state-hover,
.theme-component-tab.ui-tabs .ui-tabs-nav li.ui-state-active,
.theme-width-480.theme-component-tab.ui-tabs .ui-tabs-nav li.ui-state-hover,
.theme-width-300.theme-component-tab.ui-tabs .ui-tabs-nav li.ui-state-active,
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.theme-border-color-1
{
border-color:#3e80cc;
}
.theme-qtip,
.theme-border-color-2
{
border-color:#556677;
}
.theme-component-button.theme-component-button-style-4>a,
.theme-component-button.theme-component-button-style-4>a:hover,
.theme-border-color-3
{
border-color:#778591;
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-image>span,
.theme-border-color-4
{
border-color:#FFFFFF;
}
.theme-border-color-5
{
border-color:transparent;
}
.slick-dots>li>button,
.theme-border-color-6
{
border-color:#9EA8B2;
}
.theme-border-color-7
{
border-color:#F6F6F6;
}
.theme-border-color-8
{
border-color:#2C3E50;
}
html .select2-container--default .select2-selection--single,
html .select2-container--open .select2-dropdown--above,
html .select2-container--open .select2-dropdown--below,
html .select2-container--default .select2-search--dropdown .select2-search__field,
select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
select,
html .woocommerce div.quantity .input-text,
table,
table td,
table th,
.wp-block-table td,
.wp-block-table th,
html .woocommerce table.shop_table,
html .woocommerce table.shop_table td,
html .woocommerce table.shop_table th,
html .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, 
html .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child,
html .woocommerce address,
html .woocommerce .woocommerce-customer-details address,
html #add_payment_method table.cart td.actions .coupon .input-text,
html .woocommerce-cart table.cart td.actions .coupon .input-text, 
html .woocommerce-checkout table.cart td.actions .coupon .input-text,
html .woocommerce .widget_rating_filter ul>li.wc-layered-nav-rating,
html .woocommerce .woocommerce-widget-layered-nav ul>li.woocommerce-widget-layered-nav-list__item,
html .woocommerce #review_form #respond #commentform>p,
html .woocommerce #review_form #respond #commentform>div,
html .chbs-wc-order-view .chbs-wc-order-view-section>div,
input.theme-component-button.theme-component-button-style-2,
#theme-full-screen-search-form>form>div>input[type="text"],
.widget_rss>ul>li,
.wp-block-rss>li.wp-block-rss__item,
.widget_meta ul>li a,
.widget_pages ul>li a,
.widget_recent_entries>ul>li,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li,
.widget_recent_comments>ul>li,
ol.wp-block-latest-comments>li,
.widget_archive ul>li a,
.wp-block-archives li a,
.widget_categories ul>li a,
.widget_product_categories ul>li a,
.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud a,
.widget_product_tag_cloud .tagcloud a,
.widget_products>ul.product_list_widget>li,
.widget_recent_reviews>ul.product_list_widget>li,
.widget_top_rated_products>ul.product_list_widget>li,
.widget_recently_viewed_products>ul.product_list_widget>li,
.widget_calendar>.calendar_wrap>table th,
.widget_calendar>.calendar_wrap>table td,
.wp-block-calendar table th,
.wp-block-calendar table td,
.widget_search form,
.widget_product_search form,
.wp-block-search,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button,
.theme-component-call-to-action.theme-component-call-to-action-style-2 .theme-component-call-to-action-box,
.theme-component-button.theme-component-button-style-2>a,
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-circle-1,
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-circle-2,
.theme-component-counter-box .vc_row .vc_column_container+.vc_column_container,
.theme-component-feature-carousel>ul>li>div>span,
.theme-component-feature-circle .theme-component-feature-circle-circle,
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item,
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item>span.theme-component-feature-circle-item-circle>span,
.theme-component-list.theme-component-list-style-2 ul li>span:first-child,
.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child,
.theme-width-480.theme-component-tab.ui-tabs .ui-tabs-nav li,
.theme-width-300.theme-component-tab.ui-tabs .ui-tabs-nav li,
.theme-column-style-6,
.theme-form-field,
.theme-page-header-bottom-style-1,
.theme-page-header-bottom-style-2,
.theme-post-navigation>a,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta .theme-circle,
.theme-vehicle-list .theme-vehicle-list-search .chbs-form-field,
.theme-menu-responsive-list a,
.theme-vehicle-list-search .ui-selectmenu-menu,
.theme-vehicle-list-search .ui-menu .ui-menu-item,
.theme-border-color-9
{
border-color:#EAECEE;
}
.theme-border-color-10
{
border-color:#475665;
}
html .woocommerce .woocommerce-product-attributes tr>td,
html .woocommerce .woocommerce-product-attributes tr>th,
.theme-component-attribute-table>ul>li>div,
.theme-component-work-experience-list>ul>li>div:first-child+div,
.theme-border-color-11
{
border-color:#CED3D9;
}
.theme-border-color-12
{
border-color:#F6F6F6;
}   mark,
html .woocommerce .button,
html .woocommerce .button.alt,
html .woocommerce .button.alt.disabled,
html .woocommerce .button:disabled[disabled],
html .woocommerce #respond input#submit,
.theme-gutenberg-block .wp-block-file .wp-block-file__button,
input.theme-component-button.theme-component-button-style-1,
input.theme-component-button.theme-component-button-style-2:hover,
input.theme-component-button.theme-component-button-style-3:hover,
html .woocommerce-MyAccount-navigation ul li>a:hover,
html .woocommerce-MyAccount-navigation ul li.is-active>a,
html .woocommerce span.onsale,
html .woocommerce ul.products li.product .onsale,
html .woocommerce div.quantity .plus:hover,
html .woocommerce div.quantity .minus:hover,
.widget_nav_menu ul li>a:hover,
.widget_nav_menu ul li.current-menu-item>a,
.widget_nav_menu ul li.current_page_item>a,
.theme-component-button.theme-component-button-style-1>a,
.theme-component-button.theme-component-button-style-2>a:hover,
.theme-component-button.theme-component-button-style-3>a:hover,
.theme-component-counter-list .theme-component-counter-list-item>div>div,
.theme-image-style-1 .vc_single_image-wrapper::after,
.theme-menu.theme-menu-default>ul>li>a>span:last-child,
.theme-menu.theme-menu-default>ul>li:hover>a>span:last-child,
.theme-menu.theme-menu-default>ul>li.sfHover>a>span:last-child,
.theme-widget .theme-widget-header>span,
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.theme-background-color-1
{
background-color:#3e80cc;
}
.theme-qtip,
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box,
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box,
.theme-component-process-list .theme-component-process-list-item.theme-component-process-list-item-even,
.theme-component-button.theme-component-button-style-4>a,
.theme-background-color-2
{
background-color:#556677;   
}
html .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
html .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.theme-component-button.theme-component-button-style-4>a:hover,
.theme-component-process-list .theme-component-process-list-item.theme-component-process-list-item-odd,
.theme-background-color-3
{
background-color:#778591;
}
#theme-full-screen-search-form,
input.theme-component-button.theme-component-button-style-2,
.wp-block-calendar>table th,
.widget_theme_widget_vehicle_attribute>.theme-widget-vehicle-attribute-icon>div>span:first-child,
.theme-menu-responsive-list,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button,
.theme-component-button.theme-component-button-style-2>a,
.theme-component-gallery>ul>li>a>span>span:first-child,
.theme-component-feature-carousel>ul>li>div,
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>.theme-component-feature-item-icon>span,
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item>span.theme-component-feature-circle-item-circle>span,
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content,
.theme-component-notice>.theme-component-notice-icon>span>span,
.theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item>span>span,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item>span>span,
.theme-blog.theme-blog-column .theme-post .theme-post-layout-right,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta,
.theme-vehicle-list .theme-vehicle-list-search,
.theme-page .theme-page-header .chbs-main.chbs-widget.chbs-widget-style-1,
.theme-vehicle-list-search .ui-selectmenu-menu,
.theme-background-color-4
{
background-color:#FFFFFF;
}
html .woocommerce .button:hover,
html .woocommerce .button.alt:hover,
html .woocommerce .button.alt.disabled:hover,
html .woocommerce .button:disabled[disabled]:hover,
html .woocommerce #respond input#submit:hover,
input.theme-component-button.theme-component-button-style-3,
.theme-gutenberg-block .wp-block-file .wp-block-file__button:hover,
input.theme-component-button.theme-component-button-style-1:hover,
.theme-component-button.theme-component-button-style-3>a,
.theme-component-button.theme-component-button-style-1>a:hover,
.theme-background-color-5
{
background-color:transparent;
}
.slick-dots>li>button,
.theme-background-color-6
{
background-color:#9EA8B2;
}
.widget_nav_menu ul li>a,
html .woocommerce div.quantity .plus,
html .woocommerce div.quantity .minus,
html .woocommerce-MyAccount-navigation ul li>a,
.theme-blog.theme-blog-classic>ul>li.theme-post.sticky,
.page-template.page-template-blog-column-2 .theme-blog.theme-blog-column .theme-post .theme-post-layout-right,
.theme-component-call-to-action.theme-component-call-to-action-style-1 .theme-component-call-to-action-box,
.theme-component-driver-list.theme-component-driver-list-style-2 .theme-component-driver-list-item,
.theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item,
.theme-component-work-experience-list>ul>li,
.theme-page .theme-page-header .theme-page-header-top,
.theme-page-header-bottom-style-2,
.theme-post-related .theme-post .theme-post-layout-right,
.theme-background-color-7
{
background-color:#F6F6F6;
}
.theme-background-color-8
{
background-color:#2C3E50;
}
#comments #comments_list>ul>li .theme-comment-divider,
input.theme-component-button.theme-component-button-style-2,
html .woocommerce nav.woocommerce-pagination ul li a:focus, 
html .woocommerce nav.woocommerce-pagination ul li a:hover, 
html .woocommerce nav.woocommerce-pagination ul li span.current,
html .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button:hover,
.theme-component-call-to-action.theme-component-call-to-action-style-2 .theme-component-call-to-action-box .theme-component-call-to-action-icon>span,
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-tick,
.theme-component-counter-list .theme-component-counter-list-item>div,
.theme-component-button.theme-component-button-style-2>a,
.theme-component-feature-circle  .theme-component-feature-circle-circle:first-child,
.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>.theme-component-feature-item-icon>span,
.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-icon>span,
.theme-component-notice,
.theme-component-social-profile.theme-component-social-profile-style-2>li>a,
.theme-component-work-experience-list>ul>li>div:first-child>span:first-child+span,
.theme-page .theme-page-footer .theme-page-footer-top,
.theme-page .theme-page-footer .theme-page-footer-middle,
.theme-pagination>.current,
.theme-pagination>*:hover,
.theme-post-gallery .slick-prev,
.theme-post-gallery .slick-next,
.theme-post .theme-post-divider,
.theme-menu-responsive-list ul>li>a,
.theme-background-color-9
{
background-color:#EAECEE;
}
.theme-menu.theme-menu-default>ul ul,
.theme-background-color-10
{
background-color:#475665;
}
.theme-background-color-11
{
background-color:#CED3D9;
}
.theme-background-color-12
{
background-color:#F6F6F6;
}.chaty *,.chaty-chat-view *,.chaty-outer-forms *{box-sizing:border-box}.chaty-agent-data,.chaty-whatsapp-field input[type=text],.chaty-whatsapp-message,.chaty-whatsapp-message p{font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif}.chaty-agent-header,.chaty-channel,.chaty-channels,.chaty-form-body,.chaty-tooltip{position:relative}.chaty-tooltip .on-hover-text,.chaty-tooltip .on-hover-text:before,.chaty-tooltip:after,.chaty-tooltip:before{text-transform:none;font-size:.9em;line-height:1;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0}.on-hover-text{display:none}.on-hover-text p{white-space:nowrap}.on-hover-text img.emoji{max-width:none}.chaty-tooltip .on-hover-text:before,.chaty-tooltip:before{content:"";border:5px solid transparent;z-index:1001}.chaty-tooltip:after{content:attr(data-hover)}.chaty-tooltip .on-hover-text,.chaty-tooltip:after{text-align:center;min-width:1em;max-width:21em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 15px;border-radius:10px;background:#fff;color:#333;z-index:1000;box-shadow:0 1.93465px 7.73859px rgb(0 0 0 / 15%);font-size:17px;line-height:21px}.chaty-animation-shockwave:after,.chaty-animation-shockwave:before{content:"";border-radius:50%;position:absolute;top:0;right:0;bottom:0}.chaty-tooltip .on-hover-text{overflow:visible;white-space:pre}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip:hover .on-hover-text,.chaty-tooltip:hover .on-hover-text:before,.chaty-tooltip:hover:after,.chaty-tooltip:hover:before{display:block;opacity:1}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip.pos-left:hover .on-hover-text,.chaty-tooltip.pos-left:hover .on-hover-text:before,.chaty-tooltip.pos-left:hover:after,.chaty-tooltip.pos-left:hover:before,.chaty-tooltip.pos-right:hover .on-hover-text,.chaty-tooltip.pos-right:hover .on-hover-text:before,.chaty-tooltip.pos-right:hover:after,.chaty-tooltip.pos-right:hover:before{animation:ease-out forwards tooltips-horz}.chaty-tooltip.has-on-hover:after,.chaty-tooltip.has-on-hover:before,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:before,.chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger,.on-hover-text:empty,[data-hover=""]:after,[data-hover=""]:before{display:none!important}.chaty-tooltip.pos-top .on-hover-text:before,.chaty-tooltip.pos-top:before{border-bottom-width:0;border-top-color:#fff;bottom:calc(100% + 5px)}.chaty-tooltip.pos-top .on-hover-text:after,.chaty-tooltip.pos-top:after{bottom:calc(100% + 10px)}.chaty-tooltip.pos-top .on-hover-text,.chaty-tooltip.pos-top:after,.chaty-tooltip.pos-top:before{left:50%;transform:translate(-50%,-.5em)}.chaty-tooltip.pos-down:before{top:100%;border-top-width:0;border-bottom-color:#fff}.chaty-tooltip.pos-down:after{top:calc(100% + 5px)}.chaty-tooltip.pos-down:after,.chaty-tooltip.pos-down:before{left:50%;transform:translate(-50%,.5em)}.chaty-tooltip.pos-left .on-hover-text:before,.chaty-tooltip.pos-left:before{top:50%;border-right-width:0;border-left-color:#fff;left:calc(0em - 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-left .on-hover-text:before{left:auto;right:calc(0em - 5px)}.chaty-tooltip.pos-left .on-hover-text,.chaty-tooltip.pos-left:after{top:50%;right:calc(100% + 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before,.chaty-tooltip.pos-right:before{top:50%;border-left-width:0;border-right-color:#fff;right:calc(0em - 10px);transform:translate(.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before{left:calc(0em - 5px);right:auto}.chaty-tooltip.pos-right .on-hover-text,.chaty-tooltip.pos-right:after{top:50%;left:calc(100% + 10px);transform:translate(.5em,-50%)}@keyframes tooltips-vert{to{opacity:1;transform:translate(-50%,0)}}@keyframes tooltips-horz{to{opacity:1;transform:translate(0,-50%)}}.chaty-tooltip.pos-down:hover:after,.chaty-tooltip.pos-down:hover:before,.chaty-tooltip.pos-top:hover:after,.chaty-tooltip.pos-top:hover:before{animation:ease-out forwards tooltips-vert}@-webkit-keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}100%{transform:scale(2.25)}}@keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}100%{transform:scale(2.25)}}@-webkit-keyframes chaty-animation-blink{0%,100%{opacity:1}20%{opacity:.5}}@keyframes chaty-animation-blink{0%,100%{opacity:1}20%{opacity:.5}}@-webkit-keyframes chaty-animation-pulse{0%{transform:scale(1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:50%}100%{transform:scale(1.1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:45%}}@keyframes chaty-animation-pulse{0%{transform:scale(1);border-radius:50%}100%{transform:scale(1.1);border-radius:45%}}.chaty-animation-shockwave:after{left:0;-webkit-animation:2s ease-out 1.3s infinite chaty-animation-shockwave;animation:2s ease-out 1.3s infinite chaty-animation-shockwave}.chaty-animation-shockwave:before{left:0;-webkit-animation:2s ease-out .8s infinite chaty-animation-shockwave;animation:2s ease-out .8s infinite chaty-animation-shockwave}.chaty-animation-blink{-webkit-animation:1.33s ease-out infinite chaty-animation-blink;animation:1.33s ease-out infinite chaty-animation-blink}.chaty-animation-pulse,.chaty-animation-pulse-icon{-webkit-animation:.4s infinite alternate chaty-animation-pulse;animation:.4s infinite alternate chaty-animation-pulse}.chaty-animation-sheen{position:relative;overflow:hidden}.chaty-animation-sheen:after{animation:5s infinite chaty-animation-sheen;content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.5) 50%,transparent);transform:rotateZ(60deg) translate(0,5em)}@keyframes chaty-animation-sheen{100%,20%{transform:rotateZ(60deg) translate(0,-80px)}}.chaty-animation-fade{animation:5s infinite chaty-animation-fade}.chaty-animation-spin{animation:5s cubic-bezier(.56,-.35,.22,1.5) infinite chaty-animation-spin}@keyframes chaty-animation-fade{15%,5%{opacity:.25}10%,100%,20%{opacity:1}}@keyframes chaty-animation-spin{10%{transform:rotateZ(-20deg);animation-timing-function:ease}100%,20%{transform:rotateZ(360deg)}}.chaty-animation-bounce,.chaty-animation-jump{animation:5s cubic-bezier(.84,-.54,.31,1.19) infinite chaty-animation-bounce}@keyframes chaty-animation-bounce{0%,100%,20%{transform:none}10%{transform:translateY(-1em)}}@keyframes chaty-animation-waggle{0%{transform:none}10%{transform:rotateZ(-20deg) scale(1.2)}13%{transform:rotateZ(25deg) scale(1.2)}15%{transform:rotateZ(-15deg) scale(1.2)}17%{transform:rotateZ(15deg) scale(1.2)}20%{transform:rotateZ(-12deg) scale(1.2)}22%{transform:rotateZ(0) scale(1.2)}100%,24%{transform:rotateZ(0) scale(1)}}.chaty-animation-waggle{animation:5s infinite chaty-animation-waggle}.chaty-animation-floating{-webkit-animation:chaty-animation-floating 3s ease infinite;animation:chaty-animation-floating 3s ease infinite}@keyframes chaty-animation-floating{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}50%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.chaty{display:none;z-index:99999}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty.active,.chaty.form-open .chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger{display:block!important}.chaty *{margin:0;padding:0}.chaty .sr-only,.chaty-outer-forms .sr-only,.hide-cht-svg-bg{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important;outline:0!important}.chaty a,.chaty a:focus,.chaty a:hover,.chaty button{border:none;text-decoration:none;outline:0;box-shadow:none}.chaty-widget{position:fixed;bottom:25px;right:25px;z-index:10001}.chaty-widget.left-position{left:25px;right:auto}.chaty-channel-list{display:flex;width:62px;height:124px;position:absolute;bottom:-4px;right:0;flex-direction:column;align-items:flex-start;pointer-events:none}.chaty-widget.left-position .chaty-channel-list{left:0;right:auto}.chaty-widget.chaty-open .chaty-channel-list,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:after,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:before{pointer-events:auto}.chaty-channel-list .chaty-channel,.chaty-channel.single .chaty-svg{display:inline-block;width:54px;height:54px;border-radius:50%;margin:4px;cursor:pointer;box-shadow:0 16px 24px 0 rgb(73 104 126 / 16%)}.chaty-channel-list .chaty-channel{position:absolute;bottom:0;opacity:0;transition:.5s;-webkit-transition:.5s}.chaty-channel.single .chaty-svg{margin:0}.chaty-widget.chaty-open .chaty-channel-list .chaty-channel{opacity:1}.chaty-channel a,.chaty-channel button,.chaty-svg{display:block;width:54px;height:54px;border-radius:50%;cursor:pointer;position:relative;outline:0;min-width:unset}* .chaty-channel button{min-width:unset;max-width:unset}.chaty-channel button{background:0 0;border-radius:50%}.chaty-channel a .chaty-custom-icon,.chaty-channel button .chaty-custom-icon,.chaty-svg .chaty-custom-icon{width:54px;height:54px;border-radius:50%;text-align:center;font-size:27px;line-height:54px;color:#fff}.chaty-channel a:focus,.chaty-channel button:focus,.chaty-contact-form-box button.chaty-submit-button{outline:0}.chaty-contact-form-box button.chaty-submit-button:disabled .chaty-loader{display:inline-block}.chaty-agent-icon svg,.chaty-channel svg,.chaty-view-channels .chaty-channel span svg{width:100%;height:100%}.chaty-channel img{width:54px;height:54px;object-fit:cover;border-radius:50%}.chaty-i-trigger .chaty-channel{position:absolute;bottom:0;right:4px;transition:.5s;border-radius:50%;cursor:pointer}.chaty-cta-button{transition:.5s;box-shadow:0 16px 24px 0 rgb(73 104 126 / 16%);border-radius:50%}.chaty-widget.left-position .chaty-i-trigger .chaty-channel{left:4px;right:auto}.chaty-widget .chaty-cta-main .chaty-cta-button{z-index:1099;opacity:1;position:relative}.chaty-widget.chaty-open .chaty-cta-main .chaty-cta-button{z-index:999;opacity:0;transform:rotate(540deg);visibility:hidden}.chaty-widget .chaty-i-trigger .chaty-cta-close{pointer-events:none}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close{pointer-events:auto;z-index:101}.chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:999;opacity:0;visibility:hidden}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:1099;opacity:1;transform:rotate(180deg);visibility:visible}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip{z-index:91}.chaty-channel button.open-chaty-channel,.chaty-widget.chaty-no-close-button:not(.has-single) .chaty-i-trigger:not(.single-channel),.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-channel button.open-chaty,.chaty.form-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-i-trigger .chaty-tooltip:after,.chaty.form-open .chaty-i-trigger .chaty-tooltip:before,.chaty.form-open .chaty-widget.has-single .chaty-i-trigger .on-hover-text{display:none}.chaty.form-open.active .chaty-widget .chaty-i-trigger{display:block}.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-main{display:none}.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button{opacity:1;visibility:visible;pointer-events:auto}.chaty-widget .ch-pending-msg{position:absolute;right:-4px;top:-4px;width:16px;height:16px;text-align:center;background:red;color:#fff;font-size:10px;line-height:16px;border-radius:50%;z-index:1101}.chaty-widget.left-position.hor-mode .chaty-channel-list{width:136px;height:62px;left:0;bottom:0}.chaty-widget.right-position.hor-mode .chaty-channel-list{width:136px;height:62px;right:0;left:auto;bottom:0}.chaty-widget.hor-mode .chaty-channel-list .chaty-channel{margin-top:0;margin-bottom:0}.chaty-widget.hor-mode.left-position .chaty-channel-list .chaty-channel{left:0}.chaty-widget.hor-mode.right-position .chaty-channel-list .chaty-channel{right:0;left:auto}.chaty-chat-view,.chaty-outer-forms{vertical-align:bottom;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;position:fixed!important;bottom:-25px;left:25px;padding:0;width:320px;max-width:90%;-moz-transition:.5s linear;box-shadow:rgba(0,0,0,.16) 0 5px 40px;-webkit-box-shadow:rgba(0,0,0,.16) 0 5px 40px;-moz-box-shadow:rgba(0,0,0,.16) 0 5px 40px;opacity:0;visibility:hidden;pointer-events:none;z-index:-1;transition:.5s;-webkit-transition:.5s;animation-delay:-2s;-webkit-animation-delay:-2s}.chaty-chat-view.pos-left,.chaty-outer-forms.pos-left{left:25px}.chaty-chat-view.pos-right,.chaty-outer-forms.pos-right{right:25px;left:auto}.chaty-outer-forms.active,.chaty:not(.form-open) .chaty-widget.chaty-open+.chaty-chat-view{-webkit-transform:translateY(-93px);transform:translateY(-93px);opacity:1;z-index:999999;visibility:visible;bottom:0;pointer-events:auto}.chaty-whatsapp-body{padding:0;min-height:260px;position:relative;z-index:2}.chaty-whatsapp-content{padding:20px}.chaty-popup-whatsapp-form .chaty-whatsapp-body{height:260px;min-height:auto}.chaty-popup-whatsapp-form .chaty-whatsapp-content{display:flex;align-items:flex-start}.chaty-form-body{background:#fff;z-index:99999;min-height:75px;border-radius:10px}.chaty-form-body form{margin:0;padding:0}.qr-code-image{padding:10px;text-align:center;border:solid 1px silver;border-radius:4px}.qr-code-image img{max-width:100%;max-height:360px;margin:0 auto;display:block;width:100%;height:auto}.chaty-whatsapp-form{position:relative;background-color:#f0ede7;border-radius:8px;margin:0}.chaty-whatsapp-form:before{display:block;position:absolute;content:"";left:0;top:0;height:100%;width:100%;z-index:0;opacity:.035;background-image:url(//georgiantransfer.com/wp-content/plugins/chaty/images/whatsapp.png)}.chaty-popup-whatsapp-form .chaty-whatsapp-body:before,.chaty-popup-whatsapp-form .chaty-whatsapp-footer:before{background-image:url(//georgiantransfer.com/wp-content/plugins/chaty/images/whatsapp-welcome-popup.png);opacity:.7}.chaty-whatsapp-message{padding:7px 14px 6px;background-color:#fff;border-radius:0 10px 10px;position:relative;transform-origin:center top;z-index:2;margin-top:0;margin-left:0;max-width:calc(100% - 40px);font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif;font-size:14px;line-height:18px;border:1px solid rgba(34,17,71,.08)}.chaty-whatsapp-message:before{content:"";display:none;width:0;height:0;border-top:0 solid transparent;border-bottom:10px solid transparent;border-right:12px solid #fff;position:absolute;left:-12px;top:0}.wp-profile-img+.chaty-whatsapp-message:before{display:block}.chaty-whatsapp-message p{margin:0;padding:0;color:#111b21;font-weight:400;word-wrap:break-word}.chaty-whatsapp-footer{position:relative;padding:20px 15px}.whatsapp-chaty-form{display:flex;margin:0;padding:0}button.chaty-whatsapp-button-button,button.chaty-whatsapp-button-button:focus,button.chaty-whatsapp-button-button:hover{text-align:center!important;height:40px!important;width:40px!important;padding:0!important;background:#c6d7e3!important;border-radius:20px!important;outline:0!important;box-shadow:none!important;cursor:pointer!important;margin:0 0 0 10px!important;text-decoration:none!important;border:none!important;min-width:1px!important;flex:0 0 40px}button.chaty-whatsapp-button-button{background:#c6d7e3!important}button.chaty-whatsapp-button-button:focus,button.chaty-whatsapp-button-button:hover{background:#a8c5da!important}.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button{background:#25d366!important}.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button:focus,.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button:hover{background:#22bf5b!important}.chaty-whatsapp-data{display:flex;flex:1;z-index:1}.chaty-whatsapp-field{padding-right:0;flex:1;position:relative;display:flex;align-items:center}.chaty-whatsapp-button{flex:0 0 48px}.chaty-whatsapp-button svg{width:100%;height:100%;margin:0;padding:0}.chaty-whatsapp-field input[type=text]{height:40px!important;line-height:normal;padding:0 10px 0 15px;font-size:16px;resize:none;width:100%;border:none!important;border-radius:24px;outline:0;box-shadow:none!important;background:#fff!important;margin:0;color:#111b21;flex:1}.chaty-whatsapp-field input[type=text]:focus{outline:0!important;border:none!important;margin:0;color:#111b21;box-shadow:none!important}.chaty-whatsapp-button-button:active,.chaty-whatsapp-button-button:focus,.chaty-whatsapp-button-button:hover{background:#a8c5da!important}.chaty.form-open .chaty-channel button.open-chaty-channel,.chaty.form-open .chaty-no-close-button.has-single .chaty-i-trigger{display:block}.chaty-agent-data{font-size:16px}.chaty-agent-header{font-size:18px;padding:20px 15px;background:#22bf5b;color:#fff;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;border-top-left-radius:10px;border-top-right-radius:10px}.chaty-agent-data .close-chaty-form{right:10px;top:12px}.chaty-agent-data .chaty-agent{display:flex;align-items:center;padding:15px}.chaty-agent-data .chaty-agent a{color:#49687e;font-size:16px;text-decoration:none;display:flex;width:100%;align-items:center;outline:0;font-weight:400}.chaty-contact-input input.chaty-input-field,.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field,.chaty-contact-input select.chaty-input-field,.chaty-contact-input textarea.chaty-textarea-field{color:#28303d;font-family:BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-sans;margin:0;background:#fff;outline:0}.chaty-agent-data .chaty-agent+.chaty-agent{border-top:2px solid #f6f8f9}.chaty-agent-img{width:36px;height:36px;object-fit:cover;border-radius:50%}.chaty-agent-icon{width:48px;height:48px;margin:0 15px 0 0}.chaty-agent-data .chaty-custom-icon{width:48px;height:48px;text-align:center;display:block;line-height:48px;background:silver;border-radius:50%;color:#fff;font-size:28px}.chaty-close-agent-list{position:absolute;right:15px;top:10px;width:26px;height:26px;cursor:pointer;z-index:10;padding:0 0 10px 10px}.chaty-agent-icon img{width:48px;height:48px;object-fit:cover}.chaty-close-agent-list svg{fill:#ffffff}.agent-sub-header{font-size:14px;line-height:20px;font-weight:400}.agent-main-header{font-size:20px;line-height:32px;font-weight:700;position:relative}.chaty-agent-header:before,.chaty-view-header:before{content:"";background:url(//georgiantransfer.com/wp-content/plugins/chaty/images/header-top.png) no-repeat;width:215px;height:41px;position:absolute;top:0;left:0;z-index:1}.chaty-agent-header:after,.chaty-view-header:after{content:"";background:url(//georgiantransfer.com/wp-content/plugins/chaty/images/header-bottom.png) no-repeat;width:44px;height:41px;position:absolute;bottom:0;right:0;z-index:1}.chaty-custom-channel-icon{display:block;border-radius:50%;color:#fff;text-align:center;line-height:54px}.chaty-contact-form-title{padding:10px 15px;text-align:left;font-size:18px;color:#fff;border-radius:8px 8px 0 0;justify-content:space-between;display:flex}.chaty-contact-inputs{padding:15px}.chaty-contact-input{display:block}.chaty-contact-input label.chaty-form-label{font-size:14px;margin:0;padding:0 0 4px 0;line-height:20px;display:flex;color:#28303d}.chaty-contact-input+.chaty-contact-input{margin:10px 0 0}.chaty-contact-input input.chaty-input-field,.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field,.chaty-contact-input select.chaty-input-field{width:100%;height:36px;line-height:36px;font-size:16px;padding:0 10px;border:1px solid #ccc;border-radius:4px}.chaty-contact-input .has-chaty-error:focus,.chaty-contact-input input.chaty-input-field:focus,.chaty-contact-input input[type=email].chaty-input-field:focus,.chaty-contact-input input[type=tel].chaty-input-field:focus,.chaty-contact-input input[type=text].chaty-input-field:focus,.chaty-contact-input select.chaty-input-field:focus,.chaty-contact-input textarea.chaty-textarea-field:focus{outline:0;box-shadow:none;border-color:#898989;background-color:#fff}.chaty-contact-input textarea.chaty-textarea-field{width:100%;height:100px;line-height:20px;font-size:16px;padding:10px;border:1px solid #ccc;border-radius:4px;display:block}.chaty-contact-form-box .close-chaty-form{right:9px;top:9px}.chaty-contact-form-box button.chaty-submit-button[type=submit],button#chaty-submit-button-0{border:none;border-radius:4px;color:#fff;background:#a886cd;width:100%;height:36px;line-height:36px;font-size:18px;padding:0;margin:0;cursor:pointer;text-align:center;display:block}.chaty-contact-input input.chaty-input-field.has-chaty-error,.chaty-contact-input select.chaty-input-field.has-chaty-error,.chaty-contact-input textarea.has-chaty-error{border:1px solid #d20000}.chaty-contact-form-button{padding:15px}.chaty-ajax-error-message,.chaty-ajax-success-message{color:#00a700;padding:10px 0 0;text-align:center;font-size:16px}.chaty-ajax-error-message{color:#da0000}.chaty-view-header,.chaty-view-header a,.chaty-view-header a:focus,.chaty-view-header a:hover{font-weight:500;color:#fff;font-size:24px}.chaty-exit-intent{position:fixed;z-index:-1}.chaty-exit-intent:before{display:block;position:fixed;top:0;left:0;content:'';width:100vw;height:100vh;background:rgba(0,0,0,.8);visibility:hidden;z-index:100;transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out}.chaty .chaty-widget.left-position .chaty-exit-intent:before{clip-path:circle(15px at 60px calc(100% - 60px))}.chaty .chaty-widget.right-position .chaty-exit-intent:before{clip-path:circle(15px at calc(100% - 60px) calc(100% - 60px))}.chaty .chaty-widget .chaty-exit-intent.animate:before{visibility:visible;clip-path:circle(100%)}.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:after,.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:before{pointer-events:inherit}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-wechat-form.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos{top:50%;left:0;right:0;margin:0 auto;transform:translate(0,-50%);bottom:auto}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos .chaty-agent-body{max-height:calc(100vh - 164px)!important}.chaty-whatsapp-message p+p{margin-top:10px}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos .chaty-whatsapp-content{max-height:calc(100vh - 122px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form:not(.custom-cht-pos) .chaty-whatsapp-content{overflow-y:auto}.chaty.has-custom-pos.form-open .chaty-i-trigger{opacity:0;visibility:hidden}body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos .chaty-contact-inputs{max-height:calc(100vh - 150px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms{max-width:calc(100vw - 50px)!important}.chaty-view-body{background:#fff;border-radius:8px}.chaty-view-header{background:#b78deb;border-radius:7px 7px 0 0;padding:10px 15px;position:relative;word-break:break-word}.chaty-top-content{padding:15px 15px 0;font-size:16px}.chaty-view-content p,.chaty-view-content p a,.chaty-view-content p a:focus,.chaty-view-content p a:hover{margin:0;padding:0;font-size:16px;line-height:150%;color:#49687e;word-break:break-word}.chaty-view-content p a{display:inline-block}.chaty-view-content p a:focus,.chaty-view-content p a:hover,.chaty-view-header a:focus,.chaty-view-header a:hover{outline:0;text-decoration:none}.chaty-view-content p+p{margin-top:10px}.chaty-close-view-list{position:absolute;right:15px;top:10px;width:12px;cursor:pointer;z-index:11}.chaty-close-view-list svg{fill:#ffffff;display:inline-block;width:100%}.chaty-view-channels .chaty-channel{height:48px;display:inline-block;margin:6px 0;width:20%;text-align:center;vertical-align:top}.chaty-view-channels .chaty-channel a,.chaty-view-channels .chaty-channel img,.chaty-view-channels .chaty-channel span:not(.on-hover-text){display:block;width:48px;height:48px;margin:0 auto}.chaty-view-channels{padding:10px 8px}.chaty-view-channels .chaty-custom-channel-icon{font-size:24px}.front-google-captcha{width:100%!important;overflow:hidden}.front-google-captcha>div{width:100%}.front-google-captcha iframe{transform:scaleX(.9);position:relative;left:-15px}.widget-fa-icon{width:100%;height:100%;display:inline-block;vertical-align:middle;color:#fff}span.chaty-loader{display:none;vertical-align:middle;color:#fff;animation:rotation 1s infinite linear;width:24px;height:24px;text-align:center;line-height:24px;margin-left:5px}span.chaty-loader span.dashicons{width:24px;height:24px;text-align:center;line-height:24px;font-size:24px}@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(359deg)}}span.chaty-loader.active{display:inline-block;vertical-align:baseline}.chaty-i-trigger.single-channel>.chaty-channel>.on-hover-text{display:none!important}html[dir=rtl] .chaty-input-field,html[dir=rtl] .chaty-submit-button,html[dir=rtl] .chaty-tooltip,html[dir=rtl] .chaty-tooltip:after,html[dir=rtl] .chaty-whatsapp-message,html[dir=rtl] .on-hover-text{direction:rtl}.add-bg-blur-effect{background-color:rgba(0,0,0,.4);overflow-x:hidden}.add-bg-blur-effect>:not(.chaty,.chaty-outer-forms,.picmo__popupContainer){filter:blur(6px)}.email_suggestion,.wp_email_suggestion{margin:0;padding:0;font-size:14px;color:#970029}.email_suggestion i,.wp_email_suggestion i{color:#2596be;font-weight:700;cursor:pointer}.chaty-custom-whatsapp-form .eac-sugg,.chaty-form .eac-sugg{color:#c1c1c1;line-height:34px!important}.chaty-form .eac-input-wrap{width:100%;overflow:hidden}.chaty-custom-whatsapp-form .chaty-whatsapp-body:before{opacity:.05}.chaty-custom-whatsapp-form .chaty-whatsapp-body{border-radius:0}.chaty-custom-whatsapp-form .chaty-whatsapp-footer{border-top:1px solid #e1e1e1;min-height:70px}.chaty-custom-whatsapp-form .chaty-whatsapp-data{display:block;z-index:1}.chaty-custom-whatsapp-form .chaty-whatsapp-button-button{width:100%!important;z-index:1;position:relative}.chaty-custom-whatsapp-form .header-text{display:flex;align-items:center}.chaty-custom-whatsapp-form .header-text span{display:inline-block;vertical-align:super;padding-left:5px}.chaty-custom-whatsapp-form .chaty-whatsapp-button svg{width:26px;height:26px;fill:#ffffff;margin-right:3px}.chaty-custom-whatsapp-form .chaty-whatsapp-button span{font-size:15px;padding-left:5px}.chaty-custom-whatsapp-form .chaty-whatsapp-button{display:flex;align-items:center;justify-content:center;border-radius:6px!important}.chaty-custom-whatsapp-form .chaty-whatsapp-content{padding:15px;z-index:101111;position:relative}.chaty-custom-whatsapp-form .chaty-whatsapp-body{min-height:auto}.chaty-outer-forms input[type=number]::-webkit-inner-spin-button,.chaty-outer-forms input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.chaty-whatsapp-header{display:flex;align-items:center;background-color:#4aa485;border-top-left-radius:6px;border-top-right-radius:6px;padding:10px 15px;position:relative;justify-content:space-between;box-shadow:0 16px 32px 0 #1a0E3529}.chaty-whatsapp-header .header-wp-icon{height:30px;width:30px;margin-right:7px}.chaty-whatsapp-header .header-wp-title{color:#fff;font-size:15px;flex:1;padding-right:8px}.whatsapp-form-close-btn{flex:0 0 16px;cursor:pointer}.whatsapp-form-close-btn svg{width:16px;height:16px}.chaty-form,.chaty-whatsapp-form{font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif}.chaty-whatsapp-body .wp-profile-img{height:30px;width:30px;margin-right:15px}.chaty-whatsapp-body .wp-profile-img img{height:30px;width:30px;border-radius:50%;object-fit:cover}.chaty-whatsapp-message-nickname{color:#489d81;font-size:10px;font-weight:500;line-height:14px}.chaty-whatsapp-message-time{color:#a1a1a9;font-size:10px;line-height:12px}.chaty-whatsapp-input::placeholder{color:#83a1b7;opacity:40%}.chaty-whatsapp-input::-ms-input-placeholder{color:#83a1b7;opacity:40%}button[type=button].chaty-wp-emoji-input,button[type=button].chaty-wp-emoji-input:focus,button[type=button].chaty-wp-emoji-input:hover{position:absolute!important;top:9px;left:8px;background:0 0!important;border:none!important;cursor:pointer;height:24px!important;width:24px!important;padding:0!important;min-width:1px!important;margin:0!important;outline:0!important}.chaty-whatsapp-field:not(.has_emoji) .chaty-wp-emoji-input{display:none!important}.chaty-whatsapp-input{padding-left:38px!important}.chaty-whatsapp-field:not(.has_emoji) .chaty-whatsapp-input{padding-left:15px!important}.picmo__popupContainer{z-index:1000000}body .picmo__emojiButton span{font-size:24px;line-height:24px;display:inline-block;vertical-align:middle}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton{color:#8f8f8f;border:solid 1px transparent}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab.picmo__categoryTabActive .picmo__categoryButton{border:1px solid #a886cd;color:#a071d3;background:#fff}body .picmo__picker .picmo__emojiCategory .picmo__categoryName{display:flex;height:auto;padding:10px 17px;border-bottom:solid 1px #e2e8f0;font-weight:700;background:#f3f3f3}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton:hover{background:#fff}body .picmo__emojiButton{border-radius:4px}body .picmo__emojiButton:focus{outline:0;border-radius:5px}.chaty-channel span.chaty-icon{display:block}.chaty.form-open .chaty-widget.has-single .chaty-cta-close .chaty-cta-button{opacity:1;visibility:visible;transform:rotate(360deg);z-index:999}.chaty-custom-whatsapp-form .eac-input-wrap{width:100%;overflow:hidden}.chaty-custom-whatsapp-form .chaty-whatsapp-button button{width:100%;border:none;border-radius:6px;padding:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.chaty-contact-input input[type=file].chaty-input-field{line-height:32px}.eac-cval:empty,.eac-sugg:empty{display:none!important}.qr-code-header{display:flex;align-items:center;background-color:#a886cd;border-top-left-radius:6px;border-top-right-radius:6px;padding:10px 15px;position:relative;justify-content:space-between;color:#fff;box-shadow:0 16px 32px 0 #1a0E3529;z-index:999999}.chaty-close-button{cursor:pointer}.qr-code-title{line-height:1;padding:15px 15px 0;font-size:14px;color:#83a1b7}.qr-code-box{margin-top:10px;padding:0 15px 15px}.qr-code-head-title{display:inline-flex;align-items:center}.qr-code-head-title svg{margin-right:5px}.mce-error{border:1px solid #d00!important}.required_indicate{color:red;font-size:18px;margin-left:2px}.chaty-whatsapp-button-button svg{display:inline-block;vertical-align:sub}.chaty-wp-emoji-input:hover{background-color:transparent;border-color:transparent}.chaty-wp-emoji-input:focus{outline:0}.chaty-whatsapp-input[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:40%!important}[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:1!important}.chaty-outer-forms form{margin:0}.chaty,.chaty *,.chaty-form,.chaty-form *,.chaty-whatsapp-form,.chaty-whatsapp-form *{-webkit-tap-highlight-color:transparent}body.csaas-has-chatway:not(.chatway-is-open) .chatway--trigger-container{display:none!important}body.csaas-has-chatway:not(.chatway-is-open) .chatway--frame-container{opacity:0;visibility:hidden}body.csaas-has-chatway.chatway-is-open .chaty{display:none!important}.chaty-widget.has-chatway .Chatway-channel-link{opacity:1;visibility:visible;pointer-events:auto}.has-chat-view.active .chaty-widget.has-chatway.chaty-open .chaty-channel-list{display:none!important}.chaty-channel.Chatway-channel-link.has-unread-message:after,.chaty-widget:not(.has-chatway):not(.chaty-open) .csaas-widget-trigger.has-unread-message:after{content:attr(data-unread-message);width:20px;height:20px;background:#ff4545;position:absolute;border-radius:50%;font-size:12px;font-weight:600;color:#fff;display:inline-flex;align-items:center;justify-content:center;bottom:44px;z-index:1111;right:-4px}body:not(.chatway--active) .chaty-widget.has-chatway.above-chaty .Chatway-channel-link{display:none!important}body:not(.chatway--active) .chaty-widget.inside-chaty .chaty-channels .Chatway-channel-link{display:none!important}body.csaas-has-chatway.has--chaty.chatway--active:not(.chatway--visible) .chatway--container{display:block}.chaty.chaty-has-chat-view .has-chatway.chaty-open .Chatway-channel-link{display:none!important}.chaty-view-channels .chaty-channel.Chatway-channel.has-unread-message:after{right:0;top:-8px;bottom:auto}html[dir=rtl] button[type=button].chaty-wp-emoji-input,html[dir=rtl] button[type=button].chaty-wp-emoji-input:focus,html[dir=rtl] button[type=button].chaty-wp-emoji-input:hover{right:8px}html[dir=rtl] .chaty-whatsapp-field input[type=text]{padding:0 35px 0 00px}html[dir=rtl] button.chaty-whatsapp-button-button,html[dir=rtl] button.chaty-whatsapp-button-button:focus,html[dir=rtl] button.chaty-whatsapp-button-button:hover{margin:0 10px 0 0!important}html[dir=rtl] button.chaty-whatsapp-button-button svg{transform:rotate(180deg)}