@font-face {
font-family: 'Jost';
font-style: normal;
font-weight: 400;
font-variant-numeric: tabular-nums;
src: url(//berlinexauto.com/wp-content/themes/quattro/css/fonts/Jost/Jost-400.otf) format('opentype');
}
@font-face {
font-family: 'Jost';
font-style: normal;
font-weight: 500;
src: url(//berlinexauto.com/wp-content/themes/quattro/css/fonts/Jost/Jost-500.otf) format('opentype');
}
@font-face {
font-family: 'Jost';
font-style: normal;
font-weight: 600;
src: url(//berlinexauto.com/wp-content/themes/quattro/css/fonts/Jost/Jost-600.otf) format('opentype');
}
@font-face {
font-family: 'Jost';
font-style: normal;
font-weight: 700;
src: url(//berlinexauto.com/wp-content/themes/quattro/css/fonts/Jost/Jost-700.otf) format('opentype');
}
@font-face {
font-family: 'Jost';
font-style: normal;
font-weight: 800;
src: url(//berlinexauto.com/wp-content/themes/quattro/css/fonts/Jost/Jost-800.otf) format('opentype');
}
html {
color: #000;
background: #FFF
}
* {
tap-highlight-color: transparent !important;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, th, td, a {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
}
body {
font-family: var(--pix-main-font);
font-size: var(--pix-font-size);
line-height: 1.857142857142857;
color: var(--pix-font-color);
}
a {
color: var(--pix-hlink-color);
text-decoration: none;
transition: color .33s;
}
a:hover, a:active, a:focus {
color: var(--pix-hlink-color);
outline: none !important;
text-decoration: none
}
footer a:hover, footer a:active, footer a:focus {
color: var(--pix-main-color);
}
table {
border-collapse: collapse;
border-spacing: 0
}
fieldset, img {
border: 0
}
address, button, caption, cite, code, dfn, input, optgroup, option, select, strong, textarea, th, var {
font: inherit;
font-size: var(--pix-font-size);
}
b, strong {
font-weight: 700;
}
ins {
text-decoration: none
}
caption, th {
text-align: left
}
q:before, q:after {
content: ''
}
abbr, acronym {
border: 0;
font-variant: normal
}
sup {
vertical-align: baseline
}
sub {
vertical-align: baseline
}
legend {
color: #000;
}
h1, h2, h3, h4, h5, h6,
h2 a, h3 a {
font-family: var(--pix-title-font);
font-weight: var(--pix-title-weight);
}
html :focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none !important;
}
a[href^=tel] {
color: inherit;
}
a.pix-underline,
.pix-underline a{
text-decoration: none !important;
background-image: linear-gradient(var(--pix-title-color), var(--pix-title-color));
background-position: 0 85%;
background-repeat: no-repeat;
background-size: 100% 1px;
transition: background-size .33s, background-position .33s;
}
a.pix-underline:hover,
.pix-underline:hover a {
text-decoration: none;
background-size: 100% 0;
background-position: 0 100%;
}
.pix-a-hover-underline {
display: inline-block;
position: relative;
}
a:hover .pix-a-hover-underline:after {
opacity: 1;
transform: translateY(-3px);
}
.pix-a-hover-underline:after {
background-color: var(--pix-main-color);
content: "";
height: 1px;
left: 0;
opacity: 0;
pointer-events: none;
position: absolute;
top: 100%;
width: 100%;
transform: translateY(1px);
transition: color 0.3s, transform 0.3s;
}
p {
font-size: var(--pix-font-size);
font-weight: var(--pix-font-weight);
line-height: 25px;
color: var(--pix-font-color);
}
.pix-sidebar-box p {
color: #bbbbbb;
}
button {
cursor: pointer;
border: none;
padding: inherit;
background: transparent;
}
label, span, li {
font-family: inherit;
}
.clearfix:after {
content: "";
display: table;
clear: both;
} .grid-big__item-video > a,
.grid-big__item > a {
position: absolute;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
}
.pix-overlay {
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
content: '';
background: #333;
-webkit-transition: opacity .33s;
transition: opacity .33s;
}
.pix-overlay.pix-main-color {
background: var(--pix-main-color);
}
.pix-overlay.pix-additional-color {
background: var(--pix-additional-color);
}
.pix-block-content {
position: relative;
}
.pix-text-review-left .pix-block-content {
text-align: left;
}
.pix-text-review-right .pix-block-content {
text-align: right;
}
.pix-no-wrap {
white-space: nowrap;
} .pix-button {
padding: 0.75em 2.5em;
background: var(--pix-main-color);
-webkit-border-radius: 5px;
border-radius: 5px;
border: var(--pix-buttons-border) solid transparent;
font-family: var(--pix-buttons-font);
font-size: var(--pix-buttons-font-size);
font-weight: var(--pix-buttons-font-weight);
font-style: var(--pix-buttons-font-style);
text-transform: var(--pix-buttons-text-transform);
letter-spacing: var(--pix-buttons-letter-spacing);
line-height: normal !important;
text-align: center;
display: inline-block;
cursor: pointer;
color: #fff;
-webkit-transition: color .33s, background .33s, box-shadow .33s;
transition: color .33s, background .33s, box-shadow .33s;
-webkit-font-smoothing: subpixel-antialiased;
white-space: nowrap;
text-overflow: ellipsis;
background-image: url(//berlinexauto.com/wp-content/themes/quattro/images/absurdity.png);
}
.pix-single-info .pix-sidebar-submit .pix-button,
.pix-product-box-price .pix-button,
.pix-sale-box-price .pix-button{
-webkit-transition: background .33s, box-shadow .33s;
transition: background .33s, box-shadow .33s;
}
.pix-button:not([href]):not([tabindex]),
.pix-button.pix-disable-btn:not([href]):not([tabindex]):hover {
color: #fff;
}
.pix-button:not([href]):not([tabindex]):hover { color: #fff;
}
.pix-button:hover {
background: var(--pix-additional-color);
color: #fff;
border: var(--pix-buttons-border) solid transparent;
-webkit-box-shadow: var(--pix-buttons-shadow);
box-shadow: var(--pix-buttons-shadow);
background-image: url(//berlinexauto.com/wp-content/themes/quattro/images/absurdity.png);
}
.pix-button:hover:focus { }
.pix-button:hover span { }
.pix-button:active {
background: var(--pix-additional-color);
opacity: .8;
transform: translateY(1px);
-webkit-transition: transform .2s;
transition: transform .2s;
background-image: url(//berlinexauto.com/wp-content/themes/quattro/images/absurdity.png);
}
.pix-button:focus {
color: #fff;
}
.pix-button.pix-disable-btn {
background: #9a9a9a;
color: #fff;
cursor: default;
}
.pix-button.pix-disable-btn:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
.pix-button.pix-disable-btn:active {
opacity: 1;
transform: none;
}
.pix-button.pix-dark {
background: var(--pix-black-color);
color: #fff;
}
.pix-button.pix-dark.pix-transparent {
color: var(--pix-black-color);
border-color: var(--pix-black-color);
}
.pix-button:hover.pix-dark {
background: var(--pix-black-color);
border-color: transparent;
color: var(--pix-main-color);
}
.pix-button:hover.pix-transparent.pix-dark {
background: var(--pix-black-color);
border-color: transparent;
color: #fff;
}
.pix-button.pix-light {
background: #fff;
color: var(--pix-black-color);
}
.pix-button:hover.pix-light {
background: #fff;
border: var(--pix-buttons-border) solid transparent;
color: var(--pix-main-color);
}
.pix-button.pix-transparent {
background: transparent;
color: var(--pix-main-color);
border: var(--pix-buttons-border) solid var(--pix-main-color);
}
.pix-button:hover.pix-transparent {
background: transparent;
color: var(--pix-main-color);
border-color: transparent;
}
.pix-button.pix-h-s {
padding-left: 1.5em;
padding-right: 1.5em;
}
.pix-button.pix-h-m {
padding-left: 3em;
padding-right: 3em;
}
.pix-button.pix-h-l {
padding-left: 4em;
padding-right: 4em;
}
.pix-button.pix-h-xl {
padding-left: 5.5em;
padding-right: 5.5em;
}
.pix-button.pix-v-xs {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.pix-button.pix-v-s {
padding-top: 1.2em;
padding-bottom: 1.2em;
}
.pix-button.pix-v-m {
padding-top: 1.5em;
padding-bottom: 1.5em;
}
.pix-button.pix-v-l {
padding-top: 1.5em;
padding-bottom: 1.5em;
}
.pix-button.pix-v-xl {
padding-top: 2.2em;
padding-bottom: 2.2em;
}
.pix-square-buttons .pix-button,
html .pix-button.pix-square {
-webkit-border-radius: 0;
border-radius: 0;
}
.pix-rounded-buttons .pix-button,
.pix-rounded-buttons.woocommerce a.button,
.pix-rounded-buttons.woocommerce button.button,
.pix-rounded-buttons .pix-product .woo-item-grid .button,
.pix-rounded-buttons .comment-respond form input[type=submit],
.pix-rounded .pix-contact-form input[type=submit],
.pix-button.pix-rounded {
-webkit-border-radius: 5px;
border-radius: 5px;
}
.pix-round-buttons .pix-button,
.pix-round-buttons.woocommerce a.button,
.pix-round-buttons.woocommerce button.button,
.pix-round-buttons .pix-product .woo-item-grid .button,
.pix-round-buttons .comment-respond form input[type=submit],
.pix-round .pix-contact-form input[type=submit],
.pix-button.pix-round {
-webkit-border-radius: 150px;
border-radius: 150px;
}
.pix-button.pix-font-s,
a.pix-link.pix-font-s,
a.link-centerline.pix-font-s {
font-size: 14px;
}
.pix-button.pix-font-m,
a.pix-link.pix-font-m,
a.link-centerline.pix-font-m {
font-size: var(--pix-font-size);
}
.pix-button.pix-font-l,
a.pix-link.pix-font-l,
a.link-centerline.pix-font-l {
font-size: 17px;
}
.pix-button.pix-font-xl,
a.pix-link.pix-font-xl,
a.link-centerline.pix-font-xl {
font-size: 18px;
}
.pix-link {
text-decoration: underline;
color: var(--pix-main-color);
font-weight: 700;
-webkit-transition: color .33s;
transition: color .33s;
}
.pix-link.pix-dark {
color: var(--pix-black-color);
}
.pix-link:hover,
.pix-link:focus {
text-decoration: none;
color: var(--pix-main-color);
}
.pix-link:active {
text-decoration: none;
opacity: .75;
}
.pix-input {
width: 100%;
background: none;
border: none;
border-bottom: 2px solid #111111;
padding: 10px 0;
color: #fff;
font-size: var(--pix-font-size);
line-height: 24px;
font-family: var(--pix-main-font);
font-weight: 900;
}
.pix-input::-webkit-input-placeholder {
color: #fff
}
.pix-input::-moz-placeholder {
color: #fff
}
.pix-input:-moz-placeholder {
color: #fff
}
.pix-input:-ms-input-placeholder {
color: #fff
}
form.mc4wp-form {
width: 100%;
} .pix-img-greyscale img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: filter .33s;
transition: filter .33s;
}
.pix-img-greyscale .pix-cars-body-box:hover img,
.pix-img-greyscale .person__item:hover img,
.pix-img-greyscale .grid-portfolio__item:hover img,
.pix-img-greyscale .cards-beyond__item:hover img,
.pix-img-greyscale .news-card-centered:hover img,
.pix-img-greyscale .news-card:hover .news-card__image img,
.pix-img-greyscale .news-card-long:hover .news-card-long__image img,
.pix-img-greyscale .grid-big__item:hover img,
.pix-img-greyscale .grid-big__item-video:hover img,
.pix-img-greyscale a.item:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.pix-img-greyscale .person__item-overlay,
.pix-img-greyscale .grid-big__item-container,
.pix-img-greyscale .cards-beyond__item-container {
background: rgba(0, 0, 0, 0.15);
} .vc_row.pix-rounded,
.pix-rounded .pix-contact-form input:not([type=submit]),
.pix-rounded .pix-contact-form textarea,
.pix-rounded .news-card,
.pix-rounded .news-card-latest,
.pix-rounded .news-card-long,
.pix-rounded .news-card-latest__item,
.pix-rounded .news-card-message__text,
.pix-rounded .news-card-price,
.pix-rounded .person__item-container,
.pix-rounded .person__item-container .pix-img-wrapper,
.pix-rounded .grid-portfolio__container,
.pix-rounded .grid-portfolio__item,
.pix-rounded .grid-portfolio__item .pix-img-wrapper,
.pix-rounded .service-box-5,
.pix-rounded.pix-has-border,
.pix-rounded.pix-hover-filled,
.pix-rounded .pix-ibox-top,
.pix-rounded .pix-ibox-title-side,
.pix-rounded .blog-list__article,
.pix-rounded .blog-article,
.pix-rounded .service-page,
.pix-rounded .side-menu__item {
-webkit-border-radius: 10px;
border-radius: 10px;
overflow: hidden;
}
.vc_row.pix-round,
.pix-round .news-card,
.pix-round .news-card-latest,
.pix-round .news-card-long,
.pix-round .news-card-latest__item,
.pix-round .news-card-message__text,
.pix-round .news-card-price,
.pix-round .person__item-container,
.pix-round .person__item-container .pix-img-wrapper,
.pix-round .grid-portfolio__container,
.pix-round .grid-portfolio__item,
.pix-round .grid-portfolio__item .pix-img-wrapper,
.pix-round .service-box-5,
.pix-round.pix-has-border,
.pix-round.pix-hover-filled,
.pix-round .pix-ibox-top,
.pix-round .pix-ibox-title-side,
.pix-round .blog-list__article,
.pix-round .blog-article,
.pix-round .service-page,
.pix-round .side-menu__item {
-webkit-border-radius: 20px;
border-radius: 20px;
overflow: hidden;
}
.pix-round .pix-contact-form textarea {
-webkit-border-radius: 30px;
border-radius: 30px;
}
.pix-round .pix-contact-form input:not([type=submit]) {
-webkit-border-radius: 50px;
border-radius: 50px;
}
.vc_row.pix-rounded,
.vc_row.pix-round,
.pix-rounded .news-card,
.pix-round .news-card {
overflow: hidden;
}
.pix-rounded .news-card .news-card__image .label-date {
-webkit-border-radius: 0 0 0 10px;
border-radius: 0 0 0 10px;
}
.pix-round .news-card .news-card__image .label-date {
-webkit-border-radius: 0 0 0 20px;
border-radius: 0 0 0 20px;
}
.pix-rounded .service-box-5__text,
.pix-rounded .news-card__text {
-webkit-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
}
.pix-round .service-box-5__text,
.pix-round .news-card__text {
-webkit-border-radius: 0 0 20px 20px;
border-radius: 0 0 20px 20px;
}
.pix-rounded .blog-list__article-text > span a,
.pix-rounded .blog-masonry__item-text > span a,
.pix-rounded a.side-menu__item-all_news,
.pix-rounded .service-box-5 > span a {
-webkit-border-radius: 10px 0 10px 0;
border-radius: 10px 0 10px 0;
}
.pix-round .blog-list__article-text > span a,
.pix-round .blog-masonry__item-text > span a,
.pix-round a.side-menu__item-all_news,
.pix-round .service-box-5 > span a {
-webkit-border-radius: 20px 0 20px 0;
border-radius: 20px 0 20px 0;
} .pix-img-wrapper {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.pix-rounded .person__item-container .pix-img-wrapper,
.pix-round .person__item-container .pix-img-wrapper,
.pix-rounded .grid-portfolio__item .pix-img-wrapper,
.pix-round .grid-portfolio__item .pix-img-wrapper,
.pix-rounded .service-box-5 .pix-img-wrapper,
.pix-round .service-box-5 .pix-img-wrapper,
.pix-rounded .blog-list__article .blog-list__article-image,
.pix-round .blog-list__article .blog-list__article-image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
.pix-rounded .blog-list__article .blog-list__article-image,
.pix-rounded .service-box-5 .pix-img-wrapper {
border-radius: 10px 10px 0 0;
}
.pix-round .blog-list__article .blog-list__article-image,
.pix-round .service-box-5 .pix-img-wrapper {
border-radius: 20px 20px 0 0;
}
.pix-rounded .pagination span.current {
-webkit-border-radius: 5px;
border-radius: 5px;
}
.pix-round .pagination span.current {
-webkit-border-radius: 10px;
border-radius: 10px;
} .pix-text-left {
text-align: left;
}
.pix-text-center {
text-align: center;
}
.pix-text-right {
text-align: right;
}
.pix-top {
align-self: start;
}
.pix-middle {
align-self: center;
}
.pix-bottom {
align-self: end;
} .pix-theme-tone-dark a:not(.pix-button):hover,
.pix-theme-tone-dark a:active,
.pix-theme-tone-dark a:focus {
color: var(--pix-main-color);
}
body.pix-theme-tone-dark,
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.pix-theme-tone-dark blockquote:before,
.pix-theme-tone-dark .pix-cars-body-box{
background-color: #070707;
}
.pix-theme-tone-dark div[role=button],
.pix-theme-tone-dark div.gm-svpc,
.pix-theme-tone-dark button.gm-control-active {
background-color: #070707 !important;
}
.pix-theme-tone-dark .news-card-profile__text,
.pix-theme-tone-dark .news-item-price-long,
.pix-theme-tone-dark .news-card-feedback,
.pix-theme-tone-dark .news-card-people,
.pix-theme-tone-dark .news-card-long,
.pix-theme-tone-dark .pix-testimonial,
.pix-theme-tone-dark .news-card-price,
.pix-theme-tone-dark .pix-price-box,
.pix-theme-tone-dark .pix-price-box:before,
.pix-theme-tone-dark .pix-contact-form .form-group,
.pix-theme-tone-dark .pix-contact-form input:not([type=submit]),
.pix-theme-tone-dark .pix-contact-form textarea,
.pix-theme-tone-dark .woocommerce-product-search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="text"],
.pix-theme-tone-dark .news-card-message__text,
.pix-theme-tone-dark .pix-border-shadow-overlay,
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs li,
.pix-theme-tone-dark .service-box-5__text,
.pix-theme-tone-dark textarea,
.pix-theme-tone-dark .form-control,
.pix-theme-tone-dark .form-control:focus,
.pix-theme-tone-dark .blog-article__comments,
.pix-theme-tone-dark .side-menu__item,
.pix-theme-tone-dark .pagination span.current,
.pix-theme-tone-dark .menu-mobile__list,
.pix-theme-tone-dark .pix-product-box,
.pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li span.current,
.pix-theme-tone-dark .pix-pagination ul li.pix-active,
.pix-theme-tone-dark .pix-blog-article-info,
.pix-theme-tone-dark .modal .modal-body,
.pix-theme-tone-dark .news-card-centered__text{
background-color: #111111;
}
.pix-theme-tone-dark .pix-white-select .pix-custom-select .custom-select__option:hover,
.pix-theme-tone-dark .pix-white-select .pix-custom-select .custom-select__option:focus {
background: #111111;
}
.pix-theme-tone-dark .pix-white-select .custom-select__option--value,
.pix-theme-tone-dark .pix-white-select .pix-custom-select .custom-select__option,
.pix-theme-tone-dark .pix-white-select .custom-select__dropdown,
.pix-theme-tone-dark .modal-body .pix-light-input{
background-color: #3e3e3e;
}
.pix-theme-tone-dark p,
.pix-theme-tone-dark div,
.pix-theme-tone-dark .pix-ibox-side p,
.pix-theme-tone-dark .news-card-feedback p,
.pix-theme-tone-dark .news-card-price__text li,
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.pix-theme-tone-dark,
.pix-theme-tone-dark,
.pix-theme-tone-dark .news-card-profile__text p,
.pix-theme-tone-dark .post__meta a,
.pix-theme-tone-dark .blog-list__article-text .article-title p {
color: #bbb;
}
.pix-theme-tone-dark h1,
.pix-theme-tone-dark h2,
.pix-theme-tone-dark h3,
.pix-theme-tone-dark h4,
.pix-theme-tone-dark h5,
.pix-theme-tone-dark h6,
.pix-theme-tone-dark a:not(:hover):not(.pix-button),
.pix-theme-tone-dark .pix-title-h2,
.pix-theme-tone-dark .pix-has-border h2,
.pix-theme-tone-dark .pix-ibox-side .text h2,
.pix-theme-tone-dark .pix-ibox-side .text strong,
.pix-theme-tone-dark .pix-contact-form input:not([type=submit]),
.pix-theme-tone-dark .pix-contact-form textarea,
.pix-theme-tone-dark .woocommerce-product-search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="text"],
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.pix-theme-tone-dark .vc_tta-title-text,
.pix-theme-tone-dark blockquote,
.pix-theme-tone-dark blockquote p,
.pix-theme-tone-dark .blog-article .post-content blockquote p,
.pix-theme-tone-dark .blog-article .post-content blockquote p:last-child,
.pix-theme-tone-dark .blog-article .rtd h1,
.pix-theme-tone-dark .blog-list .rtd h1,
.pix-theme-tone-dark .blog-article .rtd h2,
.pix-theme-tone-dark .blog-list .rtd h2,
.pix-theme-tone-dark .blog-article .rtd h3,
.pix-theme-tone-dark .blog-list .rtd h3,
.pix-theme-tone-dark .blog-article .rtd h4,
.pix-theme-tone-dark .blog-list .rtd h4,
.pix-theme-tone-dark .blog-article .rtd h5,
.pix-theme-tone-dark .blog-list .rtd h5,
.pix-theme-tone-dark .blog-article .rtd h6,
.pix-theme-tone-dark .blog-list .rtd h6,
.pix-theme-tone-dark textarea,
.pix-theme-tone-dark .form-control,
.pix-theme-tone-dark .pix-cart-items,
.pix-theme-tone-dark .pix-testimonial-name,
.pix-theme-tone-dark .pix-testimonial-job,
.pix-theme-tone-dark .pix-team-item-bottom *,
.pix-theme-tone-dark .pix-offer-box-text,
.pix-theme-tone-dark .pix-progressbar-box .col-6,
.pix-theme-tone-dark .pix-accordion-btn button.collapsed,
.pix-theme-tone-dark .pix-price-box-top p,
.pix-theme-tone-dark .pix-cars-body-row div:first-child,
.pix-theme-tone-dark .pix-product-box-list ul li,
.pix-theme-tone-dark .pix-white-select .pix-custom-select .custom-select__option,
.pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li a, .pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li span,
.pix-theme-tone-dark .modal-body .pix-light-input{
color: #fff;
}
.pix-theme-tone-dark aside .side-menu__item ul li a:not(:hover),
.pix-theme-tone-dark aside .menu li a,
.pix-theme-tone-dark aside .side-menu__item ul li {
color: #999;
}
.pix-theme-tone-dark .pix-button.pix-dark {
color: var(--pix-main-color);
background-color: transparent;
border-color: var(--pix-main-color);
}
.pix-theme-tone-dark .pix-store-box-buy a,
.pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li span.current,
.pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li a:hover{
color: var(--pix-main-color);
}
.pix-theme-tone-dark .pix-button:hover.pix-dark {
background: transparent;
}
.pix-theme-tone-dark .pix-has-border,
.pix-theme-tone-dark .news-item-price-long,
.pix-theme-tone-dark .flip .service-box-3,
.pix-theme-tone-dark .news-card-centered__text{
border: 1px solid #777;
}
.pix-theme-tone-dark .news-card-price__header.pix-dark {
background-color: #666666;
}
.pix-theme-tone-dark .news-card-price__header.pix-dark + .news-card-price__text {
background-color: #444444;
}
.pix-theme-tone-dark .news-card-message__text:after {
border-color: transparent transparent #333333 #333333;
}
.pix-theme-tone-dark .woocommerce-product-gallery .flex-viewport,
.pix-theme-tone-dark .flex-control-thumbs li,
.pix-theme-tone-dark .side-menu__item,
.pix-theme-tone-dark .pagination span.current,
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs li,
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.pix-theme-tone-dark .form-control,
.pix-theme-tone-dark .woocommerce-product-search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="text"],
.pix-theme-tone-dark .service-page__list ul li,
.pix-theme-tone-dark .pix-cars-body-box,
.pix-theme-tone-dark .pix-cars-body-box:hover,
.pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li span.current,
.pix-theme-tone-dark .pix-pagination ul li.pix-active,
.pix-theme-tone-dark .pix-accordion-btn,
.pix-theme-tone-dark .pix-accordion-body,
.pix-theme-tone-dark .pix-light-input{
border-color: #777;
}
.pix-theme-tone-dark .pix-white-select .custom-select__option--value:after{
border-top-color: #fff;
}
.pix-theme-tone-dark .pix-white-select .custom-select__option--value,
.pix-theme-tone-dark .pix-white-select .pix-custom-select .custom-select__option,
.pix-theme-tone-dark .pix-white-select .custom-select__dropdown{
border-color: #4b4b4b;
}
.pix-theme-tone-dark .service-box-5__text,
.pix-theme-tone-dark .pix-store-box-img,
.pix-theme-tone-dark ul.products .woo-item-grid,
.pix-theme-tone-dark div.pix-product .woo-item-grid {
border: none;
}
.pix-theme-tone-dark .side-menu__item,
.pix-theme-tone-dark .pagination span.current,
.pix-theme-tone-dark .blog-article__comments {
box-shadow: none;
}
.disable-owl-carousel[class*='pix-col-']{
grid-row-gap: 50px;
}
.disable-owl-carousel.pix-col-2 {
display: grid;
grid-template-columns: auto auto;
}
.disable-owl-carousel.pix-col-3 {
display: grid;
grid-template-columns: auto auto auto;
}
.disable-owl-carousel.pix-col-4 {
display: grid;
grid-template-columns: auto auto auto auto;
}
.disable-owl-carousel.pix-col-5 {
display: grid;
grid-template-columns: auto auto auto auto auto;
}
.pix-shadow-corner {
position: absolute;
z-index: -1;
bottom: 15px;
left: 10px;
width: 50%;
height: 20%;
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
transform: rotate(-4deg);
}
.pix-shadow-corner.pix-right {
right: 10px;
left: auto;
transform: rotate(4deg);
}
.pix-shadow-curve {
position: absolute;
z-index: -2;
top: 50%;
bottom: 0;
left: 10px;
right: 10px;
-moz-border-radius: 20% / 10px;
border-radius: 20% / 10px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
a.link-centerline,
.wpb_text_column a.link-centerline,
a.comment-reply-link,
.pix-ibox-side p em a,
html .rev_slider em a {
text-decoration: none;
-webkit-appearance: none;
color: var(--pix-main-color);
font-weight: 700;
font-size: 15px;
line-height: normal;
-webkit-transition: color .1s;
transition: color .1s;
position: relative;
}
a.link-centerline:before,
a.comment-reply-link:before,
.pix-ibox-side p em a:before,
html .rev_slider em a:before,
.pix-header .pix-header-menu.main-color nav > ul.nav > li:before,
.pix-header .pix-header-menu.add-color nav > ul.nav > li:before,
.pix-header .pix-header-menu.gradient nav > ul.nav > li:before {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: var(--pix-main-color);
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: transform .75s;
transition: transform .75s;
}
.pix-header .pix-header-menu.main-color nav > ul.nav > li:before,
.pix-header .pix-header-menu.add-color nav > ul.nav > li:before,
.pix-header .pix-header-menu.gradient nav > ul.nav > li:before {
background: #fff;
height: 3px;
width: calc(100% - 20px);
margin-left: 10px;
}
a.link-centerline.pix-light {
color: #fff;
}
a.link-centerline.pix-dark {
color: #333;
}
a.link-centerline.pix-light:before {
background: #fff;
}
a.link-centerline.pix-dark:before {
background: #333;
}
a.link-centerline:hover:before,
a.comment-reply-link:hover:before,
.pix-ibox-side p em a:hover:before,
html .rev_slider em a:hover:before,
.pix-header .pix-header-menu.main-color nav > ul.nav > li:hover:before,
.pix-header .pix-header-menu.add-color nav > ul.nav > li:hover:before,
.pix-header .pix-header-menu.gradient nav > ul.nav > li:hover:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
h2 a.link-centerline {
font-size: 17px;
color: var(--pix-main-color);
}
.post-password-form input[type=password] {
background: #fff none repeat scroll 0 0;
border: 1px solid #e8ecef;
border-radius: 0;
color: #333;
font-size: 15px;
padding: 5px;
}
html input[type=button]:not([class]), input[type=reset]:not([class]), input[type=submit]:not([class]) {
border: 0;
font-size: 13px;
font-weight: normal;
letter-spacing: 1px;
color: #fff;
padding: 7px 12px;
background: #222;
}   #page-preloader {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #333;
z-index: 100500;
}
.pix-pulse {
height: 50px;
width: 100px;
overflow: hidden;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.pix-pulse:after {
content: '';
display: block;
background: var(--pix-svg-loader) 50% 0 no-repeat;
width: 100%;
height: 100%;
position: absolute;
background-size: contain;
-webkit-animation: 2s pix-pulse linear infinite;
-moz-animation: 2s pix-pulse linear infinite;
-o-animation: 2s pix-pulse linear infinite;
animation: 2s pix-pulse linear infinite;
clip: rect(0, 0, 50px, 0);
}
.pix-pulse:before {
content: '';
position: absolute;
z-index: -1;
left: 2px;
right: 2px;
bottom: 0;
top: 17px;
margin: auto;
height: 3px;
}
@keyframes pix-pulse {
0% {
clip: rect(0, 0, 50px, 0);
}
10% {
clip: rect(0, 33.33333px, 50px, 0);
}
20% {
clip: rect(0, 66.66667px, 50px, 0);
}
30% {
clip: rect(0, 100px, 50px, 0);
opacity: 1;
}
80% {
clip: rect(0, 100px, 50px, 0);
opacity: 0;
}
90% {
opacity: 0;
}
100% {
clip: rect(0, 100px, 50px, 0);
opacity: 0;
}
}
@-webkit-keyframes pix-pulse {
0% {
clip: rect(0, 0, 50px, 0);
}
10% {
clip: rect(0, 33.33333px, 50px, 0);
}
20% {
clip: rect(0, 66.66667px, 50px, 0);
}
30% {
clip: rect(0, 100px, 50px, 0);
opacity: 1;
}
80% {
clip: rect(0, 100px, 50px, 0);
opacity: 0;
}
90% {
opacity: 0;
}
100% {
clip: rect(0, 100px, 50px, 0);
opacity: 0;
}
}   .pix-header {
z-index: 3;
position: relative;
}
.pix-header * { }
.pix-header.transparent {
position: absolute;
width: 100%;
}
.pix-header nav {
height: 100%;
opacity: 1;
visibility: visible;
transition: opacity .33s, visibility .33s, height .33s;
white-space: nowrap;
}
.pix-header nav.pix-main-menu {
flex-grow: 1;
}
.pix-header.menu-aroundblock nav {
display: grid;
grid-template-columns: auto auto;
justify-content: space-between;
}
.pix-header.menu-aroundblock .container-fluid nav {
grid-gap: 30px;
}
.pix-header.menu-aroundblock .container-fluid nav.pix-menu-center-logo-left {
justify-content: start;
}
.pix-header.menu-aroundblock .container-fluid nav.pix-menu-center-logo-right {
justify-content: end;
}
.pix-header-abs-content{
position: absolute;
top: 0;
}
.pix-header-abs-content.pix-text-right{
right: 0;
}
.pix-header nav i {
font-size: 17px;
}
.pix-top-bar.black ul li,
.pix-top-bar.black ul li a {
transition: color .33s;
}
.pix-top-bar.black ul li,
.pix-top-bar.black ul li a {
color: #bbb;
}
.pix-top-bar.white ul li,
.pix-top-bar.white ul li a {
color: #333;
}
.pix-top-bar ul li a i {
font-size: 18px;
transition: color .33s;
}
.pix-header nav ul li.current-menu-item > a:before {
content: '';
position: absolute;
left: 0;
right: 0;
margin: auto;
width: 100%;
top: calc(50% + 10px);
border-bottom: 2px solid var(--pix-main-color);
}
.pix-header-menu nav ul li.current-menu-item > a:before {
content: none;
}   .pix-header.black,
.pix-top-bar.black {
background-color: #000;
}
.pix-header.black nav ul li ul.submenu,
.pix-header.black nav ul li ul.submenu li ul.submenu {
background-color: #1a1a1a;
}
.pix-header.black nav ul li,
.pix-header.black nav i,
.pix-header.black .addmenu h3,
.pix-header.black .addmenu ul li,
.pix-header.black .row .row span,
.pix-header.black .row .row h4,
.pix-header.black .row .row h4 a {
color: #fff;
}
.pix-top-bar ul li a:hover {
color: var(--pix-main-color);
}
.pix-header.white,
.pix-top-bar.white,
.pix-header.white nav ul li ul.submenu,
.pix-header-menu.white nav ul li ul.submenu{
background-color: #fff;
}
.pix-header.white nav ul li {
color: #0b0b0b;
}
.pix-header.black.menu-aroundblock nav ul li:not([class]):hover {
color: var(--pix-main-color);
}
.pix-header .pix-header-menu.main-color nav > ul > li:hover a,
.pix-header .pix-header-menu.add-color nav > ul > li:hover a,
.pix-header .pix-header-menu.gradient nav > ul > li:hover a{
color: #fff;
}
.pix-header.black nav ul .search-container {
background: #2b2b2b
}
.pix-header.black nav ul .search-container .input-container input {
background: #2b2b2b;
border: 1px solid rgba(255, 255, 255, .5);
color: #fff;
}
.pix-header.black nav ul .search-container .input-container:after {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#989898' viewBox='0 0 56.966 56.966'%3E%3Cpath d='M55.146 51.887L41.588 37.786c3.486-4.144 5.396-9.358 5.396-14.786 0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837 1.192-1.147 1.23-3.049.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3E%3C/svg%3E") no-repeat center center
}
.pix-header.black li#js-slide-menu i {
color: #fff
}
.pix-header.black nav ul.social li a i {
color: #fff
}
.pix-header nav ul li a:hover i,
.pix-header.black nav ul li a:hover i,
.pix-header.black nav ul.social li a:hover i,
.pix-top-bar.black ul li a:hover i {
color: var(--pix-main-color);
}
.pix-header.black nav ul li i,
.pix-header .pix-header-menu.main-color nav ul li.search a:hover i,
.pix-header .pix-header-menu.main-color nav ul li.cart a:hover i,
.pix-header .pix-header-menu.add-color nav ul li.search a:hover i,
.pix-header .pix-header-menu.add-color nav ul li.cart a:hover i,
.pix-header .pix-header-menu.gradient nav ul li.search a:hover i,
.pix-header .pix-header-menu.gradient nav ul li.cart a:hover i {
color: #fff;
}
.pix-header.black.menu-left {
background: #3f3f3f;
}
.pix-header.black.menu-left nav ul li {
color: #fff;
}
.pix-header.black.menu-left nav ul li:hover {
color: var(--pix-main-color);
}
.pix-header.black.menu-left__footer-social i {
color: rgba(255, 255, 255, 0.5);
}
.pix-header.black.menu-left__footer-social i:hover {
color: var(--pix-main-color)
}
.pix-header.black.menu-left-submenu {
background: #3f3f3f;
}
.pix-header.black.menu-left__footer span {
color: rgba(255, 255, 255, 0.5);
}
.pix-header.white {
background: #fff;
}
.pix-header.white nav ul li,
.pix-header-menu.white nav ul li{
color: #1a1a1a;
}
.pix-header.white nav ul li:hover {
color: var(--pix-main-color);
}
.pix-header.white nav ul li ul.submenu {
background: #fff;
}
.pix-header.white nav ul .search-container {
background: #fff;
-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .15);
box-shadow: 0 0 50px rgba(0, 0, 0, .15)
}
.pix-header.white nav ul .search-container .input-container input {
background: #fff;
border: 1px solid rgba(0, 0, 0, .5);
color: #000;
}
.pix-header.white nav ul .search-container .input-container:after {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#000000' viewBox='0 0 56.966 56.966'%3E%3Cpath d='M55.146 51.887L41.588 37.786c3.486-4.144 5.396-9.358 5.396-14.786 0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837 1.192-1.147 1.23-3.049.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3E%3C/svg%3E") no-repeat center center;
}
.pix-header.white li#js-slide-menu i {
color: #000;
}
.pix-header.white nav ul.social li a i {
color: #000;
}
.pix-header.white nav ul li i,
.pix-header-menu.white nav ul li i{
color: #000;
}
.pix-header.white.transparent{
background-color: rgba(255, 255, 255, var(--pix-header-transparent));
}
.pix-header.black.transparent {
background-color: rgba(0, 0, 0, var(--pix-header-transparent));
}
.pix-header-menu.white.transparent .container{
background-color: rgba(255, 255, 255, var(--pix-header-menu-transparent));
}
.pix-header-menu.black.transparent .container{
background-color: rgba(0, 0, 0, var(--pix-header-menu-transparent));
}
.pix-top-bar.white.transparent {
background-color: rgba(255, 255, 255, var(--pix-top-bar-transparent));
}
.pix-top-bar.black.transparent {
background-color: rgba(0, 0, 0, var(--pix-top-bar-transparent));
}
.pix-header.white.fixed,
.pix-header.pix-levels.white.fixed .pix-header-menu .container {
background-color: rgba(255, 255, 255, .75);
}
.pix-header.black.fixed,
.pix-header.pix-levels.black.fixed .pix-header-menu .container {
background-color: rgba(0, 0, 0, .75);
}
.pix-header.fixed.boxed{
background-color: transparent;
border-color: transparent;
}
.pix-header.fixed.boxed > .container {
box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
border-radius: 0 0 5px 5px;
}
.pix-header.white.fixed.boxed > .container {
background-color: rgba(255, 255, 255, .75);
}
.pix-header.black.fixed.boxed > .container {
background-color: rgba(0, 0, 0, .75);
}
.admin-bar .pix-header.fixed,
.admin-bar .pix-header .search-container {
margin-top: 32px;
}
.pix-header.pix-levels:not(.fixed) .search-container {
margin-top: var(--pix-header-height);
}
.admin-bar .pix-header.pix-levels:not(.fixed) .search-container {
margin-top: calc(32px + var(--pix-header-height));
}
.pix-header.black .pix-header-logo-black {
display: none
}
.pix-header.white .pix-header-logo-white {
display: none
}
.pix-header-menu.black .container {
background-color: rgba(0, 0, 0, 1);
}
.pix-header-menu.white .container {
background-color: rgba(255, 255, 255, 1);
}
.pix-header.pix-levels .pix-header-menu.main-color .container,
.pix-header-menu.main-color nav ul li ul.submenu{
background-color: var(--pix-main-color);
}
.pix-header.pix-levels .pix-header-menu.add-color .container,
.pix-header-menu.add-color nav ul li ul.submenu{
background-color: var(--pix-additional-color);
}
.pix-header-menu.main-color nav ul li ul.submenu,
.pix-header-menu.add-color nav ul li ul.submenu,
.pix-header-menu.gradient nav ul li ul.submenu {
opacity: .95 !important;
}   .pix-header.white .menu-mobile__header {
background-color: #fff;
}
.pix-header.white .menu-mobile__header .search-container {
color: #000;
}
.pix-header.white .menu-mobile__header .cart-container {
color: #000;
}
.pix-header.white .menu-mobile__header .cart-container span {
border: 3px solid #fff;
}
.pix-header.black .menu-mobile__header {
background-color: #000;
}
.pix-header.black .menu-mobile__header .search-container {
color: #fff;
}
.pix-header.black .menu-mobile__header .cart-container {
color: #fff;
}
.pix-header.black .menu-mobile__header .cart-container span {
border: 3px solid #000;
}
.pix-header .container {
height: var(--pix-header-height);
}
.pix-header.pix-levels {
height: var(--pix-header-height-levels);
}
.pix-header.pix-levels.fixed {
height: 0;
}
.pix-header.pix-levels .pix-header-menu .container {
height: 75px;
padding: 0 30px;
border-radius: 5px;
max-width: 1300px;
}
.pix-header.pix-levels.fixed .pix-header-menu .container {
border-radius: 0 0 5px 5px;
height: 50px;
}
.pix-header.pix-levels.fixed > .container {
display: none;
}
.wrapper {
overflow: hidden;
}
.pix-header .container,
.pix-top-bar .container {
padding: 0 15px;
display: flex;
display: grid;
grid-template-columns: auto 1fr auto;
grid-column-gap: 20px;
justify-items: stretch;
align-items: center;
position: relative;
}
.pix-header .container-fluid,
.pix-top-bar .container-fluid {
display: flex;
display: grid;
grid-template-columns: auto 1fr auto;
grid-column-gap: 30px;
justify-items: stretch;
align-items: center;
position: relative;
padding: 0 30px;
transition: width .33s, height .33s;
height: var(--pix-header-height);
}
.pix-header, .pix-header .pix-top-bar {
border-width: 0;
}
.pix-header:not(.header-topbar-view) {
border-style: solid none;
}
.pix-header.header-topbar-view, .pix-header .pix-top-bar {
border-bottom-style: solid;
}
.pix-header.black, .pix-header.black .pix-top-bar {
border-color: #333;
}
.pix-header.white, .pix-header.white .pix-top-bar {
border-color: #e1e1e1;
}
.pix-header.menu-aroundblock .container,
.pix-header.menu-aroundblock .container-fluid,
.pix-header.pix-levels .container{
grid-template-columns: auto;
}
.pix-header.header-topbar-view .pix-top-bar .container,
.pix-header.header-topbar-view .pix-top-bar .container-fluid {
grid-template-columns: auto auto;
height: 50px;
position: relative;
padding: 0 15px;
font-size: 14px;
}
.pix-header.header-topbar-view .pix-top-bar .container-fluid {
padding: 0 30px;
}
.pix-top-bar .header-topbarbox-2 {
justify-self: end;
}
.pix-header .pix-main-menu:not(.pix-text-center) {
justify-self: end;
}
.pix-header.fixed {
position: fixed;
left: 0;
right: 0;
top: 0;
background-color: #1a1a1a;
z-index: 30;
}
.pix-header.fixed:not(.boxed) {
box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}
.pix-header.fixed .container,
.pix-header.fixed .container-fluid,
.pix-header.fixed nav {
height: calc(var(--pix-header-height-sticky, 40px) + 10px);
}
.pix-fixed-content {
display: none !important;
}
.fixed li.pix-fixed-content {
display: inline-block !important;
margin-left: 20px;
}
.pix-top-bar ul li {
display: inline-block;
list-style: none;
}
.pix-top-bar .header-topbarbox-1,
.pix-top-bar .header-topbarbox-1 ul {
height: 100%;
}
.pix-top-bar .header-topbarbox-1 ul li {
padding-right: 50px;
position: relative;
height: 100%;
line-height: 50px;
}
.pix-top-bar .header-topbarbox-1 ul li i {
padding-right: 10px;
position: relative;
font-size: 18px;
top: 2px;
}
.pix-top-bar.black .header-topbarbox-1 ul li i {
color: #fff;
}
.pix-top-bar.white .header-topbarbox-1 ul li i {
color: #000;
}
.pix-top-bar .header-topbarbox-2 ul {
display: inline-block;
}
.pix-top-bar .header-topbarbox-2 ul.header-socials {
padding-left: 70px;
}
.pix-top-bar .header-topbarbox-2 a {
font-weight: 600;
}
.pix-top-bar .header-topbarbox-2 ul li {
padding-left: 10px;
}
.pix-top-bar .pix-button {
margin-left: 50px;
font-size: 14px;
transition: background .33s;
}
.pix-header.fixed .pix-top-bar {
display: none;
}
.pix-header:not(.pix-levels) .menu-logo.hide,
.pix-header nav.hide:not(.pix-info-container) {
visibility: hidden;
opacity: 0;
}
.menu-logo a.navbar-brand {
line-height: 15px;
padding: 0;
margin: 0 !important;
}
.menu-logo a.navbar-brand img {
-webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.pix-header .menu-logo {
display: flex;
display: grid;
opacity: 1;
visibility: visible;
transition: height .33s;
z-index: 1;
height: 100%;
align-items: center;
}
.pix-header .menu-logo img {
width: 100%;
height: auto;
}
.pix-header nav ul {
display: inline-block;
height: 100%;
}
.pix-header.menu-aroundblock nav ul.main-menu-elements {
padding: 0;
position: relative;
}
.pix-header .pix-menu-center-logo-left .header-social-link {
padding: 0 5px;
}
.pix-header .pix-menu-center-logo-left .header-social-link:first-child {
padding-left: 0;
}
.pix-header.pix-levels nav ul.main-menu-elements {
padding: 0 15px;
}
.pix-header.pix-levels nav ul.main-menu-elements li:last-child {
padding-right: 0;
}
.pix-header.pix-header-info .pix-info-container li {
padding-left: 30px;
}
.pix-header.pix-header-info .pix-info-container li:last-child {
padding-right: 0;
}
.pix-header.pix-levels .pix-info {
position: relative;
height: 50px;
padding-left: 50px;
top: calc(50% - 25px);
}
.pix-header.pix-levels .pix-info i {
position: absolute;
top: calc(50% - 18px);
left: 0;
font-size: 36px;
color: var(--pix-main-color) !important;
}
.pix-header.pix-levels .pix-info span {
position: relative;
top: -2px;
}
.pix-header.pix-levels.black .pix-info span {
color: #eee;
}
.pix-header.pix-levels.black .pix-info h4 {
color: #fff;
}
.pix-header.pix-levels.white .pix-info span {
color: #777;
}
.pix-header.pix-levels.white .pix-info h4 {
color: #333;
}
.pix-header.pix-levels.pix-header-info nav > ul > li > a.pix-button {
top: calc(50% - 16px);
margin-top: -4px;
}
.pix-header.black nav > ul > li > a.pix-button:hover {
color: #fff;
background-color: transparent;
border-color: #fff;
}
.pix-header nav ul li {
display: inline-block;
position: relative;
font-size: 17px;
font-weight: 600;
padding: 0 10px;
color: #565656;
}
.pix-header nav > ul > li {
height: 100%;
vertical-align: middle;
}
.main-menu-elements li + li.pix-header-btn {
padding-left: 30px;
}
.pix-header nav ul li:not(.pix-header-btn):hover > a {
color: var(--pix-main-color);
}
.pix-header nav ul li.search {
padding: 0 5px;
}
.pix-header .search-container {
position: fixed;
visibility: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
right: 0;
left: 0;
top: 0;
margin: 0 auto;
width: 1300px;
height: 75px;
background-color: transparent;
opacity: 0;
-webkit-transition: visibility .45s, opacity .45s, height .45s;
transition: visibility .45s, opacity .45s, height .45s;
}
.pix-header.fixed .search-container {
height: 50px;
}
.pix-header .search-container.show {
opacity: 1;
webkit-transition: visibility .45s, opacity .45s, height .45s;
transition: visibility .45s, opacity .45s, height .45s;
visibility: visible;
padding: 0 15px;
}
.pix-header .search-container .input-container {
width: 100%;
position: relative;
}
.pix-header .search-container .input-container:after {
position: absolute;
top: 10px;
right: 10px;
width: 25px;
height: 25px;
opacity: .75;
content: "";
background: var(--pix-svg-search) no-repeat center center;
}
.search-container form.searchform div:after {
display: none;
}
.pix-header .search-container .input-container input[type=submit] {
background-color: transparent !important;
border: none;
padding: 0;
width: 40px;
height: 40px;
position: absolute;
top: 5px;
right: 5px;
z-index: 1;
cursor: pointer;
}
.pix-header .search-cat-container .input-container input[type=text] {
width: 100%;
padding: 10px 40px 10px 20px;
border: 0;
border-radius: 5px;
}
.pix-header .search-cat-container .input-container input[type=submit] {
position: absolute;
top: 0;
right: 0;
padding: 11px 20px;
border-radius: 0 5px 5px 0;
background-color: #111111;
background-image: var(--pix-svg-search);
background-repeat: no-repeat;
background-position: 45% 50%;
background-size: 23px;
}
.search-cat-container form.searchform div:after {
content: none;
}
.pix-header.black .search-container .input-container input,
.pix-header.black .search-container .pix-search-close {
color: #fff;
}
.pix-header .search-container .input-container input::-webkit-input-placeholder {
color: #ddd;
}
.pix-header.black .search-container .input-container:after {
background: var(--pix-svg-search-white) no-repeat center center;
}
.pix-header .search-container .pix-search-close {
margin-left: 25px;
cursor: pointer;
}
.pix-header .search-container .input-container input {
padding: 8px 15px;
padding-right: 45px;
width: 100%;
border: 0;
background-color: transparent;
border-bottom: 1px solid #ddd;
font-size: 24px;
outline: none;
}
.pix-header .pix-woocs form{
line-height: var(--pix-header-height);
}
.pix-header nav ul li.cart {
position: relative;
padding: 0 5px;
}
.pix-cart-items {
color: inherit;
padding-right: 10px;
}
.pix-header nav ul li.cart span {
position: absolute;
top: -10px;
left: 15px;
width: 20px;
height: 20px;
background-color: var(--pix-main-color);
-webkit-border-radius: 50px;
border-radius: 50px;
color: #fff;
font-weight: 400;
font-size: 11px;
line-height: 20px;
text-align: center;
}
.pix-header nav ul li a {
position: relative;
font-weight: inherit;
color: inherit;
font-family: var(--pix-title-font);
}
.pix-header nav ul li a:hover {
color: var(--pix-main-color);
}
.pix-header nav > ul > li > a {
top: 50%;
line-height: 0;
display: block;
cursor: pointer;
}
.pix-header nav > ul.main-menu-elements > li > a {
margin-top: -9px;
}
.pix-header nav > ul.main-menu-elements > li > a.pix-button {
margin-top: -19px;
}
.menu-singleblock nav ul li.js-addmenu {
margin-left: 30px;
}
.menu-singleblock nav ul li.js-addmenu a {
font-size: 14px;
color: #fff;
margin-top: -17px;
}
.pix-header.white nav ul li.js-addmenu a:hover {
color: var(--pix-main-color);
}
.pix-header nav ul li ul.submenu {
visibility: hidden;
opacity: 0;
position: absolute;
text-align: left;
padding: 30px;
min-width: 220px;
-webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
background-color: #fff;
z-index: 4;
top: 100%;
left: -30px;
height: auto;
margin-top: 10px;
transition: visibility 0.33s, opacity .33s, transform .33s;
}
.pix-header.pix-levels nav ul li ul.submenu {
left: -25px;
}
.pix-header nav ul li ul.submenu li {
display: block;
padding: 5px 10px;
font-weight: 500;
font-size: var(--pix-font-size);
position: relative;
-webkit-transition: padding-left .5s, color .3s;
transition: padding-left .5s, color .3s;
cursor: pointer;
}
.pix-header nav ul li ul.submenu li.arrow{
padding-right: 45px;
}
.pix-header nav ul li.arrow:after {
border-style: solid;
border-width: 2px 2px 0 0;
content: '';
height: 7px;
width: 7px;
right: 15px;
top: 17px;
position: absolute;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
vertical-align: top;
-webkit-transition: color .33s, transform .33s;
transition: color .33s, transform .33s;
}
.pix-header nav ul.nav > li.arrow {
margin-right: 15px;
}
.pix-header nav ul.nav > li.arrow:after {
right: -3px;
top: 50%;
margin-top: -5px;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
transition: transform 0.33s;
}
.pix-header nav ul.nav > li.arrow:hover:after {
color: var(--pix-main-color);
}
.pix-header .pix-header-menu.main-color nav ul.nav > li.arrow:hover:after,
.pix-header .pix-header-menu.add-color nav ul.nav > li.arrow:hover:after,
.pix-header .pix-header-menu.gradient nav ul.nav > li.arrow:hover:after {
color: #fff;
}
.pix-header.pix-levels .row {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.pix-header .row,
.pix-header .row .col-md-4,
.pix-header .row .col-3,
.pix-header .row .col-9,
.pix-header .row .col {
height: 100%;
}
nav.pix-menu-center-logo-left {
text-align: right;
}
.menu-aroundblock .menu-logo a {
position: relative;
display: grid;
height: 100%;
margin: auto;
}
.menu-aroundblock .menu-logo img {
margin: auto;
}
.pix-header.fixed .menu-logo img {
max-height: var(--pix-header-height-sticky, 40px);
width: auto;
}
.pix-header nav ul li:hover > ul.submenu {
visibility: visible;
opacity: 1;
transform: translateY(-10px);
}
.pix-header.fixed nav ul li:hover > ul.submenu {
transform: translateY(-11px);
}
.pix-header nav ul li > ul.submenu li:hover > ul.submenu {
visibility: visible;
opacity: 1;
transform: translateX(-10px);
left: 100%;
}
.pix-header nav ul li.pix-submenu-vertical > ul.submenu li:hover > ul.submenu {
left: 0;
transform: translateY(-10px);
}
.pix-header nav ul li span.submenu-controll-inner {
float: right;
padding-right: 25px;
-webkit-transition: padding-right .25s;
transition: padding-right .25s;
}
.pix-header nav ul li ul.submenu li ul.submenu {
background-color: white;
top: -30px;
left: 0;
width: 100%;
margin-top: 0;
margin-left: 10px;
}
.pix-header nav > ul > li:not(.pix-submenu-vertical):hover ul.submenu > li > ul.submenu {
left: 100%;
}
.pix-header nav ul li.pix-submenu-vertical ul.submenu li ul.submenu {
top: calc(100% + 15px);
margin-left: 0;
}
.pix-header nav ul li ul.submenu li:hover {
color: var(--pix-main-color);
padding-left: 25px;
}
.pix-header nav ul li ul.submenu li:hover.arrow:after { transform: translateX(15px) rotate(45deg);
}   .menu-mobile {
position: relative;
width: 100%;
z-index: 30;
top: 0;
}
.menu-mobile .row {
margin: 0;
}
.menu-mobile .col-12 {
padding: 0
}
.menu-mobile__top{
border-bottom: 1px solid #444;
text-align: center;
padding: 2px 0 1px;
}
.menu-mobile__top i{
padding-right: 10px;
}
.menu-mobile__header {
position: relative;
padding: 10px 15px;
z-index: 5;
background-color: #fff;
width: 100%;
}
.menu-mobile__top.black,
.menu-mobile__header.black {
background-color: #111111;
color: #fff;
}
.menu-mobile__top.white,
.menu-mobile__header.white {
background-color: #fff;
color: #000;
}
.menu-mobile__header:after {
content: "";
display: table;
clear: both;
}
.menu-mobile__header:before {
position: absolute;
width: 100%;
height: 1px;
background-color: rgba(0, 0, 0, 0.1);
content: "";
left: 0;
bottom: 0;
}
.menu-mobile__header img {
-webkit-transition: .3s;
transition: .3s;
opacity: 1;
max-width: 100px;
max-height: 65px;
position: absolute;
top: 0;
left: 20px;
margin: auto 0;
bottom: 0;
}
.menu-mobile__header .navbar-brand.hide {
opacity: 0;
display: none;
}
.menu-mobile__header i.js-search-toggle {
text-align: right;
margin-top: 5px;
float: right;
margin-right: 15px;
-webkit-transition: .33s;
transition: .33s;
color: #fff;
}
.menu-mobile__header i.js-search-toggle.fa-times-circle {
margin-right: 0;
}
.menu-mobile__header .search-container {
position: relative;
text-align: right;
margin-top: 2px;
float: right;
margin-right: 8%;
-webkit-transition: .33s;
transition: .33s;
display: none;
visibility: hidden;
}
.menu-mobile__header i{
font-size: 18px;
}
.menu-mobile__header .header-socials{
float: right;
margin: 0 12px;
}
.menu-mobile__header .header-socials li{
display: inline-block;
padding: 7px;
}
.menu-mobile__header.black .search-container,
.menu-mobile__header.black .cart-container a,
.menu-mobile__header.black .header-socials li a{
color: #fff;
}
.menu-mobile__header.white .search-container,
.menu-mobile__header.white .cart-container a,
.menu-mobile__header.white .header-socials li a {
color: #000;
}
.menu-mobile__header .search-container input {
display: none;
float: left;
background-color: transparent;
border: none;
font-size: 17px;
font-style: italic;
outline: none;
color: #fff;
padding-top: 0;
-webkit-transition: 1s;
transition: 1s;
width: 90%;
}
.menu-mobile__header .search-container input[type=submit] {
background-color: transparent !important;
border: none;
padding: 0;
width: 25px;
height: 25px;
position: absolute;
top: 0;
right: 0;
z-index: 1;
cursor: pointer;
}
.menu-mobile__header form.searchform div:after {
position: absolute;
top: 5px;
right: 5px;
width: 15px;
height: 15px;
opacity: 1;
content: "";
background: var(--pix-svg-search-white) no-repeat center center;
}
.menu-mobile__header .search-container input::-webkit-input-placeholder {
color: #fff;
}
.menu-mobile__header .search-container input::-moz-placeholder {
color: #fff;
}
.menu-mobile__header .search-container input:-moz-placeholder {
color: #fff;
}
.menu-mobile__header .search-container input:-ms-input-placeholder {
color: #fff;
}
.menu-mobile__header .search-container.show {
width: 82%;
border: 0;
border-bottom: 1px solid #fff;
padding: 0 10px;
opacity: 1;
margin-top: 2px;
display: block;
visibility: visible;
}
.menu-mobile__header .search-container.show i {
color: #fff;
}
.menu-mobile__header .search-container.show input {
display: inline-block;
}
.menu-mobile__header .cart-container {
position: relative;
float: right;
margin-top: 2px;
margin-left: 10px;
display: block;
}
.menu-mobile__header .cart-container.hide {
display: none;
}
.menu-mobile__header .cart-container span {
position: absolute;
width: 20px;
height: 20px;
top: -8px;
right: -5px;
background-color: var(--pix-main-color);
-webkit-border-radius: 50px;
border-radius: 50px;
color: #fff;
font-size: 14px;
text-align: center;
border: none;
}
.menu-mobile__header .cart-container i.fa-shopping-cart {
font-size: 20px;
} .menu-mobile__header .hamburger.hide {
display: none;
}
.menu-mobile__header .hamburger {
float: right;
padding: 0;
margin: 0 10px;
position: relative;
top: 1px;
right: -10px;
width: 40px;
display: block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
overflow: visible;
}
.menu-mobile__header.black .hamburger .hamburger-inner,
.menu-mobile__header.black .hamburger .hamburger-inner::before,
.menu-mobile__header.black .hamburger .hamburger-inner::after,
.menu-mobile__header.black .hamburger.is-active .hamburger-inner,
.menu-mobile__header.black .hamburger.is-active .hamburger-inner::before,
.menu-mobile__header.black .hamburger.is-active .hamburger-inner::after {
background-color: #fff;
}
.menu-mobile__header.white .hamburger .hamburger-inner,
.menu-mobile__header.white .hamburger .hamburger-inner::before,
.menu-mobile__header.white .hamburger .hamburger-inner::after,
.menu-mobile__header.white .hamburger.is-active .hamburger-inner,
.menu-mobile__header.white .hamburger.is-active .hamburger-inner::before,
.menu-mobile__header.white .hamburger.is-active .hamburger-inner::after {
background-color: #000;
}
.hamburger-box {
width: 27px;
height: 24px;
display: inline-block;
position: relative; }
.hamburger-inner {
display: block;
top: 50%;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 27px;
height: 3px;
border-radius: 5px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block;
}
.hamburger-inner::before {
top: -9px;
}
.hamburger-inner::after {
bottom: -9px;
}
.hamburger--spring .hamburger-inner {
top: 2px;
transition: background-color 0s 0.13s linear; }
.hamburger--spring .hamburger-inner::before {
top: 10px;
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after {
top: 20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
transition-delay: 0.22s;
background-color: transparent !important; }
.hamburger--spring.is-active .hamburger-inner::before {
top: 0;
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner::after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 10px, 0) rotate(-45deg); } .hamburger--arrow.is-active .hamburger-inner::before {
transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
} .hamburger--arrow-r.is-active .hamburger-inner::before {
transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::before,
.hamburger--arrow-r.is-active .hamburger-inner::before{
top: -6px;
}
.hamburger--arrow.is-active .hamburger-inner::after,
.hamburger--arrow-r.is-active .hamburger-inner::after{
bottom: -6px;
}
.menu-mobile__list {
display: none; background-color: #fff;
width: 75%;
height: 1000px;
margin-left: -800px;
-webkit-transition: .5s;
transition: .5s;
}
.menu-mobile__list.show {
margin-left: 0;
}
.menu-mobile__list.show .overlay {
opacity: 1;
}
.pix-mobile-menu-container {
overflow: auto;
height: 90vh;
}
.pix-body-fixed {
overflow: hidden !important;
}
.menu-mobile__list .overlay {
position: absolute;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 1000%;
content: "";
z-index: -1;
opacity: 0;
-webkit-transition: 1s;
transition: 1s;
}
.menu-mobile__list ul li {
list-style: none;
color: #000000;
padding: 10px 20px;
font-size: var(--pix-font-size);
font-weight: 700;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
position: relative;
}
.menu-mobile__list ul li.purple {
color: var(--pix-main-color);
}
.menu-mobile__list ul li a {
color: inherit;
font-weight: inherit;
}
.menu-mobile__list li.js-mobile-menu i {
position: absolute;
top: 17px;
right: 15px;
}
.menu-mobile__list ul.mobile-submenu {
display: none;
margin-top: 15px;
border-bottom: none;
}
.menu-mobile__list ul.mobile-submenu li {
font-weight: 400;
padding-right: 0;
}
.menu-mobile__list ul.mobile-submenu li:last-child {
border-bottom: none;
}   .pix-header-tab-box {
height: 100%;
}
.pix-header-tab-box.text-white-color *, .pix-header-tab-box.text-white-color a * {
color: #fff;
}
.pix-header-tab-box .pix-breadcrumbs-path,
.pix-header-tab-box .pix-breadcrumbs-path a {
font-family: var(--pix-main-font);
font-size: var(--pix-font-size);
font-weight: 400;
color: #fff;
}
.pix-header-tab-box .pix-breadcrumbs-path a {
text-decoration: underline;
color: #979797;
}
.pix-header-tab-box .pix-breadcrumbs-path a:hover {
text-decoration: none;
}
.pix-header-tab-box.text-white-color .pix-breadcrumbs-path * {
color: #afafaf;
}
.pix-header-title + .pix-header-breadcrumbs {
margin-top: 20px;
}
.pix-header-breadcrumbs + .pix-header-title {
margin-top: 20px;
}
.pix-header-title .pix-h1 {
font-size: 32px;
font-weight: 700;
line-height: 1;
display: inline-block;
vertical-align: bottom;
position: relative;
}
.pix-header-title.text-left .pix-h1,
.pix-header-title.pull-left .pix-h1 {
padding-left: 0;
}
.pix-header-title .sep-element {
margin: auto;
}
.pix-header-breadcrumbs.pull-right, .pix-header-breadcrumbs.pull-left {
line-height: 32px;
margin: 0;
}
.pix-header-title.pull-left, .pix-header-breadcrumbs.pull-left {
float: left;
}
.pix-header-title.pull-right, .pix-header-breadcrumbs.pull-right {
float: right;
}
.pix-header-breadcrumbs a {
font-family: var(--pix-main-font);
font-weight: 400;
position: relative;
transition: color .33s;
}
.pix-header-breadcrumbs .pix-breadcrumbs-path a:hover {
color: var(--pix-main-color);
}
.custom-header .col-md-12 .pix-header-title,
.custom-header .col-md-12 .pix-header-breadcrumbs {
display: block;
}
.custom-header .col-md-12.hide .pix-header-title,
.custom-header .col-md-12.hide .pix-header-breadcrumbs,
.custom-header .col-md-12.hide_title .pix-header-title,
.custom-header .col-md-12.hide_breadcrumbs .pix-header-breadcrumbs {
display: none;
}    .pix-sale-box {
width: 400px;
}
.pix-sale-box-img {
display: block;
width: 100%;
position: relative;
overflow: hidden
}
.pix-sale-box-img img {
width: 100%;
max-height: 270px;
height: auto;
}
.pix-sale-box-sticker {
position: absolute;
right: 0;
top: 20px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
padding: 6px 20px 5px
}
.pix-sale-box-price {
position: absolute;
bottom: 20px;
left: 20px;
max-width: 140px;
white-space: nowrap;
height: 33px;
}
.pix-sale-box-info-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 18px 20px;
margin-bottom: 30px
}
.pix-sale-box-name {
text-align: center;
}
.pix-sale-box-name a {
text-decoration: underline
}
.pix-sale-box-name a:hover {
text-decoration: none;
}
.pix-sale-box:hover .pix-sale-box-price-booking {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
visibility: visible
}
.pix-sale-box:hover .pix-reservation-btn span:first-child {
transform: translateY(-33px);
}
.pix-sale-box:hover .pix-reservation-btn span:last-child {
transform: translateY(-21px);
}
.pix-sale-box-sticker {
background: rgba(255, 55, 55, 0.8);
color: #fff
}
.pix-sale-box-sticker.pix-dark-sticker {
background: rgba(0, 0, 0, 0.55);
}
.pix-sale-box-info-row {
background: #111111;
color: #fff
}
.pix-sale-box-info-col span {
color: #a7a7a7;
padding-left: 1px;
}
.pix-sale-box-price-booking {
color: #111111;
background: #fff
}
.pix-sale-box-price-booking:hover {
background: var(--pix-main-color);
color: #fff
}
.pix-sale-box-price-btn {
color: #fff;
background: var(--pix-main-color)
}
.pix-sale-box-info-col {
font-size: 14px;
line-height: 2
}
.pix-sale-box-name {
font-family: var(--pix-title-font);
font-size: 17px;
font-weight: 700;
line-height: 24px;
}
.pix-sale-box-sticker {
font-weight: 700;
font-size: 14px;
line-height: 2;
}
.pix-sale-box-price-booking {
font-size: 14px;
line-height: 2;
font-weight: 700;
}
.pix-sale-box-price-btn {
font-size: 14px;
line-height: 2;
font-weight: 700;
}
.owl-dots {
margin-top: 30px;
text-align: center;
}
.owl-carousel .owl-dots button.owl-dot {
width: 12px;
height: 12px;
border: 2px solid transparent;
-webkit-border-radius: 100%;
border-radius: 100%;
position: relative;
margin: 0 5px;
-webkit-transition: background .3s ease, border 0.3s ease;
transition: background .3s ease, border 0.3s ease
}
.owl-carousel .owl-dots button.owl-dot:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background: #a6a6a6;
-webkit-border-radius: 100%;
border-radius: 100%;
width: 6px;
height: 6px;
-webkit-transition: width .3s ease, background 0.3s ease;
transition: width .3s ease, background 0.3s ease
}
.owl-carousel .owl-dots button.owl-dot.active {
border: 2px solid var(--pix-main-color);
}
.owl-carousel .owl-dots button.owl-dot.active:before {
width: 4px;
height: 4px;
background: var(--pix-main-color);
}
.owl-carousel .owl-dots button.owl-dot:hover:before {
background: var(--pix-main-color);
} .pix-special-offer-slider.owl-carousel {
width: 1300px !important;
margin: 0 auto
}
.pix-offer-slider-item {
position: relative
}
.pix-offer-slider-item .pix-offer-img {
position: absolute;
top: 0;
left: 160px;
height: 100%;
width: 255px
}
.pix-offer-slider-item .pix-offer-img img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: auto;
width: auto;
height: 67%;
z-index: 2
}
.pix-offer-slider-item .pix-offer-box {
padding: 45px 70px;
background: #111111
}
.pix-offer-slider-item .pix-offer-box-title {
margin-bottom: 18px
}
.pix-offer-slider-item .pix-offer-box-title a {
text-decoration: underline
}
.pix-offer-slider-item .pix-offer-box-title a:hover {
text-decoration: none
}
.pix-offer-slider-item .pix-offer-box-desc {
margin-bottom: 10px
}
.pix-offer-slider-item.pix-offer-slider-item-red {
padding-left: 0
}
.pix-offer-slider-item.pix-offer-slider-item-red .pix-offer-img {
right: 160px;
left: initial;
width: 275px
}
.pix-offer-slider-item.pix-offer-slider-item-red .pix-offer-img img {
left: 0;
right: initial
}
.pix-offer-slider-item.pix-offer-slider-item-red .pix-offer-box {
padding: 45px 70px
}
.pix-offer-slider-item .pix-offer-box-title {
font-family: var(--pix-title-font);
font-size: 20px;
line-height: 26px;
font-weight: 600
}
.pix-offer-slider-item .pix-offer-box-desc {
font-family: var(--pix-title-font);
font-size: var(--pix-font-size);
line-height: 24px;
font-weight: 700
}
.pix-offer-slider-item .pix-offer-box-text {
font-size: var(--pix-font-size);
line-height: 24px;
font-family: var(--pix-main-font)
}
.pix-offer-slider-item .pix-offer-box {
background: #111111;
color: #bbbbbb;
}
.pix-offer-slider-item .pix-offer-box-title {
color: #fff
}
.pix-offer-slider-item .pix-offer-box-desc {
color: var(--pix-main-color)
}
.pix-offer-slider-item.pix-offer-slider-item-red .pix-offer-box {
background: var(--pix-main-color);
color: #fff
}
.pix-offer-slider-item.pix-offer-slider-item-red .pix-offer-box-title {
color: #fff
}
.pix-offer-slider-item.pix-offer-slider-item-red .pix-offer-box-desc {
color: #fff
}
.pix-offer-slider-item.pix-offer-slider-item-red .pix-wave-link:after {
background: #000
} .pix-filter-head {
margin: 0 -30px;
}
.pix-filter-head ul li {
display: inline-block;
list-style: none;
}
.pix-filter-head ul li:not(:first-child) {
margin-left: 15px;
}
.pix-filter-head ul li a {
text-decoration: underline
}
.pix-filter-head ul li a:hover {
text-decoration: none
}
.pix-filter-head ul li.active a {
text-decoration: none
}
.pix-filter-head ul li.active a {
color: var(--pix-main-color)
}
.pix-filter-head ul li {
font-family: var(--pix-title-font);
font-size: 17px;
line-height: 24px;
font-weight: 700;
} .pix-team-item {
width: 400px;
height: 442px;
position: relative;
}
.pix-team-item:hover .pix-team-item-img {
transform: translateX(25px);
box-shadow: none;
}
.pix-team-item:hover .pix-team-item-bottom {
transform: translateX(-25px);
}
.pix-team-item-img {
width: 350px;
height: 350px;
-webkit-box-shadow: 10px 15px 25px rgba(0, 0, 0, 0.2);
box-shadow: 10px 15px 25px rgba(0, 0, 0, 0.2);
position: relative;
z-index: 1;
transition: transform .33s, box-shadow .33s;
}
.pix-team-item-img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
.pix-team-item-bottom {
position: absolute;
right: 0;
bottom: 0;
width: 350px;
height: 195px;
padding: 132px 25px 30px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
transition: transform .33s;
}
.pix-team-item-name {
margin-bottom: 5px
}
.pix-team-item-social {
font-size: 0
}
.pix-team-item-social a {
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
margin-left: 10px;
color: inherit;
}
.pix-team-item-social a i {
font-size: 20px;
}
.pix-team-item-social a:hover {
opacity: 0.7;
}
.pix-team-item-bottom {
background: #111111;
color: #fff;
}
.pix-team-item-bottom.pix-red-box {
background: var(--pix-main-color);
}
.pix-team-item-name {
font-family: var(--pix-title-font);
font-size: 18px;
line-height: 1;
font-weight: 700;
}
.pix-team-item-job {
font-size: 14px;
line-height: 1;
} .pix-testimonials__carousel .owl-stage-outer {
padding: 0 0 55px;
}
.pix-testimonials__carousel.owl-carousel {
margin: 0 -30px;
width: auto;
}
.pix-testimonial {
width: 625px;
-webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
background: #fff;
animation: pix-shadowFadeIn .33s;
}
.pix-testimonial:hover {
-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
animation: pix-shadowFadeOut .33s;
}
@keyframes pix-shadowFadeIn {
0% { box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3); }
25% { box-shadow: none; }
100% { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
}
@keyframes pix-shadowFadeOut {
0% { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
75% { box-shadow: none; }
100% { box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3); }
}
.pix-testimonial:hover .pix-testimonial-img {
transform: translateX(20px);
box-shadow: none;
}
.pix-testimonial:hover .pix-testimonial-job {
transform: translateX(-15px);
}
.pix-testimonial-img {
-webkit-box-flex: 0;
-webkit-flex: 0 0 200px;
-ms-flex: 0 0 200px;
flex: 0 0 200px;
height: 200px;
max-width: 200px;
position: relative;
-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
z-index: 2;
transition: transform .33s, box-shadow .33s;
}
.pix-testimonial-img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
.pix-testimonial-job {
position: absolute;
top: 55px;
left: 35px;
z-index: 1;
height: 200px;
width: 200px;
padding: 159px 25px 0;
font-family: var(--pix-title-font);
font-size: var(--pix-font-size);
font-weight: 700;
background: #626262;
color: #fff;
transition: transform .33s;
}
.pix-testimonial-job span {
display: block;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis
}
.pix-testimonial-info {
width: 100%;
padding: 45px 40px 45px 80px;
line-height: 26px;
}
.pix-testimonial-text {
height: 78px;
overflow: hidden;
color: #5c5c5c;
font-size: var(--pix-font-size);
}
.pix-testimonial-job.pix-red-box {
background: var(--pix-main-color)
}
.pix-testimonial-name {
color: var(--pix-title-color);
font-family: var(--pix-title-font);
font-weight: 700;
font-size: 18px;
margin-bottom: 5px;
}
.news-card-feedback__user {
display: none;
}
.news-card-feedback__user.active {
display: block;
}
.news-card-feedback {
position: relative;
padding: 60px;
background: #fff;
-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .15);
box-shadow: 0 5px 30px rgba(0, 0, 0, .15);
margin-bottom: 30px;
text-align: center;
}
.news-card-feedback__image {
position: absolute;
width: 120px;
height: 120px;
left: -50px;
top: 50%;
margin-top: -60px;
-webkit-border-radius: 150px;
border-radius: 150px;
text-align: center;
overflow: hidden;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
.news-card-feedback__image img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.news-card-feedback__navigate {
position: absolute;
right: -40px;
top: 50%;
margin-top: -26px;
}
.news-card-feedback__navigate button {
display: block;
border: none;
background: none;
font-size: 17px;
outline: none;
}
.news-card-feedback__navigate button i {
color: #a6a6a6;
}
.news-card-feedback__navigate button:first-child {
margin-bottom: 10px;
}
.news-card-feedback__navigate button:hover {
color: var(--pix-main-color);
}
.news-card-feedback h2 {
font-size: 19px;
color: var(--pix-title-color);
line-height: 20px;
font-weight: 700;
margin-bottom: 15px;
}
.news-card-feedback h2 span {
display: block;
width: 100%;
margin: auto;
margin-top: 10px;
font-size: 16px;
line-height: 30px;
font-weight: 500;
color: var(--pix-main-color);
}
.news-card-feedback h2 a {
font-size: inherit;
font-weight: inherit;
color: inherit;
}
.news-card-feedback h2 a:before {
background: var(--pix-main-color);
}
.news-card-feedback p {
padding: 0 60px;
line-height: 30px;
margin-bottom: 30px;
}
.news-card-feedback a {
font-size: 20px;
margin: 0 5px;
}
.news-card-feedback a:hover {
color: var(--pix-main-color);
}
.news-card-feedback:hover a.link-centerline:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.news-card-people {
margin-top: 80px !important;
padding: 45px;
background: #fff;
border: 1px solid rgba(0, 0, 0, .1);
margin-bottom: 30px;
position: relative;
text-align: center;
}
.news-card-people h2 {
margin-top: 50px;
font-size: 17px;
color: var(--pix-title-color);
line-height: 30px;
margin-bottom: 20px;
transition: color .33s;
}
.news-card-people h2 a {
font-size: inherit;
font-weight: inherit;
color: inherit;
}
.news-card-people h2 a:before {
background: #fff;
}
.news-card-people h2 span {
margin: auto;
display: block;
font-weight: 500;
font-size: 16px;
line-height: 30px;
color: var(--pix-main-color);
transition: color .33s;
}
.news-card-people p {
line-height: 30px;
color: #6c6c6c;
margin-bottom: 20px;
transition: color .33s;
}
.news-card-people a {
font-size: 17px;
margin: 0 5px;
}
.news-card-people:hover h2 {
color: #fff;
}
.news-card-people:hover a.link-centerline:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.news-card-people:hover h2 span {
color: #fff;
}
.news-card-people:hover p {
color: #fff
}
.news-card-people:hover a {
color: #fff;
}
.news-card-people__image {
position: absolute;
top: -60px;
left: 50%;
margin-left: -60px;
width: 120px;
height: 120px;
-webkit-border-radius: 150px;
border-radius: 150px;
overflow: hidden;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.news-card-people__image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.news-card-people:hover .pix-overlay,
.news-card-profile:hover .pix-overlay{
opacity: 1;
}
.news-card-profile {
margin-bottom: 30px;
}
.news-card-profile {
margin-bottom: 30px;
}
.news-card-profile:hover h5 a,
.news-card-profile:hover h5 span,
.news-card-profile:hover p {
color: #fff;
}
.news-card-profile h5 a,
.news-card-profile h5 span,
.news-card-profile p {
transition: color .33s ease-in-out;
}
.news-card-profile__header {
position: relative;
width: 100%;
height: 350px;
overflow: hidden;
}
.news-card-profile__header-social {
margin-bottom: 1em;
}
.news-card-profile__header-social a {
font-size: 17px;
margin-right: 5px;
color: #797979;
}
.news-card-profile__header-social a:hover {
color: var(--pix-main-color)
}
.news-card-profile__header img {
position: absolute;
bottom: 0;
z-index: -1;
}
.news-card-profile__text {
position: relative;
padding: 45px 45px 35px;
background: #fff;
border: 1px solid rgba(0, 0, 0, .1);
text-align: center;
-webkit-transition: background .33s;
transition: background .33s;
z-index: 1;
}
.news-card-profile__text h5{
margin-top: 0;
margin-bottom: .5em;
font-size: 1.5em;
}
.news-card-profile__text h5 a:hover{
text-decoration: underline;
}
.news-card-profile__text h5 span {
display: block;
font-size: 15px;
line-height: 30px;
font-weight: 600;
color: var(--pix-main-color);
margin: 0;
}
.news-card-profile__text p {
line-height: 30px;
margin-bottom: 0;
}
.news-card-profile:hover .news-card-profile__text {
background: transparent;
}
.news-card-message {
margin-top: 40px;
margin-bottom: 30px;
text-align: center;
}
.news-card-message__text {
position: relative;
padding: 45px;
background: #fff;
-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
margin-bottom: 50px;
}
.news-card-message__text:after {
content: "";
position: absolute;
width: 0;
height: 0;
margin-left: -1.5em;
bottom: -2em;
left: 50%;
box-sizing: border-box;
border: 1em solid #333;
border-color: transparent transparent #fff #fff;
transform-origin: 0 0;
transform: rotate(-45deg);
box-shadow: -3px 2px 10px 0 rgba(0, 0, 0, 0.1), -3px 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.pix-border-shadow-overlay {
position: absolute;
width: 100%;
height: 20px;
bottom: 0;
left: 0;
background-color: #fff;
z-index: 1;
}
.news-card-message__text h2:not([class]) {
font-size: 17px;
color: var(--pix-title-color);
line-height: 30px;
font-weight: 700;
margin-bottom: 20px;
}
.news-card-message__text h2 span {
display: block;
font-size: 15px;
color: var(--pix-main-color);
}
.news-card-message__text p {
line-height: 30px;
margin-bottom: 20px;
}
.news-card-message__image {
margin: auto;
width: 70px;
height: 70px;
-webkit-border-radius: 150px;
border-radius: 150px;
overflow: hidden;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.news-card-message__image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
} .pix-brand-box.disable-owl-carousel {
padding: 45px 80px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
top: -50%;
bottom: -50%;
z-index: 1;
}
.pix-brand-box.disable-owl-carousel img {
max-height: 104px;
max-width: 100%
}
.pix-brand-box.disable-owl-carousel .pix-logo-img {
padding: 0 10px
} .pix-cars-body-boxes {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.pix-cars-body-box {
margin: 0 50px 50px 0;
width: 400px;
-webkit-box-shadow: 0 0 37.74px 13.26px rgba(0, 0, 0, 0.07);
box-shadow: 0 0 37.74px 13.26px rgba(0, 0, 0, 0.07);
background: #fff;
border: 2px solid #fff;
-webkit-transition: background .33s, border-color .33s, box-shadow 0.33s;
transition: background .33s, border-color .33s, box-shadow 0.33s;
}
.pix-cars-body-box:nth-child(3n) {
margin: 0 0 50px
}
.pix-cars-body-box a {
padding: 25px 35px;
display: flex;
flex-direction: column;
display: grid;
grid-template: auto auto / auto;
align-content: space-between;
width: 100%;
height: 100%;
}
.pix-cars-body-box:hover {
background: #111111;
border-color: #e7e7e7;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.pix-cars-body-box:hover .pix-white-text {
opacity: 1
}
.pix-cars-body-row {
margin-bottom: 10px
}
.pix-cars-body-img {
height: 150px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.pix-cars-body-img img {
max-width: 100%;
max-height: 100%
}
.pix-cars-body-row {
font-family: var(--pix-title-font);
font-size: var(--pix-font-size);
line-height: 24px;
font-weight: 700;
}
.pix-cars-body-box .pix-white-text {
color: var(--pix-main-color)
}
.pix-cars-body-box:hover a {
color: inherit;
} .pix-car-repair-section {
padding: 100px 0 155px
}
.pix-car-repair-box {
position: relative
}
.pix-car-repair-img img {
width: 100%
}
.pix-car-repair-point {
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 30px;
cursor: pointer;
-webkit-border-radius: 100%;
border-radius: 100%
}
.pix-car-repair-point:before {
content: '+';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-border-radius: 100%;
border-radius: 100%;
z-index: 2;
text-align: center;
color: #fff;
}
.pix-car-repair-point:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-border-radius: 100%;
border-radius: 100%;
z-index: 1;
-webkit-transition: -webkit-transform 0.33s ease;
transition: transform 0.33s ease;
}
.pix-car-repair-point-text {
position: absolute;
width: 217px;
padding: 25px;
-webkit-border-radius: 5px;
border-radius: 5px;
z-index: 3;
bottom: 130%;
left: 50%;
-webkit-transform: translate(-50%, -15px);
-ms-transform: translate(-50%, -15px);
transform: translate(-50%, -15px);
cursor: default;
opacity: 0;
visibility: hidden;
-webkit-transition: visibility 0.33s ease, opacity 0.33s ease, transform 0.33s ease;
transition: visibility 0.33s ease, opacity 0.33s ease, transform 0.33s ease;
}
.pix-car-repair-point-text:after {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 2px
}
.pix-car-repair-point.pix-car-repair-point-left .pix-car-repair-point-text {
left: 0;
-webkit-transform: translate(0, -15px);
-ms-transform: translate(0, -15px);
transform: translate(0, -15px)
}
.pix-car-repair-point.pix-car-repair-point-left:hover .pix-car-repair-point-text {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
visibility: visible
}
.pix-car-repair-point.pix-car-repair-point-right .pix-car-repair-point-text {
left: initial;
right: 0;
-webkit-transform: translate(0, -15px);
-ms-transform: translate(0, -15px);
transform: translate(0, -15px)
}
.pix-car-repair-point.pix-car-repair-point-right:hover .pix-car-repair-point-text {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
visibility: visible
}
.pix-car-repair-point:hover:after {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5)
}
.pix-car-repair-point:hover .pix-car-repair-point-text {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
opacity: 1;
visibility: visible
}
.pix-car-repair-right {
padding-left: 20px;
padding-right: 80px
}
.pix-car-repair-point:before {
background: var(--pix-main-color)
}
.pix-car-repair-point:after {
background: rgba(243, 145, 145, 0.5)
}
.pix-car-repair-point-text,
.text-white-color * .pix-car-repair-point-text,
.text-white-color * .pix-car-repair-point-text p {
background: #fff;
color: #646464
}
.pix-car-repair-point:before {
font-size: 20px;
line-height: 30px
}
.pix-car-repair-point-text p {
font-size: 11px;
line-height: 20px
} .pix-isotope-items.no-gap-hover-info.pix-col-2 .pix-isotope-item {
width: 50%;
}
.pix-isotope-items.no-gap-hover-info.pix-col-3 .pix-isotope-item {
width: 33.33333%;
}
.pix-isotope-items.no-gap-hover-info.pix-col-4 .pix-isotope-item {
width: 25%;
}
.pix-isotope-items.no-gap-hover-info.pix-col-5 .pix-isotope-item {
width: 20%;
}
.pix-isotope-items.no-gap-hover-info.pix-col-6 .pix-isotope-item {
width: 16.66666%;
}
.pix-isotope-items.no-gap-hover-info.pix-col-8 .pix-isotope-item {
width: 12.5%;
}
.pix-isotope-items.no-gap-hover-info .pix-isotope-item {
margin-bottom: 0;
}
.pix-isotope-items.no-gap-hover-info .pix-gutter-sizer {
width: 0;
}
.pix-isotope-items.gap-hover-info.pix-col-2 .pix-isotope-item {
width: 48%;
margin-bottom: 4%;
}
.pix-isotope-items.gap-hover-info.pix-col-2 .pix-gutter-sizer {
width: 4%;
}
.pix-isotope-items.gap-hover-info.pix-col-3 .pix-isotope-item {
width: 31.33333%;
}
.pix-isotope-items.gap-hover-info .pix-gutter-sizer {
width: 3%;
}
.pix-isotope-items.gap-hover-info .pix-isotope-item {
margin-bottom: 3%;
}
.pix-isotope-items.gap-hover-info.pix-col-4 .pix-isotope-item {
width: 23.125%;
margin-bottom: 2.5%;
}
.pix-isotope-items.gap-hover-info.pix-col-4 .pix-gutter-sizer {
width: 2.5%;
}
.pix-isotope-items.gap-hover-info.pix-col-5 .pix-isotope-item {
width: 18.08%;
margin-bottom: 2.4%;
}
.pix-isotope-items.gap-hover-info.pix-col-5 .pix-gutter-sizer {
width: 2.4%;
}
.pix-isotope-items.gap-hover-info.pix-col-6 .pix-isotope-item {
width: 14.916667%;
margin-bottom: 2.1%;
}
.pix-isotope-items.gap-hover-info.pix-col-6 .pix-gutter-sizer {
width: 2.1%;
}
.pix-isotope-items.gap-hover-info.pix-col-8 .pix-isotope-item {
width: 11.1875%;
margin-bottom: 1.5%;
}
.pix-isotope-items.gap-hover-info.pix-col-8 .pix-gutter-sizer {
width: 1.5%;
}
.pix-isotope-items .pix-isotope-item {
height: auto;
}
.pix-isotope-items.gap-info.pix-col-3 .pix-isotope-item {
width: 32.33333%;
}
.pix-isotope-items.gap-info.pix-col-3 .pix-gutter-sizer {
width: 1.5%;
}
.pix-isotope-items.gap-info.pix-col-4 .pix-isotope-item {
width: 22.115%;
}
.pix-isotope-items.gap-info.pix-col-4 .pix-gutter-sizer {
width: 3.84615%;
}
.pix-isotope-items.gap-info.pix-col-5 .pix-isotope-item {
width: 17.6%;
}
.pix-isotope-items.gap-info.pix-col-5 .pix-gutter-sizer {
width: 3%;
}
.pix-isotope-items.gap-info.pix-col-6 .pix-isotope-item {
width: 15.7916667%;
margin-bottom: 1.05%;
}
.pix-isotope-items.gap-info.pix-col-8 .pix-isotope-item {
width: 11.75625%;
margin-bottom: 0.85%;
}
.pix-isotope-items.gap-info .pix-isotope-item {
overflow: hidden;
margin-bottom: 4%;
}
.pix-store-box-img {
width: 100%;
height: auto;
border: 1px solid;
position: relative;
margin-bottom: 20px
}
.pix-store-box-img img {
width: 100%;
height: 100%;
display: block;
-o-object-fit: cover;
object-fit: cover
}
.pix-store-box-sticker {
position: absolute;
top: 22px;
right: 22px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 5px 20px;
}
.pix-product .pix-store-box-sticker{
top: 10px;
right: 10px;
-webkit-border-radius: 50px;
border-radius: 50px;
padding: 10px
}
.pix-store-box-name {
text-align: center;
margin-bottom: 10px
}
.pix-store-box-name a {
text-decoration: underline;
display: inline-block;
vertical-align: top;
max-width: 100%;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis
}
.pix-store-box-name a:hover {
text-decoration: none
}
.pix-store-box-buy {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-170%);
-ms-transform: translateX(-170%);
transform: translateX(-170%);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.33s ease, visibility 0.33s ease, -webkit-transform 0.33s ease;
transition: opacity 0.33s ease, visibility 0.33s ease, transform 0.33s ease;
}
.pix-store-box-buy a {
font-family: var(--pix-title-font);
text-decoration: underline;
}
.pix-store-box-buy a:hover {
text-decoration: none
}
.pix-store-box-price {
font-family: var(--pix-title-font);
font-size: var(--pix-font-size);
line-height: 24px;
-webkit-transition: opacity 0.33s ease, visibility 0.33s ease, -webkit-transform 0.33s ease;
transition: opacity 0.33s ease, visibility 0.33s ease, transform 0.33s ease;
}
.pix-store-box-price, .pix-store-box-price ins {
color: #323232;
font-weight: 700;
}
.pix-store-box-price del {
text-decoration: line-through;
margin-left: 8px;
color: #878787;
font-weight: 400;
margin-right: 10px;
}
.pix-store-box-footer {
text-align: center;
position: relative
}
.pix-store-box:hover .pix-store-box-buy {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 1;
visibility: visible
}
.pix-store-box:hover .pix-store-box-price {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
visibility: hidden
}
.pix-store-box-img {
border-color: #c8c8c8
}
.pix-store-box-sticker {
background: rgba(255, 55, 55, 1);
color: #fff;
}
.pix-store-box-buy a {
color: var(--pix-main-color);
}
.pix-store-box-buy a + a {
margin-left: 15px;
}
.pix-store-box-sticker {
font-weight: 700;
font-size: 14px;
line-height: 1.9;
z-index: 11;
}
.pix-store-box-name {
font-family: var(--pix-title-font);
font-weight: 700;
font-size: var(--pix-font-size);
line-height: 24px;
}
.pix-store-box-buy {
font-size: var(--pix-font-size);
line-height: 24px;
font-weight: 700;
} .pix-carousel img {
height: auto;
}
.pix-cars-gallery .pix-section-top-line {
margin-bottom: 100px;
position: relative
}
.pix-cars-gallery-item {
position: relative;
cursor: pointer
}
.pix-cars-gallery-item:before {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 1;
height: 150px;
width: 100%;
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease
}
.pix-cars-gallery-item:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
height: 150px;
width: 100%;
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 0
}
.pix-cars-gallery-item:hover .pix-gallery-item-info {
top: calc(100% - 100px);
}
.pix-cars-gallery-item:hover:before {
opacity: 0
}
.pix-cars-gallery-item:hover:after {
opacity: 1
}
.pix-gallery-item-info {
position: absolute;
z-index: 2;
top: 40px;
left: 30px;
-webkit-transition: top 0.33s ease;
transition: top 0.33s ease;
}
.pix-cars-gallery-slider-controls {
position: absolute;
top: -15px;
right: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.pix-cars-gallery-slider-controls > div {
width: 50px;
height: 50px;
background: #000;
-webkit-border-radius: 100%;
border-radius: 100%;
display: inline-block;
vertical-align: top;
margin-left: 2px;
cursor: pointer;
position: relative
}
.pix-cars-gallery-slider-controls > div.pix-slider-next:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
background-image: url(//berlinexauto.com/wp-content/themes/quattro/images/sprite.png);
background-position: 0 -69px;
width: 15px;
height: 13px
}
.pix-cars-gallery-slider-controls > div.pix-slider-next:hover:before {
background-image: url(//berlinexauto.com/wp-content/themes/quattro/images/sprite.png);
background-position: 0 -23px;
width: 15px;
height: 13px
}
.pix-cars-gallery-slider-controls > div.pix-slider-prev:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
background-image: url(//berlinexauto.com/wp-content/themes/quattro/images/sprite.png);
background-position: 0 -46px;
width: 15px;
height: 13px
}
.pix-cars-gallery-slider-controls > div.pix-slider-prev:hover:before {
background-image: url(//berlinexauto.com/wp-content/themes/quattro/images/sprite.png);
background-position: 0 0;
width: 15px;
height: 13px
}
.pix-gallery-item-title, .text-white-color .pix-gallery-item-title {
color: #c5c5c5;
}
.pix-gallery-item-title span {
color: var(--pix-main-color)
}
.pix-gallery-item-title {
font-size: 14px;
line-height: 24px;
font-weight: 400
}
.pix-gallery-item-name {
font-size: 17px;
line-height: 24px;
font-weight: 700
}
.pix-gallery-item-name a:hover {
color: var(--pix-main-color);
}
.portfolio-list-section {
margin-bottom: 80px;
}
.portfolio-item {
padding-bottom: 30px;
}
.portfolio-image img {
width: 100%;
height: auto;
}
.portfolio-item-body {
padding-left: 10px;
}
.portfolio-item-body .name {
font-family: var(--pix-title-font);
font-size: 18px;
font-weight: var(--pix-title-weight);
}
.portfolio-item-body .under-name {
font-size: var(--pix-font-size);
}
.service__select {
text-align: center;
margin-bottom: 70px;
}
.service__select a {
color: #000;
font-size: 18px;
margin: 0 15px;
cursor: pointer;
}
.service__select a:hover:before {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
.service__select a:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
background: #000;
}
.service__select a.active {
color: var(--pix-main-color);
}
.service__select a.active:before {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
.service .portfolio-cards__item {
margin: 0 0 70px 0;
}
.service .service-box-2 {
margin: 0 0 70px 0;
}
.service-page {
padding: 0 25px 0 15px;
margin-bottom: 100px;
font-family: var(--pix-main-font);
}
.service-page.pix-single-portfolio {
padding: 0 15px;
}
.service-page h2 {
font-size: 17px;
line-height: 30px;
font-weight: 700;
margin-bottom: 20px;
}
.service-page h2 span {
color: var(--pix-main-color);
font-family: var(--pix-subtitle-font);
font-style: italic;
}
.service-page p {
line-height: 1.8;
margin-bottom: 20px;
}
.service-page p a.link-centerline {
color: var(--pix-main-color);
font-weight: 700;
font-size: inherit;
}
.service-page p a.link-centerline:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
bottom: 3px;
}
.service-page p a.link-centerline:hover:before {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
.pix-portfolio-info-col {
padding: 0;
}
.pix-portfolio-content-col {
padding: 0 0 0 50px;
}
.pix-portfolio-info {
position: relative;
margin-bottom: 50px;
overflow: hidden;
}
.service-page-item-image img {
width: 100%;
height: auto;
padding-bottom: 20px;
}
.service-page__list {
padding: 0 0 0 15px;
}
.service-page__list h2 {
font-size: 24px;
margin-bottom: 15px;
}
.service-page__list ul li {
position: relative;
list-style: none;
padding: 15px 0 10px 40px;
font-size: 18px;
font-weight: 500;
border-bottom: 1px solid #f0f0f0;
}
.service-page__list ul li:last-child {
border-bottom: 0;
}
.service-page__list ul li span {
display: block;
font-weight: 400;
text-transform: none;
font-size: 17px;
color: #797979;
padding-top: 5px;
}
.service-page__list ul li > i {
position: absolute;
left: 0;
top: 20px;
width: 15px;
height: 15px;
font-size: 24px;
color: var(--pix-main-color);
}
.service-page-content {
padding-left: 15px;
}
.service-page-content div {
font-size: var(--pix-font-size);
}
.service-page__carousel-1 {
margin-bottom: 40px;
}
.service-page__carousel-1 .owl-dots {
position: relative;
margin-top: -35px !important;
}
.blog-article .service-page__carousel-1 .owl-dots {
margin-top: -55px !important;
}
.service-page__carousel-1 .owl-dot span {
background: #fff !important;
}
.service-page__carousel-1 .owl-dot.active span {
background: var(--pix-main-color) !important;
}
.service-page__carousel-item {
width: 100%;
height: auto;
}
.service-page__carousel-item img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.service-page__carousel-2 {
margin-left: -50px;
margin-top: -50px;
width: -webkit-calc(100% + 100px) !important;
width: calc(100% + 100px) !important;
margin-bottom: 30px;
}
.service-page__carousel-2 .owl-dots {
position: relative;
margin-top: 25px !important;
}
.service-page__carousel-2 .owl-dot span {
background: #c1c1c1 !important;
}
.service-page__carousel-2 .owl-dot.active span {
background: var(--pix-main-color) !important;
}
.service-page__carousel-2 .service-page__carousel-item {
height: 460px;
}
.service-page__ourworks-carousel .portfolio-cards__item {
margin: 0;
}
.service-page__ourworks-carousel .portfolio-cards__item {
-webkit-box-shadow: none;
box-shadow: none;
}
.service-page-footer {
padding: 40px 0;
background: #2d2d2d;
}
.service-page-footer .container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.service-page-footer a {
color: #c1c1c1;
font-size: var(--pix-font-size);
font-weight: 700;
}
.service-page-footer a:hover {
color: var(--pix-main-color);
}
.service-page-footer a i {
position: relative;
top: 3px;
font-size: 1.4em;
}
.service-page-footer span {
min-width: 90px;
}
.service-page-footer span:first-child a i {
margin-right: 20px;
}
.service-page-footer span:last-child a i {
margin-left: 20px;
}
.service-page-footer a.service-menu {
display: inline-block;
width: 20px;
height: 20px;
}
.pagination {
margin-top: -20px;
margin-bottom: 100px;
}
.pagination a {
font-size: 14px;
line-height: 30px;
font-weight: 700;
padding: 10px 9px;
}
.pagination a.next, .pagination a.prev {
font-size: 14px;
position: relative;
top: 0;
}
.pagination a:hover {
color: var(--pix-main-color);
}
.pagination .page-numbers:first-child {
margin-left: 0 !important;
}
.pagination span.current {
background: #fff;
color: var(--pix-main-color);
border: 1px solid #e3e3e3;
border-radius: 5px;
padding: 14px 20px;
margin: 0 10px;
font-size: 14px;
font-weight: 700;
}
.pix-border-shadow-overlay {
position: absolute;
width: 100%;
height: 20px;
bottom: 0;
left: 0;
background-color: #fff;
z-index: 1;
}
.row.owl-carousel {
margin: auto;
} .pix-news-item {
position: relative
}
.pix-news-item:hover .pix-news-info {
background: none
}
.pix-news-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
overflow: hidden
}
.pix-news-img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
.pix-news-img:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
z-index: 1
}
.pix-news-info {
padding: 40px;
position: relative;
z-index: 2;
-webkit-transition: background 0.3s ease;
transition: background 0.3s ease;
background: #111111;
}
.pix-news-author-date,
.pix-news-author-date a {
margin-bottom: 20px;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
color: #7b7b7b;
font-size: 14px;
line-height: 24px;
}
.pix-news-title {
margin-bottom: 25px;
height: 52px;
overflow: hidden;
font-family: var(--pix-title-font);
font-size: 17px;
line-height: 26px;
font-weight: 700;
}
.pix-news-title a {
text-decoration: underline;
color: #fff;
}
.pix-news-title a:hover {
text-decoration: none
}
.pix-news-text {
height: 144px;
overflow: hidden;
margin-bottom: 25px;
font-size: var(--pix-font-size);
line-height: 24px;
}
.pix-news-text p {
color: #bbb;
}
.pix-news-info .pix-news-btn a {
font-family: var(--pix-buttons-font);
display: inline-block;
vertical-align: top;
border: 1px solid;
padding: 4px 28px 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #7b7b7b;
border-color: #7b7b7b;
font-size: 14px;
line-height: 24px;
}
.pix-news-item:hover .pix-news-text, .pix-news-item:hover .pix-news-author-date, .pix-news-item:hover .pix-news-author-date a {
color: #fff;
}
.pix-news-item:hover .pix-news-author-date a:hover {
color: var(--pix-main-color);
}
.pix-news-item:hover .pix-news-btn a {
color: #fff;
border-color: var(--pix-main-color);
background: var(--pix-main-color);
}
.pix-news-slider .owl-dots {
position: absolute;
top: -144px;
right: 0;
}
.pix-news-slider .owl-dots button.owl-dot.active {
border-color: var(--pix-main-color);
}
.pix-news-slider .owl-dots button.owl-dot.active:before {
background: var(--pix-main-color);
}
.pix-news-title a:hover {
color: var(--pix-main-color);
}
.news-card-long {
display: grid;
grid-template-columns: 50% 50%;
background: #fff;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10), 0 10px 30px rgba(0, 0, 0, 0.05);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10), 0 10px 30px rgba(0, 0, 0, 0.05);
width: 100%;
height: 350px;
overflow: hidden;
}
.news-card-long__carousel.owl-carousel {
margin: 0 -30px;
width: auto;
}
.news-card-long__carousel.owl-carousel .owl-stage-outer {
padding: 15px 0 30px;
}
.news-card-long__image {
position: relative;
overflow: hidden;
}
.news-card-long__image a.icon-zoom {
opacity: 0;
position: absolute;
width: 70px;
height: 70px;
top: 50%;
left: 50%;
margin-left: -35px;
margin-top: -35px;
content: '';
-webkit-border-radius: 100px;
border-radius: 100px;
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' viewBox='0 0 56.966 56.966'%3E%3Cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0 0 46.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 0 0 .083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3E%3C/svg%3E") no-repeat center center;
-webkit-transition: opacity .33s, transform .33s;
transition: opacity .33s, transform .33s;
z-index: 3;
}
.news-card-long__image a.icon-zoom:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.news-card-long__image .overlay {
opacity: 0;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .5);
-webkit-transition: opacity .33s;
transition: opacity .33s;
z-index: 1;
}
.news-card-long__image:hover a.icon-zoom {
opacity: 1;
}
.news-card-long__image:hover .overlay {
opacity: 1;
}
.news-card-long__image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.news-card-long__text {
padding: 35px 40px;
overflow: hidden;
}
.news-card-long__text h3, .rtd .news-card-long__text h3 {
font-size: 17px;
line-height: 1.7;
font-weight: 700;
margin: 0;
margin-bottom: 10px;
}
.news-card-long__text span.news-date a {
font-size: 14px;
line-height: 36px;
color: var(--pix-main-color);
font-weight: 700;
margin-bottom: 10px;
}
.news-card-long__text p {
line-height: 30px;
margin: 5px 0;
}
.news-card-centered {
background: #fff;
margin-bottom: 30px;
text-align: center;
}
.news-card-centered__image {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 300px;
overflow: hidden;
}
.news-card-centered__image span {
opacity: 0;
position: relative;
z-index: 3;
display: block;
margin-bottom: 15px;
color: #fff;
font-size: 14px;
line-height: 30px;
font-weight: 700;
-webkit-transition: .33s;
transition: .33s;
}
.news-card-centered__image a {
opacity: 0;
position: relative;
z-index: 3;
padding: 0 70px; font-size: 14px;
line-height: 30px;
color: #fff;
-webkit-transition: .33s;
transition: .33s;
}
.news-card-centered__image .overlay {
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
content: '';
background: var(--pix-main-color);
z-index: 2;
-webkit-transition: opacity .33s;
transition: opacity .33s;
}
.news-card-centered:hover .news-card-centered__image span {
opacity: 1;
}
.news-card-centered:hover .news-card-centered__image a {
opacity: 1;
}
.news-card-centered:hover .news-card-centered__image .overlay {
opacity: 0.9;
}
.pix-img-greyscale .news-card-centered .news-card-centered__image .overlay {
background: #333;
}
.pix-img-greyscale .news-card-centered:hover .news-card-centered__image .overlay {
opacity: 0.6;
}
.news-card-centered__image img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
z-index: 1;
}
.news-card-centered__text {
padding: 40px;
background-color: #f7f8f9;
border: 1px solid #f3f3f3;
border-top: none !important;
}
.news-card-centered__text h3 {
font-size: 17px;
line-height: 27px;
margin: auto;
align-content: left;
}
.news-card-centered__text span {
font-family: var(--pix-subtitle-font);
font-size: 17px;
line-height: 31px;
color: var(--pix-main-color);
}
.news-card-gradient {
padding: 45px;
background: #fff;
-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .15);
box-shadow: 0 0 50px rgba(0, 0, 0, .15);
margin-bottom: 30px;
}
.news-card-gradient {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
position: relative;
width: 100%;
height: 300px;
overflow: hidden;
}
.news-card-gradient .label-next,
.news-card-gradient .label-prev {
position: absolute;
right: 0;
top: 0;
width: 90px;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
font-weight: 700;
font-size: 14px;
font-family: var(--pix-main-font);
background: #333;
opacity: .85;
z-index: 2;
-webkit-transition: background .33s;
transition: background .33s;
}
.news-card-gradient .label-prev {
left: 0;
}
.news-card-gradient:hover .label-next,
.news-card-gradient:hover .label-prev {
background: var(--pix-main-color);
}
.news-card-gradient .news-info {
display: grid;
grid-template-columns: 1fr auto;
}
.news-card-gradient img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
z-index: 1;
}
.news-card-gradient h3 {
position: relative;
top: 40px;
font-size: var(--pix-hlink-size);
line-height: 25px;
font-weight: 600;
color: #fff;
margin-bottom: 10px;
-webkit-transition: top .33s;
transition: top .33s;
z-index: 3;
}
.news-card-gradient h3 a {
color: inherit;
font-weight: inherit;
text-decoration: inherit;
-webkit-transition: color .33s;
transition: color .33s;
}
.news-card-gradient h3:hover a {
color: var(--pix-main-color);
}
.news-card-gradient .news-info {
position: relative;
opacity: 0;
-webkit-transition: opacity .33s;
transition: opacity .33s;
z-index: 3;
}
.news-card-gradient .news-info span,
.news-card-gradient .news-info span a {
color: #fff;
font-family: var(--pix-main-font);
font-size: 14px;
}
.news-card-gradient .news-info span a:hover {
color: var(--pix-main-color);
}
.news-card-gradient .news-info span i {
position: relative;
padding-right: 5px;
top: 0;
}
.news-card-gradient:hover h3 {
top: 0;
}
.news-card-gradient:hover h3 a {
color: var(--pix-main-color);
}
.news-card-gradient:hover .news-info {
opacity: 1;
}
.news-card-gradient .gradient-bg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
content: '';
background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(60%, transparent));
background: -webkit-linear-gradient(bottom, #333, transparent 60%);
background: -o-linear-gradient(bottom, #333, transparent 60%);
background: linear-gradient(to top, #333, transparent 60%);
z-index: 1;
}
.news-card-gradient:hover .gradient-bg {
background: -webkit-gradient(linear, left bottom, left top, from(#333), to(transparent));
background: -webkit-linear-gradient(bottom, #333, transparent 100%);
background: -o-linear-gradient(bottom, #333, transparent 100%);
background: linear-gradient(to top, #333, rgba(51, 51, 51, .5));
}
.pix-theme-tone-dark .news-card-gradient .gradient-bg {
background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(60%, transparent));
background: -webkit-linear-gradient(bottom, #000, transparent 60%);
background: -o-linear-gradient(bottom, #000, transparent 60%);
background: linear-gradient(to top, #000, transparent 60%);
}
.pix-theme-tone-dark .news-card-gradient:hover .gradient-bg {
background: -webkit-gradient(linear, left bottom, left top, from(#333), to(transparent));
background: -webkit-linear-gradient(bottom, #000, transparent 100%);
background: -o-linear-gradient(bottom, #000, transparent 100%);
background: linear-gradient(to top, #000, rgba(51, 51, 51, .5));
} .sidebar-services {
padding-right: 15px;
}
.taxonomy-page {
padding-bottom: 80px;
}
.sidebar-services li {
position: relative;
list-style: none;
margin-bottom: 0;
border-bottom: 1px solid #e8ecef;
}
.sidebar-services li a {
padding: 20px 0;
text-transform: uppercase;
display: inline-block;
background: #fff;
width: 100%;
font-size: 13px;
font-weight: 600;
color: inherit;
border: 0;
transition: color 0.3s ease-out;
-webkit-transition: color 0.3s ease-out;
text-decoration: none !important;
position: relative;
}
.sidebar-services li .children {
margin-left: 20px;
margin-bottom: 10px;
margin-top: -10px;
}
.sidebar-services li .children li {
border: 0;
}
.sidebar-services li .children a {
padding: 5px 0;
border: 0;
}
.sidebar-services li .children li a:before {
font-family: 'FontAwesome';
content: "\f105";
display: inline-block;
margin-right: 10px;
position: relative;
top: -1px;
}
.sidebar-services li:before {
display: none !important;
}
.sidebar-services .active a, .sidebar-services .current-cat a {
text-decoration: none;
color: #fff;
padding-left: 15px;
}
html .sidebar-services li a:hover {
color: #23272c;
}
.sidebar-services .current-cat {
border-bottom-color: #ff9801;
}
html .sidebar-services .current-cat:after, .sidebar-services .active:after {
background: #337ab7;
}
.sidebar-container ul.styled {
margin: 0;
padding: 0;
}   .pix-section-title {
text-align: center;
padding-bottom: 60px;
}
.pix-section-title.pix-title-no-padding {
padding-bottom: 0;
}
.pix-section-title.text-left {
text-align: left;
}
.pix-section-title.text-right {
text-align: right;
}
.pix-section-title.white-heading p{
color: #fff;
}
.pix-title-h2, .rtd h2.pix-title-h2 {
font-family: var(--pix-title-font);
font-size: var(--pix-title-size);
font-weight: var(--pix-title-weight);
font-style: var(--pix-title-style);
color: var(--pix-title-color);
line-height: 1;
display: inline-block;
position: relative;
padding: 0 60px;
}
.pix-s .pix-title-h2, .rtd .pix-s h2.pix-title-h2 {
font-size: 24px;
line-height: 35px;
font-weight: 700;
font-family: var(--pix-main-font);
}
.text-left .pix-title-h2, .rtd .text-left h2.pix-title-h2 {
padding-left: 0;
}
.sep-element {
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
}
html .sep-element.main-color,
html .sep-element.additional-color{
display: block;
position: relative;
background-image: none;
background-color: var(--pix-main-color);
height: 3px;
width: 60px;
margin-top: 25px;
margin-bottom: 25px;
margin-left: 0;
margin-right: auto;
}
html .text-center > .sep-element.main-color,
html .text-center > .sep-element.additional-color{
margin-left: auto;
}
html .text-right > .sep-element.main-color,
html .text-right > .sep-element.additional-color{
margin-left: auto;
margin-right: 0;
}
.widget-title + .sep-element {
margin: -15px 0 30px;
}
.text-right .sep-element {
margin-left: calc(100% - 40px);
}
.pix-pre-title {
font-family: var(--pix-subtitle-font);
font-size: var(--pix-subtitle-size);
font-weight: var(--pix-subtitle-weight);
font-style: var(--pix-subtitle-style);
line-height: 1.2;
color: #757575;
}
.pix-pre-title + .pix-title-h2 {
margin-top: 20px;
}
.pix-s .pix-pre-title + .pix-title-h2 {
margin-top: 15px;
}
.pix-title-h2 + p {
margin-top: 20px;
}
.pix-title-no-padding .pix-title-h2 + p {
margin-top: 5px;
}
.white-heading .pix-title-h2,
.text-white-color .pix-title-h2,
.rtd .text-white-color h2.pix-title-h2 {
color: #fff;
}   .icon svg {
width: 80px;
height: auto;
}
.pix-icon-xl .icon svg,
.pix-icon-xl .icon img {
width: 80px;
height: auto;
}
.pix-icon-l .icon svg,
.pix-icon-l .icon img {
width: 60px;
height: auto;
}
.pix-icon-m .icon svg,
.pix-icon-m .icon img {
width: 40px;
height: auto;
}
.pix-icon-s .icon svg,
.pix-icon-s .icon img {
width: 20px;
height: auto;
}
div[class*='pix-icon'] .icon{
line-height: 1;
}
.icon span:before{
margin: 0;
}
.pix-icon-color .icon span {
color: var(--pix-main-color);
}
.pix-icon-xl .icon span,
.pix-icon-xl .icon span:before{
font-size: 80px;
}
.pix-icon-l .icon span,
.pix-icon-l .icon span:before {
font-size: 56px;
}
.pix-icon-m .icon span,
.pix-icon-m .icon span:before {
font-size: 42px;
}
.pix-icon-s .icon span,
.pix-icon-s .icon span:before {
font-size: 20px;
}
.round.pix-icon-xl .icon span,
.round.pix-icon-xl .icon span:before{
font-size: 56px;
}
.round.pix-icon-l .icon span,
.round.pix-icon-l .icon span:before {
font-size: 38px;
}
.round.pix-icon-m .icon span,
.round.pix-icon-m .icon span:before {
font-size: 26px;
}
.round.pix-icon-s .icon span,
.round.pix-icon-s .icon span:before {
font-size: 18px;
}
.pix-has-border {
border: 1px solid #eee;
transition: border-color .33s;
position: relative;
}
.pix-has-border:hover {
border: 1px solid var(--pix-main-color);
}
.pix-has-border .icon {
fill: var(--pix-main-color);
}
.pix-has-border h3 {
font-size: var(--pix-hlink-size);
}
.pix-has-border h3 a {
color: inherit;
font-weight: inherit;
font-size: inherit;
}
.pix-hover-filled {
transition: background-color .75s;
position: relative;
}
.pix-hover-filled:hover {
background-color: var(--pix-main-color);
}
.pix-hover-filled:hover h3 {
color: #fff;
}
.pix-hover-filled:hover p {
color: #eee;
}
.pix-hover-filled:hover a {
color: #fff;
}
.pix-hover-filled:hover a:before {
background: #fff;
}
.pix-hover-filled:hover .icon span {
fill: #fff;
-webkit-text-fill-color: #fff;
}
.pix-hover-filled:hover .pix-overlay {
opacity: 1
}
.pix-hover-filled .icon {
fill: var(--pix-main-color);
}
.pix-hover-filled h3 {
font-size: 18px;
transition: color .33s;
}
.pix-hover-filled h3 a {
font-weight: inherit;
color: inherit;
font-size: inherit;
transition: color .33s;
}
.pix-hover-filled p {
margin-bottom: 20px;
transition: color .33s;
}
.pix-ibox-top {
padding: 50px 35px;
position: relative;
}
.pix-ibox-top h3 {
font-size: 18px;
color: var(--pix-title-color);
-webkit-transition: color .33s;
transition: color .33s;
}
.pix-ibox-top p {
margin: 25px 0;
}
.pix-ibox-top .transparent,
html .pix-ibox-top .round {
margin-bottom: 25px;
}
.pix-ibox-top .transparent.pix-icon-xl,
.pix-ibox-top .transparent.pix-icon-l,
html .pix-ibox-top .round.pix-icon-xl,
html .pix-ibox-top .round.pix-icon-l {
margin-bottom: 30px;
}
.pix-ibox-top .pix-button {
margin-top: 5px;
}
.pix-ibox-top .icon {
margin-top: 0;
-webkit-transition: color .33s, transform .33s;
transition: color .33s, transform .33s;
max-width: 80px;
line-height: 1;
}
.pix-ibox-top .icon svg {
-webkit-transition: transform .33s;
transition: transform .33s;
}
.pix-ibox-top:hover .transparent .icon svg {
transform: scale(1.1);
}
.pix-ibox-top:hover .transparent .icon {
color: var(--pix-main-color);
transform: scale(1.1);
}
.pix-ibox-top .round,
.pix-ibox-top .transparent {
margin-right: auto;
margin-left: auto;
}
.pix-ibox-top.pix-text-left .round,
.pix-ibox-top.pix-text-left .transparent {
margin-left: 0;
}
.pix-ibox-top.pix-text-right .round,
.pix-ibox-top.pix-text-right .transparent {
margin-right: 0;
}
.pix-ibox-side {
position: relative;
}
.pix-ibox-side .pix-block-content {
display: grid;
grid-template-columns: auto 1fr;
grid-column-gap: 30px;
padding-bottom: 25px;
}
.pix-ibox-side.pix-text-review-right .pix-block-content {
grid-template-columns: 1fr auto;
}
.pix-ibox-side .round,
.pix-ibox-top .round,
.pix-ibox-title-side .round {
display: grid;
justify-content: center;
width: 90px;
height: 90px;
-webkit-border-radius: 150px;
border-radius: 150px;
background-color: var(--pix-font-color);
-webkit-transition: color .33s, background-color .33s;
transition: color .33s, background-color .33s;
margin-top: 10px;
}
.pix-block-content .round.pix-icon-color {
background-color: var(--pix-additional-color);
}
.pix-ibox-side .transparent {
width: 50px;
height: 50px;
background-color: transparent;
transition: color .33s, transform .33s;
padding-top: 5px;
}
.pix-block-content .transparent .icon svg {
height: auto;
}
.pix-block-content .transparent.pix-icon-xl {
width: 80px;
height: 80px;
}
.pix-block-content .transparent.pix-icon-l {
width: 56px;
height: 56px;
}
.pix-block-content .transparent.pix-icon-m {
width: 35px;
height: 35px;
}
.pix-block-content .transparent.pix-icon-s {
width: 20px;
height: 20px;
}
.pix-block-content .round.pix-icon-xl {
width: 90px;
height: 90px;
}
.pix-block-content .round.pix-icon-l {
width: 75px;
height: 75px;
}
.pix-block-content .round.pix-icon-m {
width: 60px;
height: 60px;
}
.pix-block-content .round.pix-icon-s {
width: 45px;
height: 45px;
}
.pix-ibox-side:hover .round.pix-icon-hover {
background-color: #333;
}
.pix-ibox-side .icon {
-webkit-transition: color .5s, transform .5s;
transition: color .5s, transform .5s;
}
.pix-block-content .round .icon {
display: grid;
align-items: center;
}
.pix-ibox-side .round .icon svg {
vertical-align: middle;
height: 100%;
}
.pix-ibox-side .text h3 {
line-height: 1.8;
font-weight: bold;
font-size: 20px;
margin-top: 5px;
color: var(--pix-hlink-color);
}
.pix-ibox-side p {
margin-top: 0;
color: #797979;
}
.pix-ibox-side p em * {
font-family: var(--pix-subtitle-font);
font-weight: bold;
font-size: 17px;
}
.pix-ibox-side p em a {
color: var(--pix-main-color);
font-size: 17px;
}
.pix-ibox-side .text {
display: inline-block;
padding-right: 15%;
}
.pix-ibox-side.pix-text-review-right .text {
padding-left: 15%;
padding-right: 0;
text-align: right;
}
.pix-ibox-side .text strong {
color: #333;
}
.pix-ibox-side:hover .transparent .icon {
color: var(--pix-main-color);
transform: scale(1.1);
}
.pix-ibox-side:hover .round {
background-color: var(--pix-main-color);
}
.pix-ibox-title-side {
padding: 15px 45px;
position: relative;
}
.pix-ibox-title-side .round {
margin-top: 0;
}
.vc_row-no-padding .pix-ibox-title-side {
padding: 15px 0;
}
.pix-ibox-title-side-top {
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
grid-column-gap: 20px;
margin-bottom: 20px;
}
.pix-text-review-right .pix-ibox-title-side-top,
.pix-text-review-right .pix-ibox-title-side-top.pix-icon-xl {
grid-template-columns: 1fr auto;
justify-items: end;
}
.pix-ibox-title-side-top .pix-ibox-title {
position: relative;
width: 100%;
overflow: hidden;
}
.pix-ibox-title-side-top .pix-ibox-title h3 {
line-height: 32px;
margin: 0;
color: var(--pix-title-color);
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 18px;
font-weight: 700;
}
.pix-ibox-title-side-bottom {
font-family: var(--pix-main-font);
color: var(--pix-font-color);
}
html .round .icon span {
color: #fff;
}
html .pix-text-center .round {
margin-left: auto;
margin-right: auto;
}
html .pix-text-right .round {
margin-left: auto;
margin-right: 0;
} .pix-easy-chart .icon {
padding-bottom: 15px;
}
.pix-easy-chart .pix-text-left .icon,
.pix-easy-chart .pix-text-right .icon {
padding-bottom: 0;
}
.pix-easy-chart .pix-text-left,
.pix-easy-chart .pix-text-right {
display: grid;
grid-template-columns: 80px auto;
grid-column-gap: 25px;
justify-items: center;
align-items: center;
margin: 0 40px;
}
.pix-easy-chart .pix-text-right {
grid-template-columns: auto 80px;
}
.pix-easy-chart .pix-text-left.pix-icon-l {
grid-template-columns: 60px auto;
}
.pix-easy-chart .pix-text-right.pix-icon-l {
grid-template-columns: auto 60px;
}
.pix-easy-chart .pix-text-left.pix-icon-m {
grid-template-columns: 40px auto;
}
.pix-easy-chart .pix-text-right.pix-icon-m {
grid-template-columns: auto 40px;
}
.pix-easy-chart .pix-text-left.pix-icon-s {
grid-template-columns: 20px auto;
}
.pix-easy-chart .pix-text-right.pix-icon-s {
grid-template-columns: auto 20px;
}
.pix-easy-chart .pix-text-left .chart {
position: relative;
justify-self: start;
}
.pix-easy-chart .pix-text-right .chart {
justify-self: end;
}
.pix-easy-chart .pix-text-left .percent-text,
.pix-easy-chart .pix-text-right .percent-text {
margin-top: -10px;
}
.pix-easy-chart .pix-text-left canvas,
.pix-easy-chart .pix-text-right canvas {
position: absolute;
}
.percent,
.percent-plus {
color: var(--pix-main-color);
font-size: 26px;
font-weight: bold;
}
.percent-text {
font-family: var(--pix-main-font);
display: block;
font-size: var(--pix-font-size);
font-weight: 600;
line-height: normal;
} .pix-section-tabs .nav {
border-bottom: 1px solid;
margin-bottom: 30px;
font-weight: 700;
font-size: 17px;
font-family: var(--pix-main-font);
border-color: #2b2b2b;
}
.pix-section-tabs .nav li {
margin-right: 40px
}
.pix-section-tabs .nav li:last-child {
margin-right: 0
}
.pix-section-tabs .nav li a {
padding-bottom: 25px;
display: inline-block;
vertical-align: top;
border-bottom: 4px solid transparent;
margin-bottom: -2px
}
.pix-section-tabs .tab-pane .pix-button,
.pix-section-tabs .tab-pane .pix-link {
margin-top: 20px
}
.pix-section-tabs .nav li a.active {
color: var(--pix-main-color);
border-color: var(--pix-main-color)
}
.pix-section-tabs .nav li a:hover {
color: var(--pix-main-color)
}
.pix-section-tabs .tab-content {
color: #757575
}
.pix-accordion-btn {
border-bottom: 2px solid;
border-color: #ebeaea;
}
.pix-accordion-btn button {
background: none;
border: none;
width: 100%;
cursor: pointer;
text-align: left;
padding: 20px 25px 20px 0;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
position: relative;
font-family: var(--pix-title-font);
font-size: 17px;
font-weight: 700;
color: var(--pix-main-color);
}
.pix-accordion-btn button:before {
content: '';
position: absolute;
width: 17px;
height: 3px;
right: 0;
top: 0;
bottom: 0;
margin: auto
}
.pix-accordion-btn button:after {
content: '';
position: absolute;
width: 3px;
height: 17px;
top: 0;
bottom: 0;
right: 7px;
margin: auto;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
}
.pix-accordion-btn button:hover {
color: var(--pix-main-color)
}
.pix-accordion-btn button.collapsed {
color: #1b1b1b
}
.pix-accordion-btn button.collapsed:after {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0)
}
.pix-accordion-btn button:before, .pix-accordion-btn button:after {
background: var(--pix-main-color)
}
.pix-accordion-body {
padding: 30px 0;
border-bottom: 2px solid;
border-color: #ebeaea;
}
.pix-progressbar-box {
font-family: var(--pix-title-font);
margin-bottom: 40px;
max-width: 630px;
font-weight: 700;
color: var(--pix-title-color);
}
.pix-progressbar-line {
width: 100%;
height: 4px;
margin-top: 6px;
background: #ebeaea;
}
.pix-progressbar-full-line {
height: 4px;
background: var(--pix-main-color);
}
.pix-price-box {
text-align: center;
padding: 65px 75px 75px;
position: relative
}
.pix-price-box:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-box-shadow: 0 0 37.74px 13.26px rgba(0, 0, 0, 0.07);
box-shadow: 0 0 37.74px 13.26px rgba(0, 0, 0, 0.07)
}
.pix-price-box-inner {
position: relative;
z-index: 2
}
.pix-price-box-top {
margin-bottom: 25px;
}
.pix-price-box-month {
margin-bottom: 25px;
}
.pix-price-box-text {
margin-bottom: 35px
}
.pix-table-price-content-list {
list-style: none;
}
.pix-price-box.pix-price-box-big {
z-index: 2;
position: relative
}
.pix-price-box.pix-price-box-big:before {
top: -25px;
bottom: -20px
}
.pix-price-box:before {
background: #fff
}
.pix-price-box-top p {
color: #000
}
.pix-price-box-top span {
color: #6f6f6f
}
.pix-price-box-month {
color: #bababa
}
.pix-price-box-month .pix-span-small {
color: var(--pix-main-color)
}
.pix-price-box-month .pix-span-big {
color: var(--pix-main-color)
}
.pix-price-box-text {
color: var(--pix-font-color);
}
.pix-price-box.pix-price-box-dark:before {
background: #202020
}
.pix-price-box.pix-price-box-dark .pix-price-box-top p {
color: #fff
}
.pix-price-box.pix-price-box-dark .pix-price-box-month {
color: #cecece
}
.pix-price-box.pix-price-box-dark .pix-price-box-text {
color: #cecece
}
.pix-price-box-top {
line-height: 25px
}
.pix-price-box-top p {
margin-bottom: 0;
font-family: var(--pix-title-font);
font-size: 20px;
font-weight: 700;
}
.pix-price-box-top span {
font-family: var(--pix-title-font);
font-size: 17px;
font-weight: 600
}
.pix-price-box-month {
font-family: var(--pix-title-font);
font-size: 14px;
line-height: 24px
}
.pix-price-box-month .pix-span-small {
font-size: 30px;
font-weight: 600
}
.pix-price-box-month .pix-span-big {
font-size: 46px;
font-weight: 600
}
.pix-price-box-text {
font-size: var(--pix-font-size);
line-height: 24px;
font-family: var(--pix-main-font)
}
.pix-contact-us {
padding: 65px 80px;
position: absolute;
top: -74px;
left: 0;
width: 100%;
z-index: 1
}
.pix-contact-us .pix-section-title {
margin: 0
}
#pix-map {
height: 736px;
background-position: 50% 0;
background-size: cover;
background-repeat: no-repeat;
}
.pix-no-height {
height: 0;
min-height: 0
}
.pix-contact-form .col-lg-4 {
padding-right: 25px;
padding-left: 25px;
}
.pix-contact-form .col-lg-4:first-child {
padding-left: 15px;
}
.pix-contact-form .col-lg-4.last {
padding-right: 15px;
}
.pix-contact-form .form-group {
margin-bottom: 50px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;  -webkit-border-radius: 5px;
border-radius: 5px
}
.pix-contact-form .form-group label {
padding-left: 35px;
margin-bottom: 0;
color: #5c5c5c;
font-weight: 700;
white-space: nowrap;
}
.pix-contact-form .form-group span{
width: 100%;
}
.pix-contact-form .form-group.pix-textarea-group {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
padding-top: 30px
}
.pix-site-input {
width: 100%;
border: none;
background: none;
padding: 0 35px 0 5px;
height: 73px
}
textarea.pix-site-input {
padding: 0 35px 20px;
height: 300px;
resize: none
}
.pix-submit-holder {
text-align: center
}
.pix-submit-holder input {
display: inline-block;
vertical-align: top;
height: 73px;
padding: 0 35px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: none;
width: 100%;
max-width: 400px;
text-align: center;
cursor: pointer;
}   div.wpcf7 .pix-submit-holder .ajax-loader {
display: block;
margin: 0 auto;
}
.pix-contact-us {
background: #000;
color: #fff
}
.pix-contact-text {
color: #6e6e6e
}
.pix-contact-form .form-group {
background: #f7f7f7
}
.pix-site-input {
color: #b3b3b3
}
.pix-site-input::-webkit-input-placeholder {
color: #b3b3b3
}
.pix-site-input::-moz-placeholder {
color: #b3b3b3
}
.pix-site-input:-moz-placeholder {
color: #b3b3b3
}
.pix-site-input:-ms-input-placeholder {
color: #b3b3b3
}
.pix-submit-holder input {
color: #fff;
background: var(--pix-main-color)
}
.pix-contact-phone {
font-size: 30px;
font-weight: 700;
line-height: 1
}
.pix-contact-text {
font-size: var(--pix-font-size);
line-height: 24px;
font-family: var(--pix-main-font)
}
.pix-site-input {
font-size: var(--pix-font-size);
line-height: 26px
}
.pix-submit-holder input {
line-height: 24px;
}
.pix-question-form .pix-question-input {
width: 100%;
height: 35px;
background: none;
border: none;
border-bottom: 1px solid #3e3e3e
}
.pix-question-form textarea.pix-question-input {
height: 110px;
resize: none;
padding: 5px 0
}
.pix-question-form .pix-question-input {
color: #979797
}
.pix-question-form .pix-question-input::-webkit-input-placeholder {
color: #979797
}
.pix-question-form .pix-question-input::-moz-placeholder {
color: #979797
}
.pix-question-form .pix-question-input:-moz-placeholder {
color: #979797
}
.pix-question-form .pix-question-input:-ms-input-placeholder {
color: #979797
}
.service-box-2 {
text-align: center;
border: 0 solid #eee;
-webkit-transition: opacity .75s;
transition: opacity .75s;
-webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
margin-bottom: 30px;
}
.service-box-2__content {
position: relative;
height: 280px;
}
.service-box-2:hover .hidden {
opacity: 1;
}
.service-box-2:hover .service-box-1__footer {
border-bottom: none;
}
.service-box-2__content .hidden {
opacity: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 30px;
position: absolute;
background-color: rgba(0, 0, 0, 0.8);
height: 100%;
width: 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: opacity .5s;
transition: opacity .5s;
}
.service-box-2__content .hidden .icon {
width: 45px;
height: 45px;
margin: auto;
margin-bottom: 0;
fill: #fff;
}
.service-box-2__content .hidden a {
display: block;
color: #fff;
margin: auto;
margin-top: 15px;
}
.service-box-2__content .hidden a.link-line:after {
border-bottom: 2px solid #fff;
}
.service-box-2__content img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.service-box-2__footer {
padding: 45px 0;
}
.service-box-2__footer h2 {
font-size: 17px;
font-weight: 700;
text-transform: uppercase;
}
.service-box-2__footer p {
color: #969494;
line-height: 30px;
padding: 23px;
padding-bottom: 0;
}
.service-box-3 {
width: 100%;
height: 300px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: .75s;
transition: .75s;
margin-bottom: 30px;
overflow: hidden;
position: relative;
}
.service-box-3 img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}
.flip .service-box-3 img.pix-img-greyscale {
filter: blur(3px) grayscale(80%);
opacity: 0.1;
}
.service-box-3:hover .service-box-3__container,
.service-box-3 .service-box-3__container.two {
background-color: rgba(var(--pix-main-color-hex), 0.8);
}
.pix-service-box__text p {
color: #fff;
}
.service-box-3__container {
background-color: rgba(0, 0, 0, 0.8);
position: absolute;
top: 50%;
left: 50%;
padding: 40px;
width: 70%;
text-align: center;
-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
-ms-transform: translateY(-50%) translateX(-50%) scale(1);
transform: translateY(-50%) translateX(-50%) scale(1);
-webkit-transition: .5s;
transition: .5s;
}
.service-box-3__container .icon {
width: 45px;
height: 45px;
margin: auto;
margin-bottom: 20px;
fill: #fff;
}
.service-box-3__container h2,
.service-box-3__container h2 a {
font-size: 20px;
color: #fff;
font-weight: 700;
margin: 0;
margin-bottom: 15px;
}
.service-box-3__container a.link-line {
color: #fff;
}
.service-box-3__container a.link-line:after {
background-color: #fff;
}
.service-box-3__container a.link-line-dotted:hover {
color: #fff;
}
.service-box-4 {
margin-bottom: 30px;
overflow: hidden;
}
.service-box-4:hover .overlay {
background-color: rgba(var(--pix-main-color-hex), 0.8);
}
.service-box-4:hover h2,
.service-box-4:hover h2 a {
color: #fff;
}
.service-box-4:hover h2 a:before {
background: #fff;
}
.service-box-4__image {
position: relative;
height: 250px;
overflow: hidden;
-webkit-border-radius: 15px;
border-radius: 15px;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
}
.service-box-4__image h2 {
position: absolute;
color: var(--pix-main-color);
padding: 60px;
padding-bottom: 40px;
bottom: 0;
z-index: 3;
font-size: 18px;
line-height: 30px;
font-weight: 700;
-webkit-transition: .5s;
transition: .5s;
}
.service-box-4__image h2 span {
display: block;
color: #fff;
font-family: var(--pix-subtitle-font);
font-weight: 400;
font-style: italic;
}
.service-box-4__image .overlay {
background-color: rgba(0, 0, 0, 0.8);
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: .5s;
transition: .5s;
}
.service-box-4__image img {
width: 100%;
}
.service-box-4__text {
padding: 45px 60px;
font-size: var(--pix-font-size);
line-height: 30px;
border: 1px solid #eee;
border-top: none;
}
.service-box-4__text p {
margin: 0;
}
.filter-button-menu .side-menu__item {
padding: 30px 50px;
margin: 0;
}
.filter-button-menu .side-menu__item h3 {
font-size: 40px;
padding: 10px 0;
}
.filter-button-menu .side-menu__item h3:before {
left: -40px;
margin-top: 14px;
}
.filter-button-menu .pix-sidebar-box ul li {
font-family: var(--pix-title-font);
position: relative;
}
.grid-services-item { width: 48%;
}
.grid-services-sizer {
width: 48%;
}
.grid-services-gutter {
width: 4%;
}
@media screen and (max-width: 767px) {
.grid-services-item {
width: 100%;
}
.grid-services-sizer {
width: 100%;
}
.grid-services-gutter {
width: 0;
}
}
.service-box-5 {
position: relative;
margin-bottom: 30px;
overflow: hidden;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10), 0 10px 30px rgba(0, 0, 0, 0.05);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10), 0 10px 30px rgba(0, 0, 0, 0.05);
}
.service-box-5 .pix-img-wrapper img {
width: 100%;
transition: transform 3s;
}
.service-box-5 .pix-img-wrapper {
overflow: hidden;
}
.service-box-5:hover .pix-img-wrapper img {
transform: scale(1.1);
}
.service-box-5:hover > span a {
background-color: var(--pix-main-color);
}
.service-box-5__text {
padding: 30px 40px 40px;
margin-top: -9px;
background-color: white;
position: relative;
border: 1px solid #e3e3e3;
border-top: none;
}
.service-box-5__text h2 {
font-size: 20px;
line-height: 30px;
margin: 0;
margin-bottom: 20px;
}
.service-box-5__text p {
line-height: 28px;
}
.service-box-5 > span a {
position: absolute;
right: 0;
bottom: 0;
display: block;
width: 42px;
height: 42px;
background-color: #333;
color: #fff;
text-align: center;
-webkit-transition: background-color .33s;
transition: background-color .33s;
}
.service-box-5 > span a:before {
border-style: solid;
border-width: 1px 1px 0 0;
content: '';
height: 10px;
width: 10px;
left: 14px;
top: 17px;
position: absolute;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.service-box-6 {
position: relative;
margin-bottom: 30px;
}
.service-box-6:hover h2 {
color: var(--pix-main-color);
}
.service-box-6 img {
width: 100%;
}
.service-box-6 h2 {
font-size: 18px;
font-weight: 700;
line-height: 30px;
margin-top: 40px;
margin-bottom: 20px;
}
.service-box-6 p {
line-height: 30px;
color: #bdbdbd;
margin-bottom: 20px;
}
.service-box-6 a.link-line-dotted {
margin-top: 10px;
color: var(--pix-main-color);
font-weight: 400;
}
.service-box-6 a.link-line-dotted:hover {
color: #000;
}
.service-box-6 a.link-line-dotted:after {
position: absolute;
width: 100%;
height: 2px;
border-bottom: 2px solid var(--pix-main-color);
border-bottom-style: dashed;
}
.service-box-6 a.link-line-dotted:hover:after {
border-bottom: 2px solid #000;
border-bottom-style: dashed;
}
.service-box-7 {
position: relative;
height: 250px;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 30px;
}
.service-box-7 img {
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.service-box-7 .overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
content: "";
-webkit-transition: background-color .5s;
transition: background-color .5s;
}
.service-box-7:hover .overlay {
background-color: rgba(0, 0, 0, 0.35);
}
.service-box-7 a {
z-index: 3;
}
.service-box-7 button {
-webkit-border-radius: 0;
border-radius: 0;
border: 0;
background-color: rgba(255, 255, 255, .8);
color: var(--pix-main-color);
font-size: 18px;
font-weight: 700;
padding: 25px 30px;
z-index: 3;
outline: none;
cursor: pointer;
-webkit-transition: .33s;
transition: .33s;
}
.service-box-7 a:hover button {
background-color: var(--pix-main-color);
color: #fff;
}
.flip {
-webkit-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
-webkit-transform: perspective(1000px);
-ms-transform: perspective(1000px);
transform: perspective(1000px);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.flip {
width: inherit;
height: 300px;
}
.flip .service-box-3 {
width: 100%;
height: 100%;
}
.flip .service-box-3.under {
width: 100%;
height: 100%;
}
.flip .service-box-3 {
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
-webkit-transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
overflow: hidden;
position: absolute;
top: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip .service-box-3 {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
z-index: 1;
position: relative;
border: 1px solid #eee;
}
.flip:hover .service-box-3 {
-webkit-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.flip .service-box-3__container {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-webkit-transition: -webkit-transform 0.80s cubic-bezier(.5, .3, .3, 1);
transition: -webkit-transform 0.80s cubic-bezier(.5, .3, .3, 1);
-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
-ms-transform: translateY(-50%) translateX(-50%) scale(1);
transform: translateY(-50%) translateX(-50%) scale(1);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
z-index: 2;
}
.flip .service-box-3:hover .service-box-3__container {
-webkit-transform: translateY(-50%) translateX(-650px) scale(.88);
-ms-transform: translateY(-50%) translateX(-650px) scale(.88);
transform: translateY(-50%) translateX(-650px) scale(.88);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
} .flip .service-box-3__container.two {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
width: 80%;
-webkit-transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
-webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
-ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
z-index: 2;
height: 80%;
}
.flip:hover .service-box-3__container.two {
-webkit-transform: translateY(-50%) translateX(-50%) translateZ(0px) scale(1);
-ms-transform: translateY(-50%) translateX(-50%) translateZ(0px) scale(1);
transform: translateY(-50%) translateX(-50%) translateZ(0px) scale(1);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
height: 80%;
} .flip .service-box-3.under {
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
-webkit-transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
overflow: hidden;
position: absolute;
top: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip .service-box-3.under {
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
z-index: 3;
}
.flip:hover .service-box-3.under {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.portfolio a {
font-weight: 400;
font-size: 0.95em;
}
.filter-button-group a {
margin-right: 30px;
font-weight: 500;
font-size: 15px;
cursor: pointer;
}
.filter-button-group a.active {
color: var(--pix-main-color);
}
.portfolio a.active.link-line:after {
display: none;
}
.portfolio a.link-line:before {
display: none;
}
.portfolio__container {
margin: 60px 0;
text-align: center;
}
.portfolio__container button {
display: block;
margin: auto;
font-family: var(--pix-main-font);
font-size: 17px;
line-height: 36px;
padding: 20px 25px;
width: 220px;
border: none;
-webkit-border-radius: 10px;
border-radius: 10px;
background-color: #fff;
-webkit-box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15);
box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15);
margin-top: 50px;
-webkit-transition: .5s;
transition: .5s;
outline: none;
}
.portfolio__container button:hover {
color: var(--pix-main-color);
-webkit-box-shadow: 0 20px 70px rgba(0, 0, 0, 0.05);
box-shadow: 0 20px 70px rgba(0, 0, 0, 0.05);
outline: none;
}
.portfolio__container button:active {
color: rgba(0, 0, 0, 0.5);
-webkit-transition: 0s;
transition: 0s;
-webkit-box-shadow: none;
box-shadow: none;
}
.grid-portfolio:after {
content: '';
display: block;
clear: both;
}
.grid-portfolio__item,
.grid-portfolio__sizer {
width: 31%;
margin-bottom: 30px;
}
.grid-portfolio__item {
float: left;
overflow: hidden;
height: 380px;
position: relative;
}
.grid-portfolio__item img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.grid-portfolio__item--height2 {
height: 590px;
}
.grid-portfolio__container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
position: absolute;
height: 100%;
width: 100%;
padding: 15px;
z-index: 10;
background: rgba(0, 0, 0, 0.75);
-webkit-transition: .5s;
transition: .5s;
opacity: 0;
}
.grid-portfolio__container:hover {
opacity: 1;
}
.grid-portfolio__container h3,
.grid-portfolio__container h3 a {
font-family: var(--pix-title-font);
font-weight: 700;
font-size: 17px;
color: #fff;
}
.grid-portfolio__container h3 a {
text-decoration: underline;
}
.grid-portfolio__container .pix-store-box-price {
margin-bottom: 10px;
}
.grid-portfolio__container .pix-store-box-price,
.grid-portfolio__container .pix-store-box-price ins {
color: #fff;
}
.grid-portfolio__container .pix-store-box-btn a {
font-family: var(--pix-title-font);
font-weight: 700;
font-size: 17px;
color: var(--pix-main-color);
text-decoration: underline;
}
.grid-portfolio__container .pix-store-box-btn a:hover {
text-decoration: none;
}
.grid-portfolio__container h3 a:hover {
color: var(--pix-main-color);
text-decoration: none;
}
.grid-portfolio__container p {
color: #ddd;
font-weight: 400;
margin: 0;
line-height: 22px;
}
.grid-portfolio__container p a {
font-family: var(--pix-main-font);
text-decoration: none;
color: inherit;
margin: 0;
}
.grid-portfolio__container p a:hover {
color: var(--pix-main-color);
transition: color .33s;
}
.grid-portfolio__container p a.link-centerline:before {
background: #fff;
}
.grid-big .col-lg-3,
.grid-big .col-lg-4,
.grid-big .col-lg-6,
.grid-big .col-lg-12 {
padding: 0;
}
.grid-big .row {
margin: 0;
}
.grid-big__item {
height: 20vw;
position: relative;
overflow: hidden;
text-align: center;
}
.grid-big__item-video {
overflow: hidden;
}
.grid-big__item img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
transition: transform 3s;
}
.grid-big__item-video img {
transition: transform 3s;
}
.grid-big__item:hover img,
.grid-big__item-video:hover img {
transform: scale(1.1);
}
.grid-big__item:hover .grid-big__item-container,
.grid-big__item-video:hover .grid-big__item-container {
opacity: 1;
}
.grid-big__item-container {
position: absolute;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
text-align: center;
width: 100%;
height: 100%;
background: var(--pix-hover-gradient);
-webkit-transition: .33s;
transition: .33s;
opacity: 0;
z-index: 1;
}
.grid-big__item-container h3 {
color: #fff;
font-weight: 700;
line-height: 30px;
font-size: 18px;
}
.grid-big__item-container h3 a.link-centerline:before {
background: #fff;
}
.grid-big__item-text span {
color: #fff;
font-family: var(--pix-subtitle-font);
font-size: var(--pix-font-size);
}
.pix-img-greyscale .grid-big__item-container h3 a:hover {
color: var(--pix-main-color);
border-bottom: 1px solid transparent;
}
.grid-big__item-video {
position: relative;
height: 40vw;
text-align: center;
}
.grid-big__item-video img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.grid-big__item-text {
position: absolute;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin: auto;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 40vh;
height: 7vw;
z-index: 1;
color: #fff;
opacity: 0;
transition: opacity .33s;
}
.grid-big__item-video:hover .grid-big__item-text,
.grid-big__item:hover .grid-big__item-text {
opacity: 1;
}
.grid-big__item-text h3 {
font-size: 22px;
margin: 0 !important;
padding-bottom: 5px;
}
.grid-big__item-text a:not(:hover) {
color: #fff;
}
.grid-big__item-text ul li {
padding: 14px 4px;
font-size: 15px;
}
ul.pix-social-round li,
ul.pix-social-round-transparent li {
display: inline-block;
}
ul.pix-social-round li i {
padding: 8px;
border-radius: 100%;
color: #333;
background: #fff;
transition: color .33s, background-color .33s;
}
ul.pix-social-round li a:hover i {
color: #fff;
background-color: var(--pix-main-color);
}
.footer-meta .pix-social-round-transparent {
text-align: right;
}
.footer-meta .pix-social-round-transparent li {
font-size: var(--pix-font-size);
}
ul.pix-social-round-transparent li i {
padding: 8px;
border-radius: 100%;
border: 1px solid #ddd;
transition: color .33s, border-color .33s;
}
ul.pix-social-round-transparent li:hover i {
color: var(--pix-main-color);
border-color: var(--pix-main-color);
}
.pix-video,
.pix-map-container {
background-color: rgba(0, 0, 0, 0.75);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
}
.pix-video.embed iframe {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.pix-map-container {
background-color: transparent;
position: relative;
}
#pix-map {
margin: 0 auto;
}
.pix-video .title,
.pix-video .duration {
position: absolute;
top: 50%;
margin: 0 auto;
margin-top: -155px;
left: 0;
right: 0;
color: #fff;
}
.pix-video .title {
font-family: var(--pix-title-font);
font-size: var(--pix-title-size);
font-weight: var(--pix-title-weight);
font-style: var(--pix-title-style);
letter-spacing: var(--pix-title-letter-spacing);
}
.pix-video .duration {
margin-top: 100px;
font-family: var(--pix-subtitle-font);
font-style: italic;
}
.blog-list__article-image img.play,
.blog-masonry__item-image img.play,
.grid-big__item-video img.play,
.pix-video img.play {
position: absolute;
left: 50%;
top: 50%;
margin-left: -10px;
margin-top: -14px;
width: 30px;
height: 30px;
z-index: 50;
-webkit-filter: none;
filter: none;
cursor: pointer;
}
.item-pulse {
content: "";
width: 70px;
height: 70px;
-webkit-border-radius: 150px;
border-radius: 150px;
background: var(--pix-main-color);
position: absolute;
z-index: 3;
cursor: pointer;
-webkit-transition: opacity .33s, transform .33s;
transition: opacity .33s, transform .33s;
top: 50%;
left: 50%;
margin-top: -35px;
margin-left: -35px;
}
.item-pulse:active {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
opacity: 0.75;
}
.item-pulse:hover:before,
.item-pulse:hover:after {
content: none;
}
.item-pulse:before, .item-pulse:after {
content: '';
width: 50px;
height: 50px;
-webkit-border-radius: 25px;
border-radius: 25px;
background-color: var(--pix-main-color);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-animation: pulse-me 3s linear infinite;
animation: pulse-me 3s linear infinite;
}
.item-pulse:after {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
@-webkit-keyframes pulse-me {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
}
50% {
opacity: 0.2;
}
70% {
opacity: 0.09;
}
100% {
-webkit-transform: scale(5);
transform: scale(5);
opacity: 0;
}
}
@keyframes pulse-me {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
}
50% {
opacity: 0.2;
}
70% {
opacity: 0.09;
}
100% {
-webkit-transform: scale(5);
transform: scale(5);
opacity: 0;
}
}
.pix-text-full-width .pix-contact-form input[type=submit] {
width: 100%;
}
.portfolio-cards .owl-stage-outer {
padding: 40px 0;
}
.portfolio-cards__item {
background-color: #fff;
text-align: center;
margin: 0 30px;
}
.portfolio-cards__item:hover .portfolio-cards__item-image .buttons {
opacity: 1;
}
.portfolio-cards__item:hover .portfolio-cards__item-image .gradient {
opacity: 1;
}
.portfolio-cards__item-image {
height: 300px;
overflow: hidden;
position: relative;
}
.portfolio-cards__item-image .buttons {
opacity: 0;
position: absolute;
z-index: 4;
width: 150px;
height: 50px;
left: 50%;
top: 50%;
margin-top: -25px;
margin-left: -75px;
-webkit-transition: .33s;
transition: .33s;
}
.portfolio-cards__item-image .buttons button {
display: inline-block;
content: "";
width: 50px;
height: 50px;
-webkit-border-radius: 150px;
border-radius: 150px;
border: none;
outline: none;
margin: 0 10px;
cursor: pointer;
}
.portfolio-cards__item-image .gradient {
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
content: '';
background: rgba(0, 0, 0, 0.5);
z-index: 3;
-webkit-transition: .33s;
transition: .33s;
}
.portfolio-cards__item-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
transition: opacity .33s, transform 3s;
}
.portfolio-cards__item:hover .portfolio-cards__item-image img {
transform: scale(1.15);
}
.portfolio-cards__item-text {
padding: 35px;
border: 1px solid rgba(0, 0, 0, .1);
border-top: none;
}
.portfolio-cards__item-text h3 {
font-weight: 600;
font-size: 18px;
margin: 0 !important;
}
.portfolio-cards__item-text h3 a {
font-weight: inherit;
font-size: inherit;
color: inherit;
}
.portfolio-cards__item-text h3:hover a {
color: var(--pix-main-color);
}
.portfolio-cards__item-text span {
color: rgba(0, 0, 0, .35);
}
html .cards-beyond.owl-carousel {
padding-left: 0;
padding-right: 0;
}
.cards-beyond__item {
margin: 0 15px;
height: 450px;
overflow: hidden;
position: relative;
}
.cards-beyond__item:hover .cards-beyond__item-container {
opacity: 1;
}
.cards-beyond .owl-stage-outer {
padding: 40px 0;
}
.cards-beyond__item-container {
position: absolute;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
z-index: 1;
-webkit-transition: opacity .33s;
transition: opacity .33s;
}
.cards-beyond__item-container h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
line-height: 30px;
margin: 0 !important;
}
.cards-beyond__item-container h3 a {
font-size: 20px;
font-weight: 600;
line-height: 30px;
}
.cards-beyond__item-container span,
.cards-beyond__item-container a {
color: #fff;
}
.cards-beyond__item-container a:hover {
color: var(--pix-main-color);
}
.cards-beyond__item img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
transition: transform 3s;
}
.pix-img-greyscale .cards-beyond__item img {
transition: transform 3s, filter .3s;
}
.cards-beyond__item:hover img {
transform: scale(1.15);
}
.card {
position: relative;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
-webkit-background-clip: border-box;
background-clip: border-box;
}
.card-columns .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
}
.card-columns .card {
display: inline-block;
width: 100%;
}
} .portfolio-perrow-3 {
display: grid;
grid-template-columns: 33% 33% 33%;
grid-row-gap: 3.5em;
}
.custom-header {
padding: 180px 0 100px;
text-align: center;
margin-bottom: 50px;
position: relative;
}
.vc_row-overlay {
display: inline-block;
position: absolute !important;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.vc_row-overlay:after {
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
z-index: 0;
width: 100%;
height: 100%;
} div.pix-product {
text-align: center;
margin-bottom: 40px;
}
div.pix-product .woo-item-grid {
position: relative;
border: 1px solid #c8c8c8;
}
div.pix-product .price {
display: block;
font-weight: 400;
margin-bottom: .5em;
font-size: var(--pix-font-size);
}
div.pix-product .price del {
color: inherit;
opacity: .5;
display: block
}
div.pix-product .price ins {
background: 0 0;
font-weight: 700;
color: var(--pix-main-color);
}
div.pix-product .woo-item-grid .button {
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
z-index: 5;
width: 45%;
bottom: -15px;
opacity: 0;
padding: 10px;
-webkit-transition: opacity .33s;
transition: opacity .33s;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
div.pix-product:hover .button {
opacity: 1;
bottom: -15px;
} .text-white-color *,
.text-white-color .pix-ibox-side p,
.text-white-color h1,
.text-white-color h2,
.text-white-color .pix-ibox-top h3,
.rtd .text-white-color h1,
.rtd .text-white-color h2,
.rtd .text-white-color h3,
.text-white-color .pix-ibox-side .text h3,
.text-white-color .pix-ibox-title-side-top .pix-ibox-title h3 {
color: #fff;
}
.text-white-color .pix-input{
border-color: #fff;
}       .text-white-color p,
.text-white-color .pix-pre-title,
.text-white-color .wpb_text_column p:last-child {
color: #bbbbbb;
}     .pix-social-title {
background: var(--pix-main-font);
color: #ffffff;
font-size: 11px;
text-transform: uppercase;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 0;
line-height: 35px;
padding: 1px 15px;
margin: 0 2px 2px -7px;
height: auto;
display: inline-block;
}
.pix-social-share {
float: right;
width: 40%;
text-align: right;
}
.pix-social-share a {
margin-left: -7px;
} .post__meta a:hover {
color: var(--pix-main-color);
}
.pix-sidebar-post {
margin-bottom: 25px
}
.pix-sidebar-post-link a {
text-decoration: underline;
display: inline-block
}
.pix-sidebar-post-link a:hover {
text-decoration: none
}
.pix-sidebar-search-form form {
position: relative
}
.pix-sidebar-search-form .pix-phone-input {
padding-right: 35px
}
.pix-sidebar-search-form input[type=submit] {
position: absolute;
top: 0;
right: 0;
width: 35px;
height: 50px;
border: none;
background: url(//berlinexauto.com/wp-content/themes/quattro/images/search.png) no-repeat center;
cursor: pointer;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease
}
.pix-sidebar-search-form input[type=submit]:hover {
opacity: 0.6
}
.pix-sidebar-categories-list ul li {
list-style: none
}   .pix-sidebar {
text-align: right;
margin-bottom: 100px;
}
.pix-sidebar-box {
width: 100%;
text-align: left;
padding: 45px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: inline-block;
vertical-align: top;
margin-bottom: 52px
}
.pix-sidebar-box:last-child {
margin-bottom: 0
}
.pix-sidebar-box-title {
margin-bottom: 30px
}
.pix-sidebar-box-title .pix-h3 {
padding: 0 48px 0 0;
position: relative;
font-size: 24px;
line-height: 1;
font-weight: 700;
text-overflow: ellipsis;
overflow: hidden;
width: 212px;
}
.pix-sidebar-form .row {
margin: 0 -5px 20px
}
.pix-sidebar-form .row.btn-filter {
margin-top: 35px;
}
.pix-sidebar-form .row .col-12, .pix-sidebar-form .row .col-6 {
padding: 0 5px;
}
.pix-sidebar-form .row:last-child {
margin-bottom: 0
}
.widget_pixcars_widget_filter .pix-sidebar-form select {
opacity: 0
}
.pix-sidebar-form .pix-filter-title {
display: inline-block;
padding: 0 5px;
font-size: var(--pix-font-size);
color: #bbbbbb;
width: 100%;
}
.pix-sidebar-form .pix-range-box {
padding-bottom: 0
}
.pix-sidebar-form .form-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #4b4b4b;
padding: 0 10px;
margin-bottom: 0
}
.pix-sidebar-form .form-group .pix-sidebar-input {
background: none;
border: none;
width: 100%;
max-width: 100%;
display: inline-block;
vertical-align: middle;
color: #fff;
padding: 13px 0 14px 2px
}
.pix-sidebar-submit .pix-button {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.pix-sidebar-box {
background: #111111;
color: #fff
}
.pix-sidebar-form #pix-slider-range, .pix-sidebar-form .ui-slider-range {
background: #3e3e3e
}
.pix-sidebar-form .custom-select__option--value, .pix-sidebar-form .custom-select__dropdown, .pix-sidebar-form .form-group {
background: #3e3e3e
}
.pix-sidebar-form small {
color: #6c6c6c
}
.pix-sidebar-box-desc {
color: #6c6c6c
}
.pix-sidebar-search-form .pix-phone-input::-webkit-input-placeholder {
color: #818181
}
.pix-sidebar-search-form .pix-phone-input::-moz-placeholder {
color: #818181
}
.pix-sidebar-search-form .pix-phone-input:-moz-placeholder {
color: #818181
}
.pix-sidebar-search-form .pix-phone-input:-ms-input-placeholder {
color: #818181
}
.pix-sidebar-categories-list {
color: #fff
}
.pix-sidebar-categories-list .pix-count-span {
color: #818181
}
.pix-sidebar-categories-list ul li a:hover {
color: var(--pix-main-color)
}
.pix-parent-li .pix-li-btn:hover {
color: var(--pix-main-color)
}
.pix-sidebar-date-post {
color: #818181
}
.pix-sidebar-comments-count {
color: var(--pix-main-color)
}
.pix-sidebar-post-link a:hover {
color: var(--pix-main-color)
}
.pix-sidebar-form .pix-price-range, .pix-sidebar-form .pix-last-price, .pix-sidebar-form .pix-first-price {
font-size: 12px
}
.pix-sidebar-box-desc {
font-size: 14px
}
.pix-sidebar-form .form-group {
font-size: var(--pix-font-size);
font-family: var(--pix-main-font)
}
.pix-sidebar-form .form-group.pix-sidebar-input {
font-size: var(--pix-font-size);
font-family: var(--pix-main-font)
}
.pix-sidebar-form .form-group small {
font-size: 14px
}
.pix-sidebar-search-form input[type=submit] {
font-family: var(--pix-main-font);
font-size: var(--pix-font-size);
}
.pix-sidebar-categories-list {
font-size: var(--pix-font-size);
line-height: 24px;
font-weight: 700
}
.pix-sidebar-categories-list .pix-count-span {
font-weight: 400
}
.pix-ul-lv-3 li {
font-weight: 400;
font-size: 14px
}
.pix-sidebar-date-post, .pix-sidebar-comments-count {
font-size: 14px;
line-height: 20px
}
.pix-sidebar-post-link {
font-weight: 700
}
.side-menu__item {
position: relative;
padding: 40px 50px;
margin-left: 20px;
background: #fff;
-webkit-box-shadow: 10px 10px 0 -2px #f3f3f3;
box-shadow: 10px 10px 0 -2px #f3f3f3;
border: 1px solid #e3e3e3;
margin-bottom: 50px;
overflow: hidden;
}
.sidebar-type-2 .side-menu__item {
margin-left: 20px;
}
.sidebar-type-3 .side-menu__item {
margin-left: 0;
margin-right: 20px;
}
.side-menu__item h3 {
position: relative;
font-family: var(--pix-title-font);
font-weight: var(--pix-title-weight);
color: var(--pix-title-color);
font-size: 22px;
line-height: 40px;
margin-bottom: 20px;
}
.pix-sidebar-box ul li {
list-style: none;
font-size: var(--pix-font-size);
font-family: var(--pix-main-font);
font-weight: 500;
padding-bottom: 10px;
color: #bbb;
position: relative;
}
.pix-sidebar-box ul.children li {
padding-bottom: 5px;
}
.pix-sidebar-box ul.children li:last-child {
padding-bottom: 0;
}
.pix-sidebar-box .pix-car-details-list ul li {
color: #fff;
padding-bottom: 0;
}
.pix-sidebar-box ul li a {
font-weight: 400;
color: #fff;
cursor: pointer;
}
.pix-sidebar-box ul li a:hover {
color: var(--pix-main-color);
text-decoration: none;
}
.pix-sidebar-box ul li.current-cat > a,
.pix-sidebar-box ul li a.active {
color: var(--pix-main-color);
position: relative;
text-decoration: none;
}
.pix-parent-li {
position: relative
}
.pix-parent-li a > span:first-child {
max-width: -webkit-calc(100% - 15px);
max-width: calc(100% - 15px)
}
.pix-parent-li .pix-li-btn {
position: absolute;
top: 0;
right: 0;
z-index: 1;
height: 24px;
width: 15px;
cursor: pointer;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
text-align: center;
font-weight: 700;
}
.pix-parent-li .pix-li-btn:hover {
color: var(--pix-main-color);
}
.pix-parent-li:not(.open) ul.children {
display: none;
}
.side-menu__item-news {
margin-bottom: 15px;
}
.widget_pixtheme_latest_news:last-child .side-menu__item-news {
margin-bottom: 25px;
}
.side-menu__item-news .news-text a {
display: block;
font-size: var(--pix-font-size);
line-height: 24px;
font-weight: var(--pix-title-weight);
margin-bottom: 10px;
position: relative;
}
.side-menu__item-news .news-text a:before,
.side-menu__item li a:before,
.blog-article__related h4:before,
.pix-sidebar-form ul li:before {
border-style: solid;
border-width: 1px 1px 0 0;
content: '';
height: 7px;
width: 7px;
left: -15px;
top: 9px;
color: var(--pix-main-color);
position: absolute;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.side-menu__item li a:before,
.pix-sidebar-form ul.menu li:before {
top: 7px;
}
.pix-sidebar-box ul li a:before {
top: 5px;
}
.pix-sidebar-form ul.sub-menu li:before,
.pix-sidebar-form ul.children li:before {
top: 12px;
}
.side-menu__item .widget_shopping_cart_content li a:before {
content: none;
}
.blog-article__related .pix-news-next h4:before {
right: -15px;
left: auto;
top: 6px;
}
.blog-article__related .pix-news-prev h4:before {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
top: 6px;
}
.side-menu__item-news .news-text a:hover {
text-decoration: none;
color: var(--pix-main-color);
}
.side-menu__item-news .news-text p {
font-size: 14px;
line-height: 24px;
color: #7d7878;
}
.side-menu__item-news .news-text p span {
font-weight: 700;
font-size: 11px;
color: #000000;
}
.side-menu__item-news .news-image {
width: 100%;
height: auto;
}
.side-menu__item-news .news-image img {
width: 100%;
}
.side-menu__item-news span.time {
font-size: 10px;
width: 100%;
display: inline-block;
}
a.side-menu__item-all_news {
right: 0;
bottom: 0;
padding-top: 2px;
position: absolute;
background: var(--pix-main-color);
font-size: 14px;
font-weight: 700;
width: 60px;
height: 30px;
line-height: 25px;
color: #fff;
text-align: center;
}
a.side-menu__item-all_news:hover {
background: #333;
}
.side-menu__item-search {
position: relative;
width: 100%;
}
.side-menu__item-search:after {
position: absolute;
width: 15px;
height: 15px;
right: 0;
top: 10px;
content: '';
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' width='15px' height='15px'%3E%3Cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0 0 46.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 0 0 .083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z' fill='%23f0f'/%3E%3C/svg%3E") no-repeat center center;
}
.side-menu__item-search input {
padding-left: 3px;
width: 100%;
font-size: var(--pix-font-size);
line-height: 35px;
font-weight: 500;
outline: none;
border: 0;
border-bottom: 1px solid #f5f5f5;
}
.side-menu__item-tags a {
padding-right: 20px;
font-size: var(--pix-font-size);
line-height: 35px;
font-weight: 700;
text-decoration: underline;
}
.side-menu__item-tags a:hover {
color: var(--pix-main-color);
text-decoration: none;
}
.pix-right-sidebar {
padding-right: 35px;
}
.pix-left-sidebar {
padding-left: 35px;
}
.pix-blog-grid + .pagination {
margin-top: 50px;
}
.pix-blog-article {
display: grid;
grid-template-columns: 50% 50%;
min-height: 320px;
-webkit-box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.1);
margin-bottom: 50px
}
.pix-blog-img {
height: 100%;
position: relative;
}
.pix-blog-img a {
display: block;
height: 100%;
position: relative
}
.pix-blog-img a img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
.pix-blog-img-sticker {
position: absolute;
top: 30px;
left: 25px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 5px 15px 6px;
background: var(--pix-main-color);
color: #fff;
font-size: 14px;
line-height: 2;
font-weight: 700;
z-index: 1;
}
.pix-blog-img-sticker a {
color: #fff;
}
.pix-blog-article-info {
background: #fff;
padding: 40px 50px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100%
}
.pix-blog-article-name {
margin-bottom: 25px;
color: var(--pix-title-color);
font-family: var(--pix-title-font);
font-size: 20px;
line-height: 26px;
font-weight: 700;
}
.pix-blog-article-name a {
text-decoration: underline;
}
.pix-blog-article-name a:hover {
text-decoration: none;
color: var(--pix-main-color);
}
.pix-blog-article-text {
height: 100%;
margin-bottom: 20px
}
.pix-blog-article-text {
color: #6d6d6d;
font-size: 17px;
line-height: 24px
}
.pix-blog-article-footer {
font-size: 14px;
line-height: 24px;
font-weight: 600
}
.pix-blog-article-footer span {
color: #b2b2b2;
padding-right: 10px;
transition: color .33s;
}
.pix-blog-article-footer span a:hover,
.pix-blog-article-footer span:hover {
color: var(--pix-main-color);
}
.blog-list__article {
position: relative;
margin-bottom: 80px; }
.blog-list__article.blog-item-quote {
margin-bottom: 100px;
}
.blog-list__article-image {
position: relative;
width: 100%;
overflow: hidden;
max-height: 460px;
margin-bottom: 35px;
}
.blog-list__article-image.pix-no-image {
margin-bottom: 0;
}
.blog-item-video .blog-list__article-image { }
.blog-item-standared .blog-list__article-image .overlay,
.blog-item-video .blog-list__article-image .overlay,
.blog-item-standared .blog-masonry__item-image .overlay,
.blog-item-video .blog-masonry__item-image .overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: var(--pix-hover-gradient);
content: '';
opacity: 0;
z-index: 1;
-webkit-transition: opacity .33s;
transition: opacity .33s;
}
.blog-item-standared:hover .blog-list__article-image .overlay,
.blog-item-video:hover .blog-list__article-image .overlay,
.blog-item-standared:hover .blog-masonry__item-image .overlay,
.blog-item-video:hover .blog-masonry__item-image .overlay {
opacity: 0;
}
.blog-item-standared:hover .blog-list__article-image img {
transform: scale(1.0);
}
.blog-list__article-image .label-new {
position: absolute;
top: 0;
right: 0;
width: 50px;
padding-top: 2px;
background: var(--pix-main-color);
font-family: var(--pix-main-font);
font-size: 14px;
text-align: center;
font-weight: 700;
line-height: 30px;
color: #fff;
}
.blog-list__article-image img {
max-width: 100%;
height: auto;
margin: 0 auto;
display: block;
transform: scale(1.15);
transition: transform 3s;
}
.pix-no-sidebar .blog-list__article-image img {
margin: 0;
}
.blog-list__article-image blockquote,
.post-image blockquote {
margin: 0;
font-family: var(--pix-title-font);
color: #797979;
}
.blog-list__article-image .service-page__carousel-1 {
margin-bottom: 10px;
padding: 0;
}
.post-image .service-page__carousel-1 {
margin-bottom: 40px;
padding: 0;
}
.blog-list__article-text {
position: relative;
overflow: auto;
}
.blog-list__article-text .article-info li {
list-style: none;
font-size: 10px;
font-weight: 700;
line-height: 30px;
}
.blog-list__article-text .article-info li.article-info__date {
text-transform: uppercase;
color: var(--pix-main-color);
}
.blog-list__article-text .article-info li:nth-child(2) {
margin-bottom: 30px;
}
.blog-list__article-text .article-title {
position: relative;
width: 100%;
}
.article-title p a {
text-decoration: underline;
}
.article-title p a:hover {
text-decoration: none;
}
.blog-list__article-text .article-title h2 {
line-height: 1.3;
}
.blog-list__article-text .article-title h2 a {
font-size: 17px;
}
.blog-list__article-text .article-title p {
color: var(--pix-font-color);
}
.blog-list__article-text > span a {
position: absolute;
right: 0;
bottom: 15px;
display: block;
width: 40px;
height: 40px;
background-color: var(--pix-main-color);
color: #fff;
border: 2px solid var(--pix-main-color);
text-align: center;
-webkit-transition: color .33s, background-color .33s;
transition: color .33s, background-color .33s;
}
.blog-list__article-text > span a:before {
border-style: solid;
border-width: 2px 2px 0 0;
content: '';
height: 8px;
width: 8px;
left: 13px;
top: 15px;
position: absolute;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.blog-list__article-text > span a:hover {
background-color: transparent;
color: var(--pix-main-color);
}
.blog-list__article.purple {
background: var(--pix-main-color);
}
.blog-list__article.purple h2 {
color: #fff;
}
.blog-list__article.purple p {
color: #fff;
}
.blog-list__article.purple li {
color: #fff !important;
}
.article-head {
position: relative;
}
.blog-list__article .article-head {
padding: 0;
min-height: 70px;
margin-bottom: 25px;
}
.blog-list__article .article-head-none {
padding-left: 0;
}
.blog-article .article-head {
padding: 30px 0 0;
}
.blog-article .article-head .post__meta {
font-size: 15px;
}
.blog-article .article-head .post__meta a {
text-decoration: underline;
}
.blog-article .article-head .post__meta a:hover {
text-decoration: none;
}
.blog-article .post__date {
position: absolute;
left: 0;
top: 0;
}
.blog-article .post-content blockquote {
margin: 1.5em 0;
}
.blog-article .post-content blockquote {
margin: 2em 0;
position: relative;
font-family: var(--pix-title-font);
}
.blog-article .post-content blockquote p {
margin: 0;
}
.blog-list__article .post__date {
position: absolute;
left: 0;
top: 0;
}
@media (min-width: 992px) {
.blog-posts.cards {
margin-right: -15px;
}
.pull-right-md + .blog-posts.cards {
margin-left: -15px;
}
}
.blog-posts.cards + nav .pagination {
margin-top: 80px;
}
@media (min-width: 768px) {
.blog-posts.cards .post:not(.nothumbnail) {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -ms-flex;
display: flex;
}
.blog-posts.cards .post__left {
width: 53.5%;
}
.blog-posts.cards .post__right {
width: 46.5%;
padding: 0 15px 0 40px;
}
.blog-posts.cards .post__img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
max-height: 405px;
right: 15px;
}
.blog-posts.cards .post:nth-child(2n) .post__right {
padding: 0 40px 0 15px;
-webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -ms-flex-order: -1; -webkit-order: -1;
-moz-order: -1;
-ms-order: -1;
order: -1;
}
.blog-posts.cards .article-head {
padding-top: 11px;
}
.blog-posts.cards .post.nothumbnail .article-head {
padding-right: 100px;
}
.blog-posts.cards .post__meta {
padding-bottom: 35px;
}
.blog-posts.cards .post__meta:after {
content: '';
width: 4px;
height: 20px;
position: absolute;
left: 0;
bottom: 0;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
}
@media (max-width: 768px) {
.blog-posts.cards .post__img {
margin-bottom: 1em;
}
}
.blog-posts.cards .post + .post {
padding-top: 60px;
margin-top: 61px;
border-top: 1px solid #eee;
}
.blog-posts.cards .post__date {
top: 0;
right: 0;
position: absolute;
}
.blog-posts.cards .post.nothumbnail {
padding-left: 15px;
}
a.post__img {
display: block;
}
.post-link .post__img {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.article-head h2 {
font-size: 24px;
line-height: 32px;
margin-bottom: 15px;
overflow: auto;
color: var(--pix-title-color);
}
.article-head h2 a {
text-decoration: underline;
}
.article-head h2 a:hover {
text-decoration: none;
}
.post__date {
font-family: var(--pix-title-font);
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -ms-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-moz-flex-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
background-color: #333;
line-height: 70px;
text-align: center;
vertical-align: middle;
height: 70px;
width: 70px;
padding: 5px;
color: #fff;
}
a.post__date:hover {
text-decoration: none;
color: #fff;
background-color: var(--pix-main-color);
}
.post__date > span {
display: block;
padding-top: 0;
line-height: 1.2;
font-family: var(--pix-title-font);
}
.post__date > span:first-child {
font-size: 1.5em;
line-height: 1;
padding-top: 5px;
}
.post__date > span:last-child {
font-size: 0.9em;
line-height: 1.7;
}
.post.sticky .post__date {
background-color: var(--pix-main-color);
}
.post__meta > span {
position: relative;
display: inline-block;
}
.post__meta > span > i {
font-size: 18px;
position: relative;
top: 1px;
margin-right: 5px;
color: var(--pix-main-color);
}
.post__meta {
font-family: var(--pix-title-font);
font-size: var(--pix-font-size);
color: var(--pix-font-color);
}
.post__meta a {
color: var(--pix-font-color);
}
.post__meta > span:first-child {
margin-left: 1px;
}
.post__meta > span:not(:last-child),
.post__meta > a:not(:last-child) {
margin-right: 3em;
}
.post__meta .author > span {
margin-right: 0.4em;
}
.post__categories > a {
color: var(--pix-main-color);
}
.post__categories > a:hover {
text-decoration: underline;
}
.post__tags,
.post__tags-title {
font-family: var(--pix-title-font);
font-size: 10px;
color: #797979;
margin-right: 1em;
}
.post__tags:after,
.post__tags-title:after {
content: ' ';
}
.post__tags a {
color: var(--pix-main-color);
}
.blog-list__article.article-two .blog-list__article-image .overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.75);
content: '';
opacity: 0;
-webkit-transition: opacity .33s;
transition: opacity .33s;
}
.blog-list__article.article-two:hover .blog-list__article-image .overlay {
opacity: 1;
}
.blog-list__article.article-two .article-info {
position: absolute;
width: 100%;
top: 250px;
}
.blog-list__article.article-two .article-info li {
display: inline-block;
color: #fff;
font-weight: 600;
font-size: 10px;
}
.blog-list__article.article-two .article-info li.article-info__date {
color: var(--pix-main-color);
}
.blog-list__article.article-two .blog-list__article-text .article-info li:nth-child(2) {
margin: 0;
margin-right: 360px;
}
.blog-list__article.article-two .blog-list__article-text .article-info li.article-info__category {
color: var(--pix-main-color);
}
.blog-list__article.article-two h2 {
margin-bottom: 0;
}
.blog-list__article .article-info span,
.blog-list__article .article-info span a {
font-weight: 600;
font-size: 10px;
padding-bottom: 10px;
}
.blog-list__article .article-info span a:hover {
color: var(--pix-main-color);
}
.blog-list__article.article-three .article-info {
width: 100%;
padding: 10px 40px;
background: -webkit-gradient(linear, right top, left top, from(var(--pix-main-color)), to(var(--pix-gradient-color)));
background: -webkit-linear-gradient(right, var(--pix-main-color), var(--pix-gradient-color), var(--pix-main-color));
background: -o-linear-gradient(right, var(--pix-main-color), var(--pix-gradient-color), var(--pix-main-color));
background: linear-gradient(to left, var(--pix-main-color), var(--pix-gradient-color), var(--pix-main-color));
display: grid;
grid-template-columns: auto 1fr;
grid-column-gap: 20px;
}
.blog-list__article.article-three .article-info .right {
text-align: right;
}
.blog-list__article.article-three .article-info span,
.blog-list__article.article-three .article-info span a,
.blog-list__article.article-three .article-info span.article-info__date a {
color: #fff;
}
.blog-list__article.article-three .article-info .right span {
padding-left: 15px;
}
.blog-list__article.article-three .article-info .left span {
padding-right: 15px;
}
.blog-list__article.article-three .blog-list__article-text .article-info li:nth-child(2) {
margin: 0;
margin-right: 360px;
}
.blog-list__article.article-three h2 {
margin-bottom: 25px;
}
.blog-list__article.article-three .article-title {
padding: 5px 0 0;
}
.pix-post-date {
grid-area: cell-1;
}
.pix-post-title {
grid-area: cell-2;
}
.pix-post-author {
grid-area: cell-3;
}
.pix-post-content {
grid-area: cell-4;
}
.article-summary {
display: grid;
grid-template-columns: 15% 1fr;
grid-column-gap: 30px;
grid-row-gap: 20px;
padding: 40px;
grid-template-areas: "cell-1 cell-2" "cell-3 cell-4";
}
.article-summary.pix-empty-content {
grid-template-rows: auto;
grid-template-areas: "cell-1 cell-2" "cell-3 cell-3";
}
.blog-list__article .article-info span,
.blog-list__article .article-info span a {
color: #333;
}
.article-summary .article-info {
display: grid;
grid-template-columns: auto;
grid-template-rows: max-content;
}
.article-summary.pix-empty-content .article-info.pix-post-author {
display: grid;
grid-template-columns: 15% 1fr auto;
grid-column-gap: 30px;
}
.article-summary .article-info:first-child {
padding-top: 13px;
}
.article-summary .article-info:nth-child(3) {
padding-top: 7px;
}
.blog-list__article .article-info span.article-info__date a {
color: var(--pix-main-color);
}
.blog-article {
padding: 0;
margin-bottom: 100px;
}
.blog-article .post-image {
position: relative;
margin-bottom: -7px;
text-align: center;
}
.single.single-post .blog-article .post-image {
margin-bottom: 0;
text-align: left;
}
.blog-article .post-image.no-image {
display: none;
}
.blog-article .post-image.pix-quote {
margin-bottom: 0;
display: block;
}
.blog-article .post-image img {
width: auto;
height: auto;
max-width: 100%;
}
.blog-article .post-image.pix-video {
height: 465px;
margin-bottom: 0;
}
.blog-article .post-description {
font-size: 14px;
padding-bottom: 30px;
font-weight: 600;
font-family: var(--pix-title-font);
}
.blog-article .post-description span:not([class='pix-comments']) {
font-family: var(--pix-title-font);
}
.blog-article .post-description .post-date {
padding-right: 10px;
}
.blog-article .post-description .pix-comments {
float: right;
padding-top: 3px;
}
.blog-article .post-description .pix-comments a {
padding-left: 3px;
}
.blog-article .post-content {
overflow: auto;
border-bottom: 1px solid #e8e8e8;
padding-bottom: 20px;
margin-bottom: 35px;
padding-top: 10px;
}
.blog-article .post-content .vc_row {
margin-right: 0;
margin-left: 0;
}
.blog-article .post-content .wpb_text_column.wpb_content_element {
margin-bottom: 0;
}
.blog-article .post-content .vc_column_container > .vc_column-inner {
padding-right: 0;
padding-left: 0;
}
.blog-article p {
line-height: 28px;
}
.blog-article p.no-comments {
padding-top: 50px;
font-weight: 600;
}
.blog-article p a.link-centerline {
color: var(--pix-main-color);
font-weight: 700;
font-size: inherit;
}
.blog-articlep a.link-centerline:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
bottom: 3px;
}
p.logged-in-as {
font-weight: 700;
font-size: 14px;
}
.blog-article p a.link-centerline:hover:before {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
.blog-article .post-footer {
display: grid;
grid-template-columns: auto auto;
grid-column-gap: 100px;
font-family: var(--pix-title-font);
font-size: var(--pix-font-size);
margin-bottom: 30px;
}
.blog-article .blog-footer-title {
font-family: var(--pix-title-font);
color: #797979;
position: relative;
}
.blog-article .footer-meta.blog-footer-tags {
padding-left: 21px;
}
.blog-article .footer-meta a {
padding-left: 5px;
font-weight: 400;
}
.blog-article .footer-meta.blog-footer-tags .blog-footer-title i {
font-size: 17px;
position: absolute;
top: 2px;
left: -20px;
color: var(--pix-main-color);
}
.blog-article .footer-meta.btn-social {
margin: auto 0;
}
.blog-article__carousel {
margin: 70px 0;
padding: 70px 30px;
background: #f8f8f8;
}
.blog-article__carousel-item {
text-align: center;
}
.blog-article__carousel-item h3 {
font-size: 19px;
line-height: 30px;
font-weight: 700;
margin-bottom: 25px;
}
.blog-article__carousel-item blockquote {
font-size: var(--pix-font-size);
line-height: 30px;
font-family: var(--pix-subtitle-font);
font-style: italic;
}
.blog-article__carousel-item blockquote span {
margin-top: 25px;
display: block;
font-weight: 700;
color: var(--pix-main-color);
font-style: normal;
}
.blog-article__carousel .owl-dots {
margin-top: 25px !important;
margin-bottom: -25px !important;
}
.blog-article__carousel .owl-dots .owl-dot span {
width: 7px !important;
height: 7px !important;
}
.blog-article__related-sidebar-carousel .col-12 {
padding: 0 !important;
}
.blog-article__related-full-carousel .col-12 {
padding: 0 !important;
}
.blog-article__related {
margin: 0;
margin-bottom: 15px;
}
.blog-article__related .pix-news-prev {
padding-left: 0;
}
.blog-article__related .pix-news-next {
padding-right: 0;
text-align: right;
}
.blog-article__related h4 {
position: relative;
font-size: 17px !important;
word-wrap: break-word;
margin-top: 5px;
}
.blog-article__related h4 a {
font-family: var(--pix-title-font);
font-weight: var(--pix-title-weight);
text-decoration: underline;
}
.blog-article__related h4 a:hover {
text-decoration: none;
}
.blog-article__related span {
font-size: 17px;
color: var(--pix-font-color);
}
#blog-article__related-nav {
margin-top: 5px;
margin-right: 5px;
display: inline-block;
float: right;
}
#blog-article__related-nav .owl-prev {
display: inline-block;
cursor: pointer;
}
#blog-article__related-nav .owl-next {
display: inline-block;
cursor: pointer;
margin-left: 20px;
}
#blog-article__related-nav .owl-prev:hover {
color: var(--pix-main-color);
}
#blog-article__related-nav .owl-next:hover {
color: var(--pix-main-color);
}
.blog-article .news-card-centered {
-webkit-box-shadow: none;
box-shadow: none;
}
.blog-article hr {
border-top: 1px solid #e8e8e8;
border-bottom: 0;
margin-top: 20px;
margin-bottom: 30px;
}
.comment-list .comment, .comment-list > li {
position: relative;
list-style: none;
}
.blog-article__comments {
margin-top: 50px;
padding: 40px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 10px 30px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
.blog-article__comments > h2 {
font-size: 19px;
line-height: 30px;
margin-bottom: 35px;
}
.blog-article__comments h2 span {
color: var(--pix-main-color);
}
.blog-article__comments-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
margin: 15px 0;
}
.blog-article__comments-item .comment-author {
margin-right: 20px;
width: 100%;
max-width: 50px;
}
.blog-article__comments-item img {
width: 50px;
height: 50px;
-webkit-border-radius: 150px;
border-radius: 150px;
margin-right: 20px;
}
.comment-content {
overflow: auto;
width: 100%;
}
.comment-content__header > h3,
.comment-content__header > h3 a {
display: inline-block;
font-size: 17px;
line-height: 25px;
margin: 0 !important;
}
.blog-article__comments-item .comment-meta {
float: right;
}
.comment-content__header a {
float: right;
font-size: 14px;
line-height: 25px;
margin-left: 10px;
}
.comment-content__header a.comment-time {
font-weight: 400;
}
.comment-content__header a.link-centerline:before {
bottom: 3px;
}
.comment-list .comment-content__text p {
margin: 10px 0 20px;
}
.comment-content__header span.comment-date {
float: right;
font-size: 14px;
font-weight: 700;
line-height: 25px;
}
.comment-list .comment ol {
position: relative;
padding-left: 20px;
}
.blog-article__comments-item.comment-reply {
padding-left: 40px;
}
.blog-article__comments-item.comment-reply:before {
position: absolute;
width: 15px;
height: 15px;
left: 0;
top: 10px;
content: '';
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.361 27.361'%3E%3Cpath d='M0 12.022l9.328-9.328V6.84h9.326a8.706 8.706 0 0 1 8.707 8.706v9.12a8.703 8.703 0 0 0-8.707-8.704H9.328v5.389L0 12.022z' fill='%23f0f'/%3E%3C/svg%3E") no-repeat center;
}
.comment-respond {
padding: 40px 0 0px;
}
.comment-respond h3 {
font-size: 19px;
}
.comment-respond textarea {
padding: 15px 20px;
width: 100%;
height: 140px;
resize: none;
outline: none;
font-size: var(--pix-font-size);
font-family: var(--pix-main-font);
transition: .3s;
}
.comment-respond .comment-form-comment {
margin: -20px 0 2px;
}
.comment-respond form .inputs-user-info {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.comment-respond form input {
padding: 10px 20px;
width: 100%;
height: 40px;
resize: none;
outline: none;
font-size: 14px; }
.comment-respond form input[type=submit] {
width: 200px;
height: 47px;
background: var(--pix-main-color);
border: var(--pix-buttons-border) solid transparent;
color: #fff;
font-weight: var(--pix-buttons-font-weight);
font-size: var(--pix-buttons-font-size);
outline: none;
cursor: pointer;
margin-top: 10px;
transition: color .33s, background .33s, border .33s, box-shadow .33s;
}
.comment-respond form input[type=submit]:hover {
background: transparent;
color: var(--pix-main-color);
border: var(--pix-buttons-border) solid var(--pix-main-color);
-webkit-box-shadow: var(--pix-buttons-shadow);
box-shadow: var(--pix-buttons-shadow);
}
.comment-respond form input[type=submit]:focus {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.blog.blog-full .blog-article .comment-respond form input {
width: 250px;
}
.comment-respond form > div {
padding-top: 5px;
}
.comment-respond form > div p {
margin: 0 0 7px;
}
.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
font-weight: 500;
margin-top: 1rem;
margin-bottom: 1rem;
}
.comment-list li.pingback + li:not(.pingback),
.comment-list li.trackback + li:not(.trackback) {
margin-top: 2rem;
}
.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
font-weight: bold;
font-size: 17px;
line-height: 25px;
display: block;
}
.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link {
font-weight: 500;
}
.form-label {
font-size: 14px;
color: var(--pix-main-color);
margin: 0;
display: block;
opacity: 1;
-webkit-transition: top .33s ease, opacity .33s ease;
transition: top .33s ease, opacity .33s ease;
}
.form-control {
border-radius: 0;
border-color: #ddd;
border-width: 1px;
border-style: solid;
box-shadow: none;
color: #333;
}
.form-control:focus {
box-shadow: none;
border-color: var(--pix-main-color);
}
.js-hide-label {
opacity: 0;
}
.js-unhighlight-label {
color: var(--pix-font-color);
}   .pix-custom-select {
position: relative;
font-family: var(--pix-main-font);
}
.pix-sidebar-form .row #pixcars-model + .pix-custom-select,
.pix-sidebar-form .row #pixcars-restyle + .pix-custom-select {
margin-top: 20px;
}
.pix-custom-select .custom-select__option {
border-color: #4b4b4b;
background: #111111;
font-size: var(--pix-font-size);
line-height: 26px;
}
.custom-select__option--value {
width: 100%;
padding: 13px 30px 12px 20px;
border: 1px solid;
cursor: pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
position: relative;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.pix-custom-select .custom-select__option {
color: #fff;
}
.pix-white-select .pix-custom-select .custom-select__option {
color: #000;
}
.custom-select__option--value:after {
content: '';
position: absolute;
top: 56%;
right: 20px;
border: 4px solid transparent;
border-top: 4px solid #fff
}
.custom-select--active .custom-select__option--value::after {
top: 49%;
}
.custom-select__dropdown {
position: absolute;
top: -webkit-calc(100% - 1px);
top: calc(100% - 1px);
left: 0;
width: 100%;
z-index: 10;
border: 1px solid;
-webkit-border-radius: 5px;
border-radius: 5px;
max-height: 212px;
overflow: auto;
border-color: #4b4b4b;
}
.custom-select__dropdown::-webkit-scrollbar-track {
background-color: #111111;
}
.custom-select__dropdown::-webkit-scrollbar {
width: 7px;
background-color: #111111;
}
.custom-select__dropdown::-webkit-scrollbar-thumb {
border-radius: 5px;
background-color: #5a5a5a;
}
.pix-theme-tone-dark .pix-white-select .custom-select__dropdown::-webkit-scrollbar-track,
.pix-theme-tone-dark .pix-white-select .custom-select__dropdown::-webkit-scrollbar {
background-color: #3e3e3e;
}
.pix-theme-tone-dark .pix-white-select .custom-select__dropdown::-webkit-scrollbar-thumb {
background-color: #5a5a5a;
}
.custom-select__dropdown button {
list-style: none;
padding: 8px 20px;
cursor: pointer;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease
}
.pix-custom-select .custom-select__option:hover,
.pix-custom-select .custom-select__option:focus {
background: #111111;
}
.pix-custom-select .custom-select__dropdown button.custom-select__option:hover {
color: var(--pix-main-color);
}
.pix-white-select .custom-select__option--value,
.pix-white-select .pix-custom-select .custom-select__option {
background: #fff;
border-color: #d6d6d6
}
.pix-white-select .custom-select__option--value:after {
border-top-color: #000
}
.pix-white-select .custom-select__dropdown {
background: #fff;
border-color: #d6d6d6;
}
.pix-white-select .custom-select__dropdown::-webkit-scrollbar-track,
.pix-white-select .custom-select__dropdown::-webkit-scrollbar {
background-color: #fff;
}
.pix-white-select .custom-select__dropdown::-webkit-scrollbar-thumb {
background-color: #d6d6d6;
}
.pix-white-select .pix-custom-select .custom-select__option:hover,
.pix-white-select .pix-custom-select .custom-select__option:focus {
background: #fff;
}
.pix-sidebar-form .custom-select__option--value, .pix-sidebar-form .custom-select__dropdown, .pix-sidebar-form .form-group {
background: #3e3e3e
}
.pix-test-drive-select .custom-select__option--value {
background: #fff;
border-color: #ebe9e9;
color: #4a4a4a
}
.pix-test-drive-select .custom-select__option--value:after {
border-top-color: #8e8e8e
}
.pix-test-drive-select .custom-select__dropdown {
background: #fff;
border-color: #d6d6d6
}
.pix-dark-inner-section .pix-test-drive-select .custom-select__option--value {
background: #000;
border-color: #4a4a4a;
color: #8d8d8d
}
.pix-dark-inner-section .pix-test-drive-select .custom-select__dropdown {
background: #000;
border-color: #4a4a4a;
color: #8d8d8d
}
.pix-pagination {
overflow: hidden;
margin-bottom: 50px;
}
.pix-pagination ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 0 -9px;
}
.pix-pagination ul li {
list-style: none;
margin: 0 9px;
font-size: var(--pix-font-size);
line-height: 17px;
font-weight: 700;
}
.pix-pagination ul li.pix-active {
width: 55px;
height: 55px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: var(--pix-main-color);
border-color: #d6d6d6;
}
.pix-pagination ul li a:hover {
text-decoration: underline;
color: var(--pix-main-color);
}   .pix-footer {
background: #212121;
}
.pix-footer__bottom {
padding: 30px 0;
color: #bbb;
font-size: var(--pix-font-size);
font-family: var(--pix-main-font);
text-align: left;
}
.pix-footer__bottom span {
color: #bbb;
}
.pix-footer__bottom .footer-copyright {
display: inline-block;
color: #fff;
}
.pix-footer__bottom .footer-created_by {
display: inline-block;
float: right;
}
.pix-footer__bottom .footer-created_by a {
color: #fff;
}
.pix-footer-bottom-menu a {
margin-left: 15px;
text-decoration: underline;
}
.pix-footer ul.menu {
list-style: none;
padding-left: 25px;
}
.pix-footer ul.menu li {
margin-bottom: 5px;
}
.pix-footer ul.menu li a {
text-decoration: underline;
color: #bbbbbb;
}
.pix-footer ul.menu li a:hover {
text-decoration: none;
color: var(--pix-main-color) !important;
}
.pix-footer .pix-sidebar-box {
max-width: 300px;
padding: 0;
background: transparent;
}
.pix-footer .pix-ibox-side .round {
background: #111111;
}
.pix-footer .pix-ibox-side:hover .round {
background: var(--pix-main-color);
}
.pix-footer .round .icon span {
color: #bbbbbb;
transition: color .44s;
}
.pix-footer .pix-ibox-side:hover .round .icon span {
color: #fff;
}
.pix-footer .side-menu__item-news span.time {
font-size: 14px;
line-height: 26px;
}
.pix-footer .side-menu__item-news .news-text a {
color: #bbbbbb;
text-decoration: underline;
font-weight: 400;
}
.pix-footer .side-menu__item-news .news-text a:hover {
color: var(--pix-main-color);
text-decoration: none;
}
.pix-footer-bottom-menu a:hover {
text-decoration: none;
color: var(--pix-main-color) !important;
}   @media (max-width: 575px) {
.header-main {
padding-top: 0;
height: 550px
}
.header-main__text {
text-align: center;
left: 15px;
right: 15px;
}
.header-main p {
width: 100%
}
.menu-singleblock {
display: none;
}
.menu-aroundblock {
display: none;
}
.menu-left {
display: none;
}
.service-box-3 {
margin-bottom: 20px;
}
.service-box-3 img {
width: 100%;
height: 100%;
}
.service-box-3__container {
margin: 15px;
}
.service-box-4 {
height: 100%;
}
.service-box-4__image img {
width: 100%;
height: 100%;
}
.portfolio a {
font-size: 14px;
}
.grid-portfolio__item, .grid-portfolio__sizer {
width: 100%;
margin-bottom: 30px;
}
.filter__select {
display: block;
position: relative;
margin-top: 20px;
}
.grid-cat__item, .grid-cat__sizer {
width: 100%;
margin-bottom: 20px;
}
.grid-big__item {
width: 100%;
height: 250px;
}
.grid-big__item-video {
width: 100%;
height: 350px;
}
.news-card-message__text {
padding: 45px 20px;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}
}
@media (min-width: 576px) and (max-width: 767px) {
.menu-singleblock {
display: none;
}
.menu-aroundblock {
display: none;
}
.menu-left {
display: none;
}
.service-box-3 {
margin-bottom: 20px;
}
.service-box-3 img {
width: 100%;
height: 100%;
}
.service-box-3__container {
margin: 15px;
}
.service-box-4 {
height: 100%;
}
.service-box-4__image img {
width: 100%;
height: 100%;
}
.grid-portfolio__item, .grid-portfolio__sizer {
width: 47%;
margin-bottom: 30px;
}
.grid-cat__item, .grid-cat__sizer {
width: 50%;
}
.grid-big__item {
width: 100%;
height: 250px;
}
.grid-big__item-video {
width: 100%;
height: 350px;
}
}
@media (min-width: 768px) and (max-width: 999px) {
.pix-ibox-title-side {
padding: 20px;
}
.pix-ibox-top {
padding: 20px;
}
.pix-item-rounded {
padding: 20px;
}
.pix-item-rounded button {
width: 100%;
padding: 20px;
}
.pix-has-border h3 {
font-size: 21px;
}
.pix-hover-filled h3 {
font-size: 21px;
}
.pix-item-quote {
padding: 40px;
}
.pix-item-quote .icon {
margin-bottom: 20px;
}
.pix-item-bordered {
padding: 40px;
}
.pix-item-bordered .icon {
margin-bottom: 20px;
}
.pix-item-transparent {
padding-right: 0;
}
.pix-ibox-side {
display: block;
padding: 20px;
margin-bottom: 20px;
text-align: center;
}
.pix-ibox-side .round {
margin: auto;
margin-bottom: 50px;
}
.pix-ibox-side .text {
width: 100%;
}
.menu-singleblock {
display: none;
}
.menu-aroundblock {
display: none;
}
.menu-left {
display: none;
}
.service-box-2__footer {
padding: 25px 0;
}
.service-box-3__container {
margin: 0;
padding: 30px 15px;
}
.service-box-5__text {
padding: 30px 25px;
}
.service-box-4__image img {
height: 100%;
}
.grid-cat__item, .grid-cat__sizer {
width: 33%;
}
.grid-big__item {
width: 100%;
height: 300px;
}
.grid-big__item-video {
width: 100%;
height: 500px;
}
}
@media (min-width: 1000px) and (max-width: 1199px) {
.menu-mobile {
display: none;
}
.service-box-3__container {
margin: 15px;
}
.grid-cat__item, .grid-cat__sizer {
width: 25%;
}
.pix-header .search-container {
width: 960px
}
}
@media (min-width: 1200px) and (max-width: 1500px) {
.menu-mobile {
display: none;
} .grid-cat__item, .grid-cat__sizer {
width: 25%;
}
}
@media (min-width: 1501px) {
.menu-mobile {
display: none;
}
.grid-cat__item, .grid-cat__sizer {
width: 20%;
}
}
.bb, .bb::before, .bb::after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.bb::before, .bb::after {
height: 7px;
width: 80px;
background-color: #ff852c;
border-radius: 15px;
background-image: url(//berlinexauto.com/wp-content/themes/quattro/images/absurdity.png);
}
.bb {
width: 250px;
height: 50px;
margin: auto;
background: url(//berlinexauto.com/wp-content/themes/quattro/images/decor.svg) no-repeat center;
background-origin: content-box;
background-size: 25px;
animation: blinkLights 1.25s linear infinite;
}
.bb::before, .bb::after {
content: '';
z-index: -1;
margin: auto;
margin-left: 10px;
box-shadow: 0 0 15px rgba(255, 142, 45, 1);
}
.bb::after {
margin-right: 10px;
margin-left: auto;
}
@keyframes blinkLights {
0%, 25% {
-webkit-clip-path: polygon(110px 0, 140px 0, 140px 100%, 110px 100%);
clip-path: polygon(110px 0, 140px 0, 140px 100%, 110px 100%);
}
45% {
-webkit-clip-path: polygon(105px 0, 145px 0, 145px 100%, 105px 100%);
clip-path: polygon(105px 0, 145px 0, 145px 100%, 105px 100%);
}
65% {
-webkit-clip-path: polygon(50px 0, 200px 0, 200px 100%, 50px 100%);
clip-path: polygon(50px 0, 200px 0, 200px 100%, 50px 100%);
}
70%,100% {
-webkit-clip-path: polygon(0 0, 250px 0, 250px 100%, 0 100%);
clip-path: polygon(0 0, 250px 0, 250px 100%, 0 100%);
}
}