.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(//tourpoint.gr/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(//tourpoint.gr/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(//tourpoint.gr/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(//tourpoint.gr/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(//tourpoint.gr/wp-content/themes/autoride/style/fancybox/fancybox_sprite@2x.png);
background-size: 44px 152px; }
#fancybox-loading div {
background-image: url(//tourpoint.gr/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;
}@font-face {
font-family: Notosans;
src: url(//tourpoint.gr/wp-content/themes/autoride-child/fonts/NotoSans-Regular.ttf);
} @font-face {
font-family:"Sofiapro";
src:url(https://use.typekit.net/af/b718ff/00000000000000007735f98d/30/l?primer=2c525e945db23ca903c9e53f7672c72b14fc41c424013235fbe023be98740bd1&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/b718ff/00000000000000007735f98d/30/d?primer=2c525e945db23ca903c9e53f7672c72b14fc41c424013235fbe023be98740bd1&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/b718ff/00000000000000007735f98d/30/a?primer=2c525e945db23ca903c9e53f7672c72b14fc41c424013235fbe023be98740bd1&fvd=n4&v=3) format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}
p{
font-family: Notosans;
color:#000;
}
h1,h2,h3,h4,h5{
font-family: Sofiapro;
}
#what-we-do .theme-component-header-subheader-subheader h2{
font-family: Sofiapro;
font-weight:700;
}
body{
font-family: Notosans;
}
.theme-component-header-subheader-subheader {
font-weight: 700;
font-size:20px;
}
h2.theme-component-header-subheader-header {
font-size: 40px;
}
#what-we-do .theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-image>div{
background: rgb(133 140 146 / 0%);
}
#what-we-do .theme-component-feature-image-list-item-image span {
display: none;
}
#what-we-do .theme-component-feature-image-list-item-content h4 {
font-size: 20px;
font-weight: 700;
}
#what-we-do .theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content>p{
font-size:17px;
}
#what-we-do .theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-image>img{
width:100%;
}
#what-we-do .theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content{
height: 294px;
}
.page-id-12116 #what-we-do .theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content {
height: 321px;
}
#explore-blockone p.theme-component-paragraph-large.theme-component-paragraph-large-style-1.aligncenter.intro-tpt {
font-size: 25px;
width: 77%;
}
#explore-blockone .theme-component-header-subheader{
margin-bottom: 20px;
}
.paroxes p {
font-family: Sofiapro;
font-weight: 700;
font-size: 20px;
padding-top: 21px;
}
.theme-icon-feature-testimonials-2:before{
content:url(//tourpoint.gr/wp-content/uploads/2019/04/noun-person-5551350.svg);
}
#explore-blocktwo .theme-component-testimonial-list-item p {
font-size: 25px;
width: 83%;
margin: 0 auto;
padding-top: 30px;
}
#explore-blocktwo .theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item>div {
font-size: 17px;
font-weight: 700;
margin-top: 13px;
}
#explore-blocktwo .theme-component-testimonial-list-item {
padding-bottom: 0;
margin-bottom: 0;
}
#explore-blocktwo .slick-dots>li.slick-active>button{
border-color: #0074FF;
}
#explore-blocktwo .slick-dots>li>button{
background-color: #D8D8D8;
}
#explore-blocktwo .slick-dots>li>button{
border-color: #D8D8D8;
}
#explore-blocktwo .theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item>span>span{
background-color: #f6f6f6;
}
#menu-ctm .theme-component-tab.ui-tabs .ui-tabs-nav li.ui-state-active{
border-color: #0074FF;
}
#menu-ctm .theme-component-tab.ui-tabs .ui-tabs-nav li:hover{
border-bottom:0;
}
#menu-ctm .theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child{
border-color: #eaecee00;
}
#menu-ctm .theme-icon-feature-people:before {
content: url(//tourpoint.gr/wp-content/uploads/2019/04/Group-99.svg);
}
#menu-ctm .theme-icon-feature-leaf:before{
content: url(//tourpoint.gr/wp-content/uploads/2019/04/Group-100.svg);
}
.theme-icon-feature-road:before {
content: url(//tourpoint.gr/wp-content/uploads/2019/04/Group-101.svg);
}
ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header span{
font-size:17px;
font-weight:700;
}
.theme-icon-meta-tick-3:before {
content: "\79";
color: #0074ff;
}
#content-slide {
padding-left: 101px;
}
.theme-component-button.theme-component-button-style-1.aligncenter.custom-btn a {
background: none;
font-size: 17px;
font-weight:600;
color: #0074FF;
border: 1px solid #0074FF;
padding: 10px 20px;
}
.theme-component-button.theme-component-button-style-1.aligncenter.custom-btn a:hover{
background: #0074FF;
color:#fff;
}
#taverna {
margin-bottom: 65px;
}
.theme-page-footer p{
font-size:16px;
}
.theme-widget .theme-widget-header>span{
height:2px;
}
.theme-page-footer #custom_html-2 ul {
list-style-type: none;
padding-left: 0;
}
.theme-page-footer #custom_html-2 li{
display: flex;
margin-left: 0;
font-size:16px;
transition: .5s;
}
.theme-page-footer #custom_html-2 li a:hover{
color:#0074ff;
text-decoration: none;
}
.theme-page-footer #custom_html-2 li img{
margin-right:10px;
width:17px;
}
ul#menu-information-footer li a{
background: none;
font-size:16px;
padding:0;
transition:.4s;
color: #000;
}
ul#menu-information-footer li a:hover{
color: #0074FF;
}
#text-5 {
padding-right: 75px;
}
.wpb_text_column.wpb_content_element.theme-text-copyright a {
color: #A1D1E4;
font-family: Sofiapro;
font-size:18px;
}
html .vc_column_container {
margin-bottom: 0!important;
}
.theme-component-tab.ui-tabs .ui-tabs-panel{
height: 255px;
margin-bottom: 0;
}
.theme-page .theme-page-footer .theme-page-footer-bottom {
padding-top: 5px;
padding-bottom: 14px;
}
.theme-page-footer-top .theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>.theme-component-feature-item-icon>span{
background-color:#f2f2f2 ;
}
.theme-page-footer-top .theme-icon-feature-map:before{
content:url(//tourpoint.gr/wp-content/uploads/2019/04/Group-104.svg);
}
.theme-icon-feature-phone-3:before {
content:url(//tourpoint.gr/wp-content/uploads/2019/04/Group-103.svg);
}
.theme-icon-feature-clock:before {
content:url(//tourpoint.gr/wp-content/uploads/2019/04/Group-102.svg);
}
.theme-component-feature-item-header {
font-size: 15px;
font-family: Sofiapro;
}
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>.theme-component-feature-item-header {
margin-bottom: 0;
}
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>p{
font-size: 20px;
font-family: Sofiapro;
font-weight:700;
}
.theme-page .theme-page-footer .theme-page-footer-top+.theme-page-footer-middle{
padding-bottom: 90px;
}
#what-we-do {
padding-bottom: 7%;
}
#what-we-do .custom-btn{
margin-top:80px;
padding-left:15px;
padding-right:15px;
}
#what-we-do .custom-btn a{
padding: 10px 30px;
}
#about-info #left p {
width: 92%;
font-size: 20px;
}
#about-info #left a{
text-decoration: none;
transition: .5s;
}
#about-info #left a:hover{
color: #0074ff;
}
.otgs-development-site-front-end {
display: none;
}
#about-info {
padding: 50px 0;
}
#custom-header-inner {
margin-bottom: 6%;
}
#custom-header-inner h1{
color:#fff;
font-size:50px;
padding:12% 0;
text-align: center;
}
.theme-page .theme-page-content{
padding-top:0;
}
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-image{
display:none;
}
#contact-block #left{
background: #0074FF;
padding: 5% 0;
}
#contact-block #right{
background: #F6F6F6;
padding: 5% 0;
}
#contact-block #right h4{
font-weight:700;
font-size:17px;
}
#contact-block #right p,#contact-block #right a{
font-size:16px;
}
#contact-block #right a{
color:#0074FF;
}
#contact-block #right a:hover{
text-decoration: none;
}
#general-tlt h3{
font-size:40px;
text-align:center;
}
#quest h4 {
color: #fff;
font-size: 17px;
}
#quest {
float: right;
padding: 0 15%;
}
#contact-info {
padding-left: 11%;
}
#contact-block #left h3, #quest{
color:#fff;
}
#contact-block #left h3 {
font-size: 40px;
font-weight: 400;
}
h4.vc_custom_heading {
color: #fff;
font-size: 17px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea{
border: 1px solid #E3E3E3!important;
width: 100%;
padding-top: 20px;
padding-bottom: 46px;
font-size:13px;
font-family: Notosans;
color:#000;
}
input::placeholder{
color:#9B9B9B;
font-size:13px;
font-family: Notosans;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.theme-component-button.theme-component-button-style-1 {
background: #fff;
color: #0074FF;
border: 1px solid #0074FF;
font-size: 17px;
transition: .5s;
font-weight:700;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.theme-component-button.theme-component-button-style-1:hover{
background: #0074FF;
color: #fff;
}
#wpcf7-f6-p27-o1,#wpcf7-f12138-p12136-o1 {
padding-bottom: 8%;
}
.qtip {
position: absolute;
margin-left: auto;
right: 330px!important;
left: 0!important;
}
.qtip-tip {
display: none!important;
}
#site-header {
padding: 20px 104px;
background: #fff;
display: flex;
align-items: center;
}
#language-switc {
display: flex;
justify-content: end;
}
.theme-component-button.theme-component-button-style-3.alignright,.theme-menu.theme-menu-default{
display: inline-flex;
align-items: center;
justify-content: center;
}
#menu-block {
margin: 0 auto;
width: fit-content;
}
.ctm-btn-head,.ctm-btn-head-el {
position: absolute;
}
#contact-head span:nth-child(1){
padding-right:20px;
}
#contact-head {
margin-left: 9%;
}
span.desk-call a:nth-child(1) {
padding-right: 16px;
}
#map-block {
height: 560px;
}
#map-mobile{
display: none;
}
#vehicle-template-custom .theme-post-gallery {
padding-top: 39px;
}
#vehicle-template-custom .theme-icon-meta-tick-3:before {
content:url(//tourpoint.gr/wp-content/uploads/2019/04/Group-108.svg);
}
#vehicle-template-custom .slick-prev:before{
color:#0074FF;
}
.idiotites-oximatos h5{
font-size:17px;
font-weight:700;
text-align: center;
padding-top:17px;
}
#lagage-block{
text-align:center;
}
#vehicle-template-custom .theme-component-list.theme-component-list-style-2 ul li>span:first-child{
border-color: #eaecee00;
}
#mobile-call{
display:none;
}
ul.theme-clear-fix.sf-menu.sf-js-enabled li a {
text-transform: uppercase;
font-family: Sofiapro;
}
html .theme-page .theme-page-header .theme-component-button>a {
padding: 10px 18px 10px 18px;
border: 1px solid #0074FF;
}
html .theme-page .theme-page-header .theme-component-button>a:hover{
background:#0074FF!important;
color:#fff!important;
}
.theme-component-logo-retina img{
width:100%;
opacity: 1;
}
li.contact-mob.menu-item.menu-item-type-post_type.menu-item-object-page {
display: none;
}
#keimeniki-template {
padding-top: 7%;
}
#keimeniki-template h1 {
font-size: 40px;
margin-bottom: 5%;
}
#keimeniki-template td{
border:1px solid #000;
}
#keimeniki-template  thead {
background: #000;
color: #fff;
}
.sight-tlt p {
font-size: 19px;
font-weight: 700;
font-family: Sofiapro;
padding-top: 39px;
padding-left: 30px;
padding-right: 30px;
}
.famous-content p {
padding-top: 20px;
font-size: 17px;
padding-left: 30px;
padding-right: 38px;
height: 424px;
}
.page-id-12133 .famous-content p{
height:500px;
}
.ult-content-box-container.famous-block {
margin-bottom: 50px;
}
.ipiresies .famous-content p{
height: 278px;
}
.page-id-12127 .ipiresies .famous-content p{
height: 312px;
}
.ipiresies .sight-tlt p{
height: 92px;
}
.theme-page .theme-page-content{
padding-bottom:0;
}
#keimeniki-template{
padding-bottom:50px;
}
#footer-social {
padding-right: 108px;
}
#top-header-t {
padding: 14px 0;
text-align: center;
font-size: 15px;
}
#contact-head a:hover{
text-decoration:none;
color:#0074FF;
}
#contact-head a{
transition: .5s;
}
#mobile-header{
display:none;
}
.theme-page-header-bottom.theme-page-header-bottom-default {
display: none;
}
#footer-blocks h5{
margin-bottom:25px;
}
#footer-blocks h5:after{
content:"";
background: #000;
width:50px;
height:2px;
display:block;
margin-top:15px;
}
#footer-blocks p{
font-size:16px;
}
#intro-footer-block{
margin-right: 75px;
}
.page-id-12127 .ipiresies .sight-tlt p {
height: 98px;
}
#footer-blocks li a{
background: none;
transition: .5s;
padding:0;
font-size:16px;
color:#000;
}
#footer-blocks li a:hover{
color:#0074FF;
}
#footer-blocks li{
margin-left:0;
}
#footer-blocks ul{
padding-left:0;
list-style-type: none;
}
#footer-blocks .contact-details li img {
margin-right: 10px;
width: 17px;
}
#footer-blocks .contact-details li {
display: flex;
margin-left: 0;
font-size: 16px;
transition: .5s;
}
#footer-blocks .contact-details li a:hover{
text-decoration:none;
color:#0074FF;
}
#footer-blocks {
padding-top: 8%;
padding-bottom: 83px;
}
html[lang="en"] #footer-el {
display:none;
}
html[lang="el"] #footer-en{
display:none!important;
}
html[lang="el"] .theme-component-button.theme-component-button-style-3.alignright.ctm-btn-head{
opacity:0;
pointer-events: none;
}
html[lang="en"] .theme-component-button.theme-component-button-style-3.alignright.ctm-btn-head-el{
opacity:0;
pointer-events: none;
}
#lang_sel_list {
border: none;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:after {
content: "";
display: block;
background: #000;
height: 1px;
}
#language-switc li:nth-child(1) {
border-right:1px solid #000;
}
#language-switc li a{
padding-top:0;
padding-bottom:0;
}
#language-switc li a:hover{
background: none;
text-decoration:none;
}
#language-switc li{
position: relative;
}
body.chbs_vehicle-template-default .theme-page-header-bottom.theme-page-header-bottom-default{
display:block;
background: #f6f6f6;
}
.chbs_vehicle-template-default .theme-page .theme-page-content{
padding-bottom: 76px;
}
span.wpcf7-list-item {
margin-left: 0;
}
span.wpcf7-list-item-label {
font-size: 15px;
}
#mobile-header {
background: white;
}
h2.theme-component-header-subheader-header,#custom-header-inner h1 {
font-weight: 400;
}
.theme-page .theme-page-footer .theme-page-footer-top{
background-color: #F2F2F2!important;
}
h1{
font-weight:400;
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
pointer-events: none;
} @media only screen and (max-width: 1536px) {
#site-header {
padding: 9px 104px;
}
.theme-component-logo-retina img{
width:80%;
}
}
@media only screen and (max-width: 1223px) {
#site-header{
display:none;
}
#lang-swtcer{
display:flex;
justify-content:end;
}
#mobile-header{
display:flex;
align-items: center;
padding:5px 30px;
}
#mobile-call img{
width:35px;
}
a.theme-menu-responsive-button {
border: 1px solid #0074ff!important;
}
li.contact-mob.menu-item.menu-item-type-post_type.menu-item-object-page {
display: block;
}
}
@media only screen and (max-width: 1366px) {
#site-header {
padding: 20px 25px;
}
}
@media only screen and (max-width: 1240px) {
#what-we-do .theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content,.page-id-12116 #what-we-do .theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content{
height: auto;
padding: 34px;
}
#what-we-do .theme-component-feature-image-list-item-content h4 {
font-size: 19px;
}
.ipiresies .famous-content p,.page-id-12127 .ipiresies .famous-content p {
height: auto;
padding-bottom: 42px!important;
}
.page-id-12127 .ipiresies .sight-tlt p{
height:auto;
}
#small-tlt .sight-tlt p {
height: auto;
}
.page-id-12133 .famous-content p,.famous-content p {
height: auto;
padding-bottom: 50px!important;
}
.ipiresies .sight-tlt p {
height: auto;
}
@media only screen and (max-width: 1223px) {
a.theme-menu-responsive-button {
border: none!important;
}
}
@media only screen and (max-width: 1024px) {
#site-header {
padding: 6px 25px;
}
.theme-component-logo-retina img {
width: 61%;
}
html .theme-page .theme-page-header .theme-component-button>a {
padding: 6px 18px 6px 18px;
font-size: 14px;
}
.famous-content p{
height: 360px;
font-size: 15px;
}
.ipiresies .sight-tlt p {
height: 100px;
padding-right: 26px;
font-size: 17px;
}
}
@media only screen and (max-width: 900px) {
.famous-content p{
height: auto;
font-size: 17px;
padding-bottom:30px!important;
}
.ipiresies .sight-tlt p,.sight-tlt p {
height: auto;
padding-right: 26px;
font-size: 18px;
}
.ipiresies .famous-content p {
height: auto;
}
}
@media only screen and (max-width: 768px) {
#what-we-do .wpb_column.vc_column_container.vc_col-sm-4 {
width:100%;
}
h2.theme-component-header-subheader-header {
font-size: 30px;
}
#explore-blockone p.theme-component-paragraph-large.theme-component-paragraph-large-style-1.aligncenter.intro-tpt {
font-size: 20px;
width: 100%;
}
#explore-blocktwo .theme-component-testimonial-list-item p {
font-size: 20px;
width: 100%;
}
#content-slide {
padding-left: 27px;
}
.theme-component-tab.ui-tabs .ui-tabs-panel {
height: 255px;
margin-bottom: 61px;
}
#contact-block #left h3 {
font-size: 27px;
}
#general-tlt h3 {
font-size: 30px;
}
html .theme-column-style-2 {
padding: 66px 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea{
padding-top: 11px;
padding-bottom: 16px;
}
#map-block {
height: 560px;
display: none;
}
#map-mobile{
display: block;
}
#vehicle-template-custom #left,#vehicle-template-custom #right{
width:100%;
}
#vehicle-template-custom #right{
padding-right:150px;
}
#paroxes-car {
padding-top: 54px;
padding-bottom: 31px;
}
.theme-page .theme-page-footer .theme-page-footer-top+.theme-page-footer-middle {
margin-top: -132px;
}
#text-5,#text-6 {
margin-bottom: 23px;
}
#nav_menu-3 {
margin-top: 30px;
}
.theme-widget .theme-widget-header {
margin-bottom: 14px;
}
#explore-blockone #point{
padding-bottom:25px;
}
#paroxes {
margin-bottom: 43px!important;
}
#about-info #left p {
font-size: 18px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.theme-component-button.theme-component-button-style-1{
padding: 11px;
}
.qtip{
right:0!important;
}
#what-we-do {
padding-bottom: 6%;
}
#explore-blocktwo .theme-component-testimonial-list-item p {
font-size: 17px;
}
#keimeniki-template h1 {
font-size: 30px;
margin-bottom: 8%;
}
#what-we-do .custom-btn {
margin-top: 30px;
margin-bottom: 25px;
}
#keimeniki-template .vc_col-sm-4 {
width: 57%;
margin-left: 0;
}
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>p{
font-size: 15px;
}
#footer-social {
padding-right: 0;
}
}
@media only screen and (max-width: 767px) {
#explore-blocktwo #car .vc_column-inner {
padding: 208px;
}
.theme-component-tab.ui-tabs .ui-tabs-panel {
height: auto;
}
#content-slide {
margin-bottom: 35px;
}
#taverna img{
margin-bottom:30px;
}
#quest {
float: left;
padding: 0 12%;
}
#lagage-block{
width: 47%;
display: inline-block;
}
#vehicle-template-custom #right {
padding-right: 0;
}
#footer-bottom-block {
padding-bottom: 26px;
}
#about-info {
padding: 29px 0;
}
#about-info #left {
padding-bottom: 48px;
}
html .theme-column-style-2 {
padding: 49px 0;
}
#footer-blocks .vc_col-sm-3{
padding-bottom:30px;
}
#keimeniki-template .vc_col-sm-4 {
width: 100%;
}
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>p {
font-size: 18px;
}
.theme-page .theme-page-footer .theme-page-footer-bottom{
padding-bottom: 0;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.theme-component-button.theme-component-button-style-1{
font-size: 14px;
}
}
@media only screen and (max-width: 500px) {
#explore-blocktwo #car .vc_column-inner {
padding: 120px;
}
h2.theme-component-header-subheader-header {
font-size: 25px;
}
h1,#custom-header-inner h1 {
font-size: 28px;
}
.qtip {
right: unset!important;
margin-top: 55px!important;
}
a.theme-menu-responsive-button {
position: absolute;
right: 0;
top: 1px;
}
#contact-block #left h3 {
margin-top: 10px;
}
#custom-header-inner h1{
padding: 18% 0;
}
#about-info #left p {
font-size: 17px;
}
.theme-page .theme-page-content{
padding-bottom: 51px;
}
a.theme-menu-responsive-button {
position: relative;
}
#mobile-call {
display:inline-flex;
justify-content: center;
align-items: center;
}
#mobile-call img {
display: unset;
margin-right: 15px;
width: 25px;
}
.desk-call,#contact-head{
display:none;
} .desk-call {
display: flex;
font-weight: 700;
min-width: 280px;
justify-content: space-between;
flex-wrap: wrap;
flex-direction: row;
margin: auto;
}
.desk-call-mob { font-weight: 700;
min-width: 305px;
justify-content: space-between;
flex-wrap: wrap;
flex-direction: row; margin-right: 0px;
}
span.desk-call a:nth-child(1) {
padding-right: unset;
} @supports (-webkit-touch-callout: none) {
.desk-call {
flex-direction: column;
}
}
}
#lang_sel_list li a {
font-size: 15px;
}
#keimeniki-template h1,h1 {
font-size: 25px;
}
#contact-block #left h3 {
font-size: 23px;
}
.theme-component-header-subheader {
margin-bottom: 44px;
}
#mobile-header{
padding: 5px 12px;
}
#contact-block #right h4{
padding-right: 20px;
}
#general-tlt h3 {
font-size: 23px;
}
#about-info #left p {
width: 100%;
}
html .theme-column-style-2 {
padding: 35px 0;
}
.theme-component-logo-retina img {
width: 91%;
}
#gdpr h2{
font-size:20px;
}
#keimeniki-template {
padding-top: 9%;
}
}
.theme-page-header-top {
background:black !important;
color:white !important;
}
.theme-page-header-top a {
color:white !important;
}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:#000000;
}
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:#000000;
}
.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:#000000;
}
#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>a>span>.theme-vehicle-list-item-title,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a>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:#000000;
}
.theme-text-color-6,
#theme-full-screen-search-form #theme-full-screen-search-form-close-button
{
color:#000000;
}
.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:#000000;
}
.theme-text-color-9
{
color:#EAECEE; 
}
.theme-text-color-10
{
color:#000000;
}
.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:#000000;
}
.theme-qtip,
.theme-border-color-2
{
border-color:#000000;
}
.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:#000000;
}
.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:#000000;
}
.theme-border-color-7
{
border-color:#F6F6F6;
}
.theme-border-color-8
{
border-color:#000000;
}
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:#000000;
}
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:#000000;
}
.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:#000000;   
}
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:#000000;
}
#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:#000000;
}
.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:#000000;
}
#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:#000000;
}
.theme-background-color-11
{
background-color:#CED3D9;
}
.theme-background-color-12
{
background-color:#F6F6F6;
}