.pix-filter-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
.pix-filter-col {
-webkit-box-flex: 0;
-webkit-flex: 0 0 287px;
-ms-flex: 0 0 287px;
flex: 0 0 287px;
max-width: 287px
}       .pix-filter-row + .pix-filter-row {
margin-top: 32px;
}
.pix-filter-row + .text-center {
margin-top: 22px;
}
.pix-filter-row + .pix-filter-row .pix-range-box{
padding-bottom: 0;
}
.pix-filter-col .text-center .pix-button{
width: 100%;
}
.hidden{
display: none;
}
.pix-range-box {
padding: 22px 0 0;
position: relative;
margin-top: -3px;
}
.pix-sidebar-form .pix-range-box {
padding-bottom: 0
}
.pix-slider-range {
height: 3px;
margin: 0 5px 5px;
position: relative;
border: none
}
.pix-slider-range:before {
content: '';
position: absolute;
top: 0;
left: -5px;
width: 5px;
height: 100%
}
.pix-slider-range:after {
content: '';
position: absolute;
top: 0;
right: -5px;
width: 5px;
height: 100%
}
.ui-slider .ui-slider-handle {
width: 11px;
height: 11px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #fff;
-webkit-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
transition: background 0.3s ease;
cursor: pointer;
margin-left: -5px;
top: -4px;
border: none !important
}
.pix-range-title {
text-align: center; }
.pix-first-value {
position: absolute;
z-index: 1;
top: -3px;
left: 0
}
.pix-last-value {
position: absolute;
z-index: 1;
top: -3px;
right: 0
}
.pix-range-title, .pix-first-value, .pix-last-value { font-size: 15px;
font-family: var(--pix-main-font);
}
.pix-slider-range {
background: #303030
}
.pix-slider-range:before, .pix-slider-range:after {
background: #303030
}
.pix-sidebar-form .pix-slider-range, .pix-sidebar-form .ui-slider-range {
background: #3e3e3e
}
.ui-slider .ui-slider-handle {
background: #fff;
position: absolute;
z-index: 1;
}
.ui-slider .ui-slider-handle:hover, .ui-slider .ui-slider-handle.ui-state-active {
background: var(--pix-main-color);
}
.pix-sort-select {
max-width: 265px;
display: inline-block;
min-width: 250px;
margin-right: 20px;
}
.pix-sort-select:last-of-type {
margin-right: 0;
}
.pix-sort-select .pix-button {
max-height: 51px;
width: 100%;
line-height: 1 !important;
}
.pix-change-view-btns {
text-align: right
}
.pix-change-view-btns button {
display: inline-block;
vertical-align: top;
width: 55px;
height: 55px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #d6d6d6;
background: none;
margin-left: 5px;
cursor: pointer;
position: relative;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease
}
.pix-change-view-btns button:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto
}
.pix-change-view-btns button.pix-view-btn-1:before {
background-image: url(//wilford.com.my/wp-content/plugins/pix-cars/assets/images/sprite.png);
background-position: 0px -475px;
width: 23px;
height: 23px
}
.pix-change-view-btns button.pix-view-btn-2:before {
background-image: url(//wilford.com.my/wp-content/plugins/pix-cars/assets/images/sprite.png);
background-position: 0px -444px;
width: 27px;
height: 21px
}
.pix-change-view-btns button:hover {
opacity: 0.8
}
.pix-listing-top-row {
margin-bottom: 50px;
padding-right: 25px
}
.pix-product-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 30px 25px;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-transition: -webkit-box-shadow 0.3s ease;
transition: -webkit-box-shadow 0.3s ease;
-o-transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
margin-bottom: 30px;
-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1), 0px 10px 30px 0px rgba(0,0,0,0.05);
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1), 0px 10px 30px 0px rgba(0,0,0,0.05);
}
.pix-product-box:hover {
-webkit-box-shadow: 0 9px 46px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 9px 46px 0 rgba(0, 0, 0, 0.1)
}
.pix-product-box-img {
-webkit-box-flex: 0;
-webkit-flex: 0 0 380px;
-ms-flex: 0 0 380px;
flex: 0 0 380px;
max-width: 380px;
margin-right: 30px;
position: relative
}
.pix-product-box-img a {
display: block;
position: relative;
width: 100%;
height: auto;
}
.pix-product-box-sticker {
position: absolute;
top: 15px;
right: 15px;
padding: 5px 15px 4px;
z-index: 1;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 4px;
font-size: 14px;
line-height: 24px;
font-weight: 700;
color: #fff;
background: rgba(var(--pix-main-color-hex), 1);
}
.pix-product-box-sticker.pix-dark-sticker {
background: rgba(0, 0, 0, 0.55);
}
.pix-single .pix-product-box-sticker {
z-index: 5;
top: 40px;
right: 40px;
padding: 10px 25px 9px;
font-size: 16px;
}
html .pix-product-box-sticker.large{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 0;
bottom: 0;
width: calc(100% - 20%);
height: calc(100% - 20%);
right: 0;
left: 0;
margin: auto;
padding: 0;
z-index: 2;
-webkit-border-radius: 0;
border-radius: 0;
line-height: normal;
text-align: center;
font-size: 50px;
font-weight: 700;
color: #fff;
background: rgba(var(--pix-main-color-hex), 0.5);
}
.pix-product-box .pix-product-show-boxes {
position: relative;
min-height: 230px;
}
.pix-product-box .pix-product-show-boxes img { visibility: hidden;
opacity: 0;
width: 100%;
height: auto;
transition: .5s;
position: absolute;
}
.pix-product-box .pix-product-show-boxes img:first-child { visibility: visible;
opacity: 1;
}
.pix-product-box .pix-product-show-boxes.pix-full-stack:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.7);
z-index: 1;
}
.pix-product-box .pix-product-show-boxes.pix-full-stack:after {
content: attr(data-content);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background-image: url(//wilford.com.my/wp-content/plugins/pix-cars/assets/images/more-photo.svg);
background-size: contain;
background-repeat: no-repeat;
background-position-x: center;
width: 80px;
height: 53px;
padding-top: 32px;
font-weight: 700;
text-align: center;
color: white;
z-index: 2;
}
.pix-product-box-title {
flex-grow: 1;
margin-bottom: 45px;
font-family: var(--pix-title-font);
font-size: 17px;
line-height: 24px;
font-weight: 700;
}
.pix-product-box-title a {
text-decoration: underline;
}
.pix-product-box-title a:hover {
text-decoration: none;
}
.pix-product-box-text {
margin-bottom: 30px;
font-family: var(--pix-main-font);
font-size: 16px;
line-height: 24px;
}
.pix-product-box-list + .pix-product-box-text{
margin-top: 15px;
margin-bottom: 15px;
}
.pix-product-box-list {
font-size: 15px;
line-height: 1;
font-weight: 600;
display: flex;
display: grid;
grid-template-columns: auto auto auto;
justify-content: space-between;
}
.pix-product-box-list ul {
display: inline-block;
vertical-align: top;
}
.pix-product-box-list ul li {
margin-bottom: 10px;
list-style: none;
color: var(--pix-hlink-color);
}
.pix-product-box-list ul li span{
color: #5c5c5c;
padding-right: 5px;
font-weight: 400;
position: relative;
display: inline-block;
min-width: 30px;
}
.pix-theme-tone-dark .pix-product-box-list ul li span {
color: #bbb;
}
.pix-product-box-list ul li span img {
max-width: 16px;
left: 0;
top: -3px;
opacity: .6;
position: absolute;
}
.pix-product-box-info {
width: 100%;
}
.pix-product-box-header {
display: flex;
display: grid;
grid-template-columns: auto auto;
grid-column-gap: 35px;
align-content: start;
}
.pix-product-box-price {
text-align: right;
}
.pix-product-box-price .pix-button {
position: relative;
top: -8px;
}
.pix-product-box-btn {
margin-bottom: 10px;
overflow: hidden;
font-size: 0;
white-space: nowrap
}
.pix-product-box-btn .pix-button {
width: 140px;
-webkit-transform: translateX(-140px);
-ms-transform: translateX(-140px);
transform: translateX(-140px);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease
}
.pix-product-box-btn .pix-button.pix-gray-btn {
opacity: 0;
visibility: hidden
}
.pix-product-box-btn:hover .pix-button {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 0;
visibility: hidden
}
.pix-product-box-btn:hover .pix-button.pix-gray-btn {
opacity: 1;
visibility: visible
}
.pix-product-box-btn.pix-booked-btn .pix-button {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
cursor: default
}
.pix-product-box-btn.pix-booked-btn .pix-button:hover {
opacity: 1;
visibility: visible
}
.pix-product-box-line {
text-align: center;
margin-bottom: 30px;
min-height: 20px;
font-size: 14px;
line-height: 26px;
font-weight: 700;
}
.pix-product-box-line span {
text-decoration: line-through
}
.pix-product-box-checkbox {
text-align: left;
font-size: 15px;
}
.pix-sub-categories-checkbox {
padding-left: 15px;
margin-bottom: .3rem;
font-size: 14px;
}
.pix-sub-categories-checkbox label{
margin-bottom: .2rem;
}
.pix-product-box-checkbox label {
cursor: pointer;
display: inline-block;
vertical-align: top;
padding-left: 25px;
position: relative
}
.pix-product-box-checkbox label input[type=checkbox] {
display: none;
}
.pix-product-box-checkbox label input[type=checkbox]:checked + .pix-checkbox-icon:before {
opacity: 1;
}
.pix-product-box-checkbox label .pix-checkbox-icon {
width: 14px;
height: 14px;
border: 1px solid #7b7b7b;
-webkit-border-radius: 2px;
border-radius: 2px;
display: block;
position: absolute;
top: 6px;
left: 0;
}
.pix-product-box-checkbox label .pix-checkbox-icon:before {
content: '';
position: absolute;
top: 1px;
bottom: 1px;
right: 1px;
left: 1px;
-webkit-border-radius: 3px;
border-radius: 3px;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease
}
.pix-checkbox-text {
font-size: 14px;
font-weight: 700;
}
.pix-product-hover-boxes {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.pix-no-link{
text-decoration: unset !important;
cursor: default;
}
.pix-product-hover-boxes .pix-hover-box {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.pix-product-dots-boxes {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 1;
}
.pix-product-dots-boxes .pix-dot-box {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
margin: 5px 5px 10px 5px;
background: #fff;
height: 5px;
}
#pixcars-listing {
margin-bottom: 100px;
}
.pix-product-list {
margin-bottom: 50px;
-webkit-transition: all 0.15s ease;
-o-transition: all 0.15s ease;
transition: all 0.15s ease;
}
.pix-product-grid {
overflow: hidden;
margin-bottom: 25px;
-webkit-transition: all 0.15s ease;
-o-transition: all 0.15s ease;
transition: all 0.15s ease;
}
.pix-product-grid-inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -16px;
}
.pix-product-grid .pix-sale-box {
width: 300px;
margin: 0 16px 30px;
}
.pix-product-grid .pix-sale-box-info-row {
padding: 13px 20px
}
.pix-product-grid .pix-sale-box-price-booking, .pix-product-grid .pix-sale-box-price-btn {
padding: 1px 15px;
margin: 0 15px;
-webkit-transform: translateX(-125px);
-ms-transform: translateX(-125px);
transform: translateX(-125px)
}
.pix-product-grid .pix-sale-box-name {
font-size: 14px;
line-height: 18px;
}
.pix-product-grid .pix-sale-box-info-row {
margin-bottom: 18px;
}
.pix-product-box-title a:hover {
color: var(--pix-main-color)
}
.pix-product-box-text {
color: #5c5c5c;
}
.pix-product-box-line {
color: #5c5c5c;
}
.pix-product-box-btn.pix-booked-btn .pix-button {
background: #9a9a9a
}
.pix-product-box-btn.pix-booked-btn .pix-button:hover {
background: #9a9a9a
}
.pix-product-box-checkbox label .pix-checkbox-icon:before {
background: var(--pix-main-color);
}
.pix-product-dots-boxes .pix-dot-box {
background: #fff;
}
.pix-product-dots-boxes .pix-dot-box.pix-active {
background: var(--pix-main-color);
} .pix-single-slider.owl-carousel .owl-nav button.owl-next {
width: 40px;
height: 40px;
position: absolute;
top: 50%;
right: 0;
background: rgba(0, 0, 0, 0.58);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
line-height: 40px;
text-align: center;
font-size: 22px;
font-family: 'Rubik', sans-serif;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease
}
.pix-single-slider.owl-carousel .owl-nav button.owl-prev {
width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 0;
background: rgba(0, 0, 0, 0.58);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
line-height: 40px;
text-align: center;
font-size: 22px;
font-family: 'Rubik', sans-serif;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease
}
.pix-single-slider.owl-carousel .owl-item img,
.pix-miniature-slider.owl-carousel .owl-item img{
height: auto;
}
.pix-single-inner.right {
padding-right: 25px
}
.pix-single-inner.left {
padding-left: 25px
}
.pix-slider-wrapper {
position: relative
}
.pix-slider-wrapper .pix-photoswipe-btn {
position: absolute;
display: block;
left: 24px;
bottom: 24px;
background-image: url(//wilford.com.my/wp-content/plugins/pix-cars/assets/images/maximize.svg);
background-size: cover;
width: 20px;
height: 20px;
z-index: 2;
cursor: pointer;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease
}
.pix-slider-wrapper .fancybox:not(.pix-photoswipe-btn) {
pointer-events: none;
cursor: default;
}
.pix-slider-wrapper .pix-photoswipe-btn:hover {
opacity: 0.8
}
.pix-slider-count-slides {
position: absolute;
right: 22px;
bottom: 22px;
padding-left: 28px;
z-index: 5;
color: #fff !important;
}
.pix-slider-count-slides:before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto;
background-image: url(//wilford.com.my/wp-content/plugins/pix-cars/assets/images/images.svg);
background-size: cover;
width: 20px;
height: 20px
}
.pix-single-list ul li {
list-style: none
}
.pix-single-price {
cursor: default
}
.pix-single-price:hover {
opacity: 1
}
.pix-single-rent{
display: flex;
justify-content: space-between;
padding: 0 35px 45px;
background: #f5f5f5;
}
.pix-single-rent.listing{
font-size: 14px;
padding: 0;
margin-top: 20px;
background: transparent !important;
}
.pix-single-rent div > span{
display: block;
}
.pix-single-rent .pix-th{
font-weight: 600;
}
.pix-single-rent .pix-td{
text-align: center;
}
.pix-single-rent .pix-td span:last-of-type{
font-weight: 600;
color: var(--pix-hlink-color);
}
.pix-single-rent.side{
color: #a7a7a7;
padding: 0;
background: transparent;
flex-direction: column;
}
.pix-single-rent.side > div{
display: flex;
justify-content: space-between;
}
.pix-single-rent.side div > span{
display: inline-block;
}
.pix-single-rent.side .pix-td span:last-of-type{
color: #fff;
}
@media (min-width: 576px){
.modal-dialog.modal-dialog-centered{
max-width: 548px;
}
}
@media screen and (max-width: 900px) {
.pix-single-rent.listing{
flex-direction: column;
}
.pix-single-rent.listing .pix-th{
font-size: 14px;
}
.pix-single-rent.listing > div{
display: flex;
justify-content: space-between;
}
.pix-single-rent.listing div > span{
display: inline-block;
}
}
.pix-single {
margin-bottom: 70px
}
.pix-single.pix-modal-slider {
margin-bottom: 0;
}
.pix-modal-title {
padding: 0 20px;
font-size: 16px;
font-weight: 600;
}
.pix-slider-wrapper + .pix-modal-title,
.pix-miniature-slider + .pix-modal-title{
padding-top: 20px;
}
.pix-test-drive-form.pix-car-cf7{
padding-top: 20px;
}
@media (min-width: 768px){
.pix-test-drive-form .col-md-6.first{
padding-right: .5em;
}
.pix-test-drive-form .col-md-6.last{
padding-left: .5em;
}
}
.pix-single-tabs {
margin-bottom: 75px
}
.pix-single-tabs ul.nav {
border-bottom: 1px solid
}
.pix-single-tabs ul.nav li {
margin-right: 5px;
font-family: var(--pix-title-font);
}
.pix-single-tabs ul.nav li a {
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
padding: 20px 25px;
display: inline-block;
vertical-align: top
}
.pix-single-tabs .tab-pane {
padding: 45px 25px 45px 0
}
.pix-single-tabs .pix-checklist {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
-webkit-column-gap: 15px;
-moz-column-gap: 15px;
column-gap: 15px;
}
.pix-single-tabs .pix-checklist li {
list-style: none;
padding-left: 33px;
position: relative;
margin-bottom: 0;
}
.pix-single-tabs .pix-checklist li:before {
content: '';
position: absolute;
top: 2px;
left: 0;
background-image: url(//wilford.com.my/wp-content/plugins/pix-cars/assets/images/check-circle.svg);
background-size: cover;
width: 21px;
height: 21px
}
.pix-single-tabs .pix-checklist li.pix-li-cancel:before {
background-image: url(//wilford.com.my/wp-content/plugins/pix-cars/assets/images/cancel-circle.svg);
width: 21px;
height: 21px
}
.pix-features-text {
margin-top: 2em;
}
.pix-features-text p{
font-size: 16px;
}
.pix-economy-row span {
margin-right: 5px;
display: inline-block;
vertical-align: middle;
min-width: 35px
}
.pix-miniature-slider-item {
cursor: pointer;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease
}
.pix-miniature-slider-item:hover {
opacity: 0.8
}
.pix-light-input {
width: 100%;
border: 1px solid;
-webkit-border-radius: 5px;
border-radius: 5px;
height: 55px;
padding: 0 20px;
border-color: #b4b4b4;
}
.pix-light-input.daterange {
padding-left: 40px;
padding-right: 0;
}
textarea.pix-light-input{
height: 105px;
margin-bottom: -8px;
padding-top: 10px;
}
.pix-reservation .daterange + i{
position: absolute;
top: 19px;
left: 35px;
font-size: 18px;
color: #777;
}
.text-white-color .pix-test-drive-form .pix-light-input{
color: var(--pix-font-color);
}
html .date-picker-wrapper{
z-index: 9999;
border: none;
border-radius: 4px;
background-color: #fff;
padding: 5px 28px;
}
html .date-picker-wrapper .month-wrapper{
border-color: #b4b4b4;
}
html .date-picker-wrapper.no-shortcuts {
padding-bottom: 28px;
}
html .date-picker-wrapper .drp_top-bar .apply-btn{
border-color: var(--pix-main-color);
background: var(--pix-main-color);
}
html .date-picker-wrapper .first-date-selected,
html .date-picker-wrapper .last-date-selected {
background-color: var(--pix-main-color) !important;
}
html .date-picker-wrapper .month-wrapper table .day.checked,
html .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
background-color: rgba(var(--pix-main-color-hex), .2);
}
input[type=range] {
-webkit-appearance: none;
margin: 10px 0;
width: 100%;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 8px;
cursor: pointer;
box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
background: rgba(0,0,0,.15);
border-radius: 25px;
border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
border: 0px solid #000000;
height: 16px;
width: 16px;
border-radius: 30px;
background: var(--pix-main-color);
cursor: pointer;
-webkit-appearance: none;
margin-top: -4.6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #ac51b5;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 12.8px;
cursor: pointer;
animate: 0.2s;
box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
background: #ac51b5;
border-radius: 25px;
border: 0px solid #000101;
}
input[type=range]::-moz-range-thumb {
box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
border: 0px solid #000000;
height: 20px;
width: 39px;
border-radius: 7px;
background: #65001c;
cursor: pointer;
}
input[type=range]::-ms-track {
width: 100%;
height: 12.8px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
border-width: 39px 0;
color: transparent;
}
input[type=range]::-ms-fill-lower {
background: #ac51b5;
border: 0px solid #000101;
border-radius: 50px;
box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
background: #ac51b5;
border: 0px solid #000101;
border-radius: 50px;
box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
border: 0px solid #000000;
height: 20px;
width: 39px;
border-radius: 7px;
background: #65001c;
cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
background: #ac51b5;
}
input[type=range]:focus::-ms-fill-upper {
background: #ac51b5;
}
.pix-datepicker-input {
position: relative
}
.pix-datepicker-input:after {
content: '';
position: absolute;
top: 49%;
right: 20px;
border: 4px solid transparent
}
label.pix-light-input-checkbox,
label.pix-light-input-checkbox label{
margin-bottom: 0;
}
label.pix-light-input-checkbox .wpcf7-list-item{
margin-left: 0;
}
.pix-car-cf7 .wpcf7 form .wpcf7-response-output{
margin: 1em 0 0;
line-height: normal;
}
.pix-car-cf7 .pix-test-drive-submit{
position: relative;
}
.pix-car-cf7 .pix-test-drive-submit .ajax-loader{
position: absolute;
top: calc(50% - 12px);
left: 0;
}
.pix-test-drive-submit .pix-button {
width: 100%
}
.pix-test-drive-submit .pix-button .pix-loading{
position: absolute;
transform: translateX(-20px);
display: none;
}
.pix-test-drive-submit .pix-button.loading .pix-loading{
display: inline-block;
}
.pix-car-details-list {
margin-bottom: 30px;
}
.pix-car-details-list ul li {
list-style: none;
position: relative;
}
.pix-car-details-price {
margin-bottom: 25px;
}
.pix-single-box .pix-section-title {
margin-bottom: 45px;
}
.pix-single-slider.owl-carousel .owl-nav button.owl-next {
color: #fff;
}
.pix-single-slider.owl-carousel .owl-nav button.owl-next:hover {
color: var(--pix-main-color);
}
.pix-single-slider.owl-carousel .owl-nav button.owl-prev {
color: #fff;
}
.pix-single-slider.owl-carousel .owl-nav button.owl-prev:hover {
color: var(--pix-main-color);
}
.pix-single-info, .pix-single-finance {
padding: 45px 35px;
position: relative;
background: #f5f5f5;
}
.pix-single-rent + .pix-single-finance{
padding-top: 0;
}
.pix-financing-info {
display: block;
font-size: 14px;
position: relative;
top: -10px;
opacity: .6;
padding-right: 5px;
}
.pix-single-info + .pix-single-finance,
.pix-single-finance + .pix-single-info {
padding-top: 0;
}
.pix-single-info {
display: flex;
display: grid;
grid-template-columns: auto auto auto 20%;
align-items: start;
}
.pix-single-info .pix-single-list{
flex-grow: 1;
}
.pix-single-info .pix-product-box-btn {
width: 140px;
float: right;
}
.pix-single-finance-title{
font-family: var(--pix-title-font);
color: var(--pix-title-color);
font-size: 22px;
font-weight: 600;
position: relative;
top: -10px;
}
.pix-single-finance-content{
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.pix-finance-item {
display: inline-block;
padding-right: 30px;
font-size: 14px;
line-height: 1.4;
}
.pix-finance-item .pix-finance-price{
padding-right: 20px;
}
.pix-finance-item.pix-finance-sep {
border-left: 1px solid #ccc;
}
.pix-finance-title {
}
.pix-finance-amount {
font-family: var(--pix-title-font);
font-size: 18px;
font-weight: 600;
line-height: 1.6;
}
.pix-finance-amount .pix-price-text {
font-size: 14px;
font-weight: 400;
}
.pix-finance-desc {
color: #aaa;
}
.pix-finance-price .pix-finance-amount,
.pix-finance-price .pix-finance-desc {
display: inline-block;
padding-right: 10px;
}
.pix-finance-price .pix-finance-amount {
font-size: 24px;
line-height: 1.1;
color: var(--pix-main-color) !important;
padding-top: 2px;
padding-bottom: 2px;
}
.pix-finance-price .pix-finance-amount .cars-sale-price{
display: block;
text-align: center;
padding-bottom: 5px;
font-size: 18px;
font-weight: 400;
color: #aaa;
}
.pix-theme-tone-dark .pix-single-info,
.pix-theme-tone-dark .pix-single-rent,
.pix-theme-tone-dark .pix-single-finance{
background: #303030;
}
.pix-theme-tone-dark .pix-single-info .pix-single-list,
.pix-theme-tone-dark .pix-single-rent .pix-td > span:last-of-type,
.pix-theme-tone-dark .pix-finance-amount{
color: #fff;
}
.pix-theme-tone-dark .pix-single-info .pix-single-list ul li span {
color: #bbb;
}
.pix-single-info .pix-sidebar-submit {
align-self: center;
position: relative;
}
.pix-single-info .pix-sidebar-submit.pix-price-button-split {
align-self: start;
top: -8px;
}
.pix-sidebar-submit.pix-price-button-split > span{
color: var(--pix-main-color);
margin-bottom: 5px;
display: inline-block;
font-size: 22px;
font-weight: 600;
}
.pix-sidebar-submit.pix-price-button-split + .pix-car-printer{
top: 135px;
}
.pix-single-list ul li span {
color: #5c5c5c;
}
.pix-single-tabs ul.nav {
border-bottom-color: #eeeeee
}
.pix-single-tabs ul.nav li a {
background: #f4f4f4
}
.pix-single-tabs ul.nav li a.active {
background: #eee
}
.pix-theme-tone-dark .pix-single-tabs ul.nav {
border-bottom-color: #3e3e3e;
}
.pix-theme-tone-dark .pix-single-tabs ul.nav li a {
background: #3e3e3e;
}
.pix-theme-tone-dark .pix-single-tabs ul.nav li a.active {
background: #303030;
}
.pix-car-details-list {
color: #fff;
}
.pix-car-details-list span {
color: #a7a7a7;
}
.pix-sidebar-submit {
max-height: 51px;
}
.pix-car-details-price {
color: #fff
}
.pix-car-details-price span {
color: var(--pix-main-color)
}
.pix-single-product {
color: #353535
}
.pix-single-product-img {
border-color: #d9d9d9
}
.pix-single-product-sticker {
color: #fff;
background: var(--pix-main-color)
}
.pix-single-product-miniature {
border-color: #d9d9d9
}
.pix-single-product-spinner .pix-spinner-input {
color: #353535
}
.pix-single-product-list ul li span.pix-red-span {
color: var(--pix-main-color)
}
.pix-single-product-accordion .pix-accordion-body {
color: #303030
}
.pix-dark-inner-section {
background: #000;
color: #fff
}
.pix-dark-inner-section .pix-single-tabs ul.nav li a {
background: #303030;
color: #fff
}
.pix-dark-inner-section .pix-single-tabs ul.nav li a.active {
background: var(--pix-main-color)
}
.pix-dark-inner-section .pix-single-tabs ul.nav {
border-bottom-color: #303030
}
.pix-dark-inner-section .pix-single-tabs .tab-pane {
color: #8d8d8d
}
.pix-single-list ul li {
font-size: 15px;
line-height: 26px;
font-weight: 600;
position: relative;
}
.pix-single-list ul li span,
.pix-car-details-list ul li span{
font-weight: 500;
padding-left: 24px;
padding-right: 5px;
display: inline-block;
min-width: 30px;
}
.pix-single-list ul li span img,
.pix-car-details-list ul li span img,
.pix-car-details-list ul li span svg,
.pix-theme-tone-dark .pix-single-info .pix-single-list ul li span svg {
max-width: 16px;
height: auto;
left: 0;
top: 5px;
opacity: .6;
position: absolute;
}
.pix-car-details-list ul li span svg path,
.pix-theme-tone-dark .pix-single-info .pix-single-list ul li span svg path {
fill: #fff !important;
}
.pix-single-tabs ul li a {
font-size: 16px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
}
.pix-single-tabs .tab-pane .pix-checklist li {
font-size: 17px;
line-height: 30px;
font-family: var(--pix-main-font);
font-weight: 600
}
.pix-single-product-sticker {
font-size: 14px;
line-height: 24px;
font-weight: 700
}
.pix-single-product-name .pix-h2 {
font-size: 18px;
line-height: 24px;
font-weight: 700
}
.pix-single-product-rating {
font-size: 14px;
line-height: 15px
}
.pix-single-product-price {
font-size: 18px;
line-height: 24px;
font-weight: 700
}
.pix-single-product-price span {
text-decoration: line-through;
font-size: 15px;
font-weight: 400
}
.pix-single-product-text {
font-size: 14px;
line-height: 24px
}
.pix-single-product-spinner .pix-spinner-input {
font-size: 14px;
line-height: 24px
}
.pix-single-product-list ul li span {
font-weight: 700
}
.pix-single-product-list ul li span.pix-red-span {
font-weight: 400
}
.pix-economy-row span {
margin-right: 5px;
display: inline-block;
vertical-align: middle;
min-width: 35px;
color: var(--pix-main-color);
font-size: 28px;
}
.pix-economy-row {
color: #fff
}
.pix-economy-row {
color: #fff;
font-size: 14px;
font-family: var(--pix-main-font);
font-weight: 700;
line-height: 1.2;
}
.pix-economy-row i{
font-size: 36px;
padding: 0 10px;
position: relative;
top: 5px;
color: #777;
}
.pix-reservation-btn {
overflow: hidden;
height: 33px;
position: relative;
}
.pix-reservation-btn > span {
display: block;
position: relative;
line-height: 21px;
transition: .33s;
}
.pix-reservation-btn > span {
top: -10px;
}
.pix-reservation-btn > span:last-child {
transform: translateY(5px);
}
.pix-reservation-btn:hover > span:first-child {
transform: translateY(-33px);
}
.pix-reservation-btn:hover > span:last-child,
.pix-reservation-btn.pix-v-l:hover span:last-child {
transform: translateY(-21px);
}
.pix-reservation-btn.pix-v-l > span:last-child {
transform: translateY(15px);
}
.pix-button span.cars-sale-price {
display: inline;
font-weight: 400;
font-size: 13px;
padding-right: 10px;
opacity: .75;
transition: none;
}
.modal-content {
border: none;
-webkit-border-radius: 5px;
border-radius: 5px;
position: relative
}
.modal .modal-body {
padding: 30px;
}
.modal-open {
overflow: hidden !important;
}
.pix-close {
position: absolute;
z-index: 1;
top: -14px;
right: -14px;
width: 35px;
height: 35px;
-webkit-border-radius: 100%;
border-radius: 100%;
border: none;
cursor: pointer;
-webkit-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
transition: background 0.3s ease;
background: #3e3e3e;
color: #fff;
font-size: 14px;
line-height: 35px;
text-align: center;
font-weight: 700;
}
.pix-close:hover {
background: var(--pix-main-color);
}
.pix-sidebar-related-box {
max-width: 345px
}
.pix-sidebar-related-box:not(:last-child) {
margin-bottom: 30px;
}
.pix-sidebar-related-box .pix-car-details-list {
margin-bottom: 0;
}
.pix-sidebar-related-box-img {
max-width: 300px;
}
.pix-sidebar-related-box-img img{
width: 100%;
height: auto;
}
.pix-sidebar-related-box-info {
width: 100%;
margin-top: 5px;
}
.pix-sidebar-related-box-title a {
text-decoration: underline;
display: inline-block;
color: #fff;
}
.pix-sidebar-related-box-title a:hover {
text-decoration: none;
color: inherit;
}
.pix-sidebar-box .pix-sidebar-related-box .pix-car-details-list ul li {
display: inline-block;
margin-right: 12px;
color: #bbb;
font-size: 14px;
}
.pix-sidebar-related-box .pix-car-details-list ul li span {
padding-right: 0;
width: 18px;
padding-left: 0;
min-width: auto;
}
.pix-sidebar-related-box .pix-car-details-list ul li span.pix-price-symbol {
width: auto;
}
.pix-sidebar-related-box .pix-car-details-list ul li span.cars-sale-price {
width: auto;
font-size: 14px;
}
.pix-sidebar-related-box .pix-car-details-list ul li span img,
.pix-sidebar-related-box .pix-car-details-list ul li span svg {
width: 16px;
top: 3px;
}
.pix-theme-tone-dark .pix-single-info .pix-single-list ul li span svg {
top: 5px;
}
.pix-sidebar-box .pix-sidebar-related-box .pix-car-details-list ul li.pix-sidebar-related-box-price,
.pix-sidebar-box .pix-sidebar-related-box .pix-car-details-list ul li.pix-sidebar-related-box-price span{
font-size: 14px;
line-height: 26px;
color: var(--pix-main-color) !important;
}
.pix-car-printer {
position: absolute;
top: 45px;
right: 35px;
}
.pix-car-printer a {
display: inline-block;
padding: 0;
font-size: 14px;
opacity: .6;
transition: color .33s, opacity.33s;
}
.pix-car-printer a i{
font-size: 20px;
}
.pix-car-printer a:hover {
opacity: 1;
color: var(--pix-main-color);
}
.pix-sidebar-box .pix-car-printer {
position: relative;
top: auto;
bottom: -11px;
left: 1px;
}
.pix-sidebar-box .pix-car-printer a {
color: #fff;
opacity: 1;
}
.pix-sidebar-box .pix-car-printer a:hover {
color: var(--pix-main-color);
}
.pix-success-message{
font-size: 18px;
}
.pix-car-short-desc{
position: relative;
padding: 35px 35px 0;
background: #f5f5f5;
font-size: 16px;
font-weight: 700;
}
.pix-car-short-desc + .pix-single-info{
padding-top: 25px;
}
.pix-single-currency-switcher{
position: relative;
padding: 0 20px;
background: #f5f5f5;
}
.pix-single-currency-switcher .pix-sort-select{
position: absolute;
top: -35px;
right: 35px;
margin: 0;
z-index: 1;
}
.pix-sidebar-box.widget_pixtheme_latest_news{
max-width: 100%;
padding: 0 15px;
}
.pix-product-box-img .swiper-container {
overflow: hidden;
}
.pix-product-box-img .swiper-container img {
display: block;
width: 100%;
height: auto;
margin: 0;
}
.pix-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 101px;
height: 50px;
color: #fff;
}
.pix-nav.disabled{
display: none !important;
}
.pix-nav > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 30px;
height: 40px;
top: 0;
margin: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
-webkit-transition: background-color .33s ease-in-out, box-shadow 0.33s ease-in-out;
-o-transition: background-color .33s ease-in-out, box-shadow 0.33s ease-in-out;
transition: background-color .33s ease-in-out, box-shadow 0.33s ease-in-out;
}
.pix-nav.left-right {
position: absolute;
width: auto;
height: auto;
right: 0;
left: 0;
top: calc(50% - 20px);
z-index: 2;
pointer-events: none;
}
.pix-nav.side-right{
position: absolute;
right: -65px;
top: 50%;
}
.pix-nav.side-right.vertical{
height: 101px;
width: 50px;
margin-top: -50px;
}
.pix-nav.left-right > div {
position: absolute;
top: -50%;
background-color: rgba(255,255,255,.5);
pointer-events: auto;
border-radius: 3px;
}
.pix-nav.left-right > div:after,
.pix-nav.side-right > div:after{
color: #111;
position: relative;
}
.pix-nav.left-right.high > div{
height: 100px;
}
.pix-nav.left-right.high > div:first-child{
border-radius: 0 3px 3px 0;
}
.pix-nav.left-right.high > div:last-child{
border-radius: 3px 0 0 3px;
}
.pix-nav.left-right > div:hover {
background-color: rgba(255,255,255,.7);
}
.pix-nav > div:after{
font-family: 'Font Awesome 5 Free';
font-size: 10px;
font-weight: 700;
color: #fff;
content: '\f053';
right: 1px;
}
.pix-nav > div:last-child:after{
content: '\f054';
right: -1px;
}
.pix-nav > div:first-child{
border-radius: 0 3px 3px 0;
left: 0;
}
.pix-nav > div:last-child{
border-radius: 3px 0 0 3px;
right: 0;
}
.pix-nav.vertical > div:first-child{
transform: rotateZ(90deg);
top: 0;
}
.pix-nav.vertical > div:last-child{
transform: rotateZ(90deg);
top: 50%;
}      .pix-reservation .pixcar-reservation-data{
display: none;
} @media screen and (max-width: 1359px) {
.row.pix-reverse{
flex-direction: column-reverse;
}
.row.pix-reverse .pix-sidebar {
margin-bottom: 50px;
}
}
@media screen and (max-width: 575px) {
.row.pix-reverse .pix-sidebar {
margin-bottom: 30px;
}
.pix-single-currency-switcher .pix-sort-select{
position: initial;
}
.pix-car-short-desc{
padding: 20px 20px 0;
}
.pix-car-short-desc + .pix-single-info {
padding-top: 15px;
}
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.admin-bar .header-search .close {
top: 30px;
}
.aligncenter{
margin: 0 auto;
display: block;
}
img[class*="wp-image-"] {
display: block;
max-width: 100%;
height: auto;
}
.wp-caption {
text-align: left;
}
.wp-caption-text {
text-align: left;
padding-top: 10px;
}
.gallery-caption {
text-align: left;
}
.alignright {
text-align: right;
float: right;
}
.alignleft {
text-align: left;
float: left;
}
.aligncenter {
text-align: center;
}
.bypostauthor {
text-align: left;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4211em 1.6842em 1.6842em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4211em 0 1.6842em 1.6842em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
margin-top: 0.4211em;
margin-bottom: 1.6842em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2632em;
}
.alignleft {
display: inline;
float: left;
}
.alignright {
display: inline;
float: right;
}
.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.rtd h1, .rtd h2, .rtd h3, .rtd h4, .rtd h5, .rtd h6 {
font-weight: var(--pix-title-weight);
margin: 20px 0 10px 0;
padding: 0;
}
.blog-article .rtd h1, .blog-list .rtd h1,
.blog-article .rtd h2, .blog-list .rtd h2,
.blog-article .rtd h3, .blog-list .rtd h3,
.blog-article .rtd h4, .blog-list .rtd h4,
.blog-article .rtd h5, .blog-list .rtd h5,
.blog-article .rtd h6, .blog-list .rtd h6{
color: var(--pix-font-color);
}
em a{
font-style: italic;
}
blockquote {
padding: 40px;
border: 1px solid var(--pix-main-color);
border-width: 1px 0;
line-height: 1.7;
font-size: 17px;
text-align: center;
position: relative;
}
blockquote:before {
width: 60px;
height: 35px;
position: absolute;
color: var(--pix-main-color);
left: 0;
right: 0;
top: -18px;
background: var(--pix-svg-quote) no-repeat center center;
background-color: #ffffff;
content: "";
margin: auto;
}
.rtd blockquote{
margin: 60px 5px 50px 0 !important;
}
blockquote p{
margin: 0px !important;
color: #333;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html body .booked-calendar-wrap.small table.booked-calendar thead tr.days th{
font-size: 0.6rem;
padding: 0.5rem 0 0.4rem !important;
}
html body .booked-calendar-wrap.small table.booked-calendar thead th {
padding: 1.15rem 0 0.9rem !important;
}
html body .booked-calendar-wrap {
margin-bottom: 20px;
}
.bypostauthor {
list-style: none;
background: none;
}
.blog-item-quote .blog-item_desc {
width: 80%;
margin: 0px auto;
float: none !important;
}
.blog-item-quote .blog-item_text {
border: none !important;
}
.blog-quote-source {
font-weight: normal;
display: inline-block;
width: 100%;
font-size: 15px;
color: #333;
padding-top: 20px;
font-family: var(--pix-title-font);
}
.text-left{
text-align: left;
}
.text-right{
text-align: right;
}
.rtd  h1, .rtd  h2, .rtd  h3, .rtd  h4, .rtd  h5, .rtd  h6{
line-height: normal;
}
.rtd p, .rtd ul:not([class]),
.rtd .wpb_text_column p:last-child{
margin: 10px 0 15px;
line-height: 30px;
color: var(--pix-font-color);
}
.pix-link-pages{
clear: both;
word-spacing: 10px;
}
.rtd p a{
text-decoration: underline;
}
.rtd p a:hover{
text-decoration: none;
}
.rtd dl:not([class]) {
display: grid;
grid-template-columns: auto 1fr;
grid-column-gap: 15px;
grid-row-gap: 5px;
}
.rtd  dt:not([class]) {
text-align: right;
font-weight: bold;
color: #555;
}
.rtd  dt:not([class])::after {
content: ":";
}
.rtd ul:not([class]) {
margin: 0;
}
.rtd ul:not([class]) {
padding-left: 15px;
list-style: none;
margin-bottom: 0;
}
.rtd ul:not([class]) li:not([class]) {
margin: 0;
line-height: 1.7;
}
.rtd ul:not([class]) li:before {
font: normal normal normal 14px/1 Font Awesome 5 Free;
font-size: inherit;
display: inline-block;
margin-right: 10px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
ul.list-styled li.disabled {
color: #c8c9cc;
}
ul.list-styled.list-style-ok li::before {
content: '\f00c';
color: #28ad62;
}
ul.list-styled.list-style-ok li.disabled::before {
content: '\f00d';
color: #c8c9cc;
}
.rtd img {
max-width: 100%;
height: auto;
}
.wp-caption {
text-align: left;
max-width: 100%;
}
.rtd table:not([class]) {
margin: 20px 0;
border-spacing: 0;
border-collapse: collapse;
}
.rtd table:not([class]) td:not([class]),
.rtd table:not([class]) th:not([class]) {
padding: 10px;
border: 1px solid #d0d2d7;
font-weight: normal;
}
.rtd table:not([class]) th {
padding: 10px;
border: 1px solid #d0d2d7;
}
ul[class], ol[class]{
list-style: none;
margin: 0;
padding: 0;
}
.rtd ul:not([class]) li::before {
font-size: 6px;
width: 1.555em;
content: '\f111';
text-align: center;
vertical-align: middle;
}
.rtd ol:not([class]) > li::before{
display: none !important;
}
.rtd ul:not([class]) ul:not([class]) li::before {
content: '\f10c';
}
.rtd ol:not([class]) {
padding-left: 15px;
margin-left: 15px;
margin-bottom: 0px;
}
.rtd ol:not([class])  li:not([class]){
padding-bottom: 0px;
}
.wrap-media img {
max-width: 100%;
height: auto;
}
.gallery-icon a {
text-align: center;
display: inline-block;
}
.rtd iframe {
max-width: 100%;
max-height: 100%;
}
.rtd pre {
padding: 20px;
}
.rtd > p:first-child > strong {
font-family: var(--pix-title-font);
font-size: 2.0581em;
font-weight: 700;
} .widget {
margin-bottom: 100px;
}
.widget .side-menu__item ul > li , .widget .menu > li{
padding: 0 0 12px;
margin: 0;
list-style: none;
line-height: 1.55;
font-weight: 600;
position: relative;
}
.widget .children,
.widget .sub-menu{
margin: 0 0 0 15px;
}
.widget  ul .children li,
.widget  ul .sub-menu li{
padding: 5px 0 0;
margin: 0;
list-style: none;
font-size: 12px;
min-height: 26px;
font-weight: 600;
}
.widget ul .children li a:before,
.widget ul .sub-menu li a:before{
top: 12px;
}
.widget_product_categories  .children{
display:none;
}
.widget_product_categories   .current-cat  .children{
display:block;
}
.widget_product_categories  .children{
margin: 0 0 0 10px;
}
.widget_product_categories  .children a{
font-size: 12px;
}
.widget .side-menu__item ul  li  a:not(:hover), .widget .menu  li a , .widget .side-menu__item ul  li {
font-size: var(--pix-font-size);
font-weight: 400;
min-height: 26px;
}
.widget li a +  .count{
font-weight: normal;
float: right;
}
.entry-media img {
max-width:100%;
height:auto;
}
.widget .menu  li:hover .dropdown-menu{
display:block !important;
} .widget img{
max-width:100%;
height:auto;
margin:10px 0;
}
.widget select {
max-width: 100%;
border: 1px solid #ececec;
padding: 5px;
margin: 5px 0;
border-radius: 0;
font-size: 12px;
color: #333;
font-weight: normal;
width: 100%;
}
.widget table{
width:100%;
}
.widget table td , .widget table th{
padding:5px;
text-align:center;
}
.widget table td a{
color: #fff;
text-decoration: underline;
}
.widget table td a:hover{
color: var(--pix-main-color);
text-decoration: none;
}
.widget_rss .rss-date{
display: inline-block;
width: 100%;
color:#fff;
padding: 6px 0 10px;
font-weight: normal;
font-size: 85%;
font-style: italic;
}
.widget_rss  .rssSummary{
font-weight: normal;
text-transform: none;
line-height: 20px;
}
.widget_rss   cite{
font-size: 14px;
display: inline-block;
text-align: right;
width: 100%;
font-weight: normal;
font-style: italic;
text-transform: none;
}
.widget-title .rsswidget{
font-size: 20px;
}
.widget-title .rsswidget img{
margin: 0;
}
.rsswidget{
color: #fff;
}
.rsswidget:hover {
color: var(--pix-main-color);
}
form.searchform{
position: relative;
}
form.searchform div:after,
form.woocommerce-product-search:after {
position: absolute;
top: 12px;
right: 10px;
width: 20px;
height: 20px;
opacity: 1;
content: "";
background: var(--pix-svg-search) no-repeat center center;
}
form.woocommerce-product-search {
height: 48px;
}
.widget_search label,
.widget_search input[type="submit"],
.woocommerce-product-search button[type="submit"]{
background-color: transparent !important;
border: none;
padding: 0;
width: 30px;
height: auto;
position: absolute;
top: 0;
bottom: 0;
right: 0;
z-index: 1;
cursor: pointer;
}
.woocommerce.widget_product_search .pix-sidebar-form .form-group{
background: transparent;
border: none;
display: block;
padding: 0;
}
.woocommerce-product-search input[type="search"]  , .widget_search  input[type="search"]  ,   .widget_search  input[type="text"]{
width: 100%;
float: left;
margin-right: 0;
background: transparent;
color: #fff;
border: 1px solid #a7a7a7;
border-width: 0 0 1px 0;
padding: 10px;
font-size: 14px;
transition: .35s;
}
.pix-sidebar-form .searchform div {
height: 48px;
}
.woocommerce-product-search input[type="search"]:focus  , .widget_search  input[type="search"]:focus  ,   .widget_search  input[type="text"]:focus{
border-color: var(--pix-main-color);
}
.pix-sidebar-form .searchform input[type="text"]::-webkit-input-placeholder, .pix-sidebar-form .woocommerce-product-search input[type="search"]::-webkit-input-placeholder {
color: #a7a7a7;
}
.pix-sidebar-form .searchform input[type="text"]::-moz-placeholder, .pix-sidebar-form .woocommerce-product-search input[type="search"]::-webkit-input-placeholder {
color: #a7a7a7;
}
.pix-sidebar-form .searchform input[type="text"]:-moz-placeholder, .pix-sidebar-form .woocommerce-product-search input[type="search"]::-webkit-input-placeholder {
color: #a7a7a7;
}
.pix-sidebar-form .searchform input[type="text"]:-ms-input-placeholder, .pix-sidebar-form .woocommerce-product-search input[type="search"]::-webkit-input-placeholder {
color: #a7a7a7;
}
.textwidget {
line-height:20px;
}
.textwidget img{
margin-bottom:5px;
width: 100%;
height: auto;
}
.post.sticky:before {
content: "\f276" !important;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
webkit-font-smoothing: antialiased;
position: absolute;
right: 10px;
top: -42px;
z-index: 20;
font-size: 40px;
color: var(--pix-main-color);
background-size: contain;
}
.pix-blog-grid .post.sticky:before {
right: 45px;
}
.post.sticky:nth-child(even):before {
right: auto;
left: -12px;
top: -30px;
} .wp-tag-cloud {
margin-left: -5px !important;
display: inline-block;
}
.tagcloud li {
float: none !important;
display: inline-block !important;
margin: 3px 1px !important;
width: auto !important;
}
.tagcloud {
clear: both;
}
html .tagcloud a {
font-size: 12px !important;
display: inline-block;
background: transparent;
border: 1px solid #bbb;
padding: 10px 16px;
margin-right: 0;
margin-bottom: 3px;
color: #bbb !important;
}
html .tagcloud a:hover {
color: #fff !important;
background-color: var(--pix-main-color) !important;
border-color: var(--pix-main-color) !important;
text-decoration: none !important;
}
.tagcloud li:hover a {
color: #fff!important
} html .rev_slider em {
color: var(--pix-main-color);
font-size: inherit !important;
}
html .vc_progress_bar .vc_single_bar{
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
html .vc_progress_bar .vc_single_bar .vc_label {
font-family: var(--pix-main-font);
padding: 1.5em 2em;
font-size: 1.2em;
font-weight: 600;
}
html .vc_progress_bar .vc_single_bar .vc_bar {
border-radius: 50px;
}
html .wpb_text_column :last-child, html .wpb_text_column p:last-child{
font-size: var(--pix-font-size);
}
.vc-overflow-no{
overflow: inherit !important;
}
.vc_row-o-equal-height .wpb_wrapper .pix-square .pix-item-default{
padding-top: 65px;
}
.compose-mode .vc_row[data-vc-full-width].vc_hidden {
opacity: 1;
}
.compose-mode .section-gallery {
text-align: center;
}
.compose-mode .gallery-item {
position: relative;
width: 25%;
display: inline-block;
margin-left: -1%;
vertical-align: top;
}
.compose-mode .vc_element, .view-mode .vc_element {
display: inline-block;
position: relative;
}
.vc_active .vc_tta-panel-heading  {
background-color: var(--pix-main-color) !important;
}
.vc_active .vc_tta-panel-heading a span {
color: #fff;
}
html .wpb-js-composer .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{
border-color: transparent;
}
.vc_active .vc_tta-panel-heading a .vc_tta-controls-icon:before{
border-color: #fff !important;
}
.vc_tta-tab.vc_active a {
border-color: var(--pix-main-color) !important;
}
.vc_tta-title-text {
list-style: none;
font-family: var(--pix-title-font);
font-weight: var(--pix-title-weight);
color: #333;
font-size: var(--pix-font-size);
}
html .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,html  .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, html .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before , html .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading , html .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading  {
border-color: #eee;
}
.staticblocks-template-default   .col-lg-9.col-md-8.col-sm-12.col-xs-12.left-column.sidebar-type-2{
width: 100% !important;
}
.staticblocks-template-default .col-lg-3.col-md-4.col-sm-12.col-xs-12 , .staticblocks-template-default .post-footer ,.staticblocks-template-default  .post-description ,.staticblocks-template-default  .post-image , .staticblocks-template-default  .blog-post .post-image{
display: none;
}
.wpcf7-not-valid-tip{
display: none !important;
}
html .wpcf7-not-valid {
border: 0 !important;
border-bottom: 1px solid red !important;
}
.vc_custom_heading a:hover {
color: var(--pix-main-color) !important;
}
.vc_custom_1524405751856 .section-brands a.item img{
opacity: .6;
transition: all .35s;
}
.vc_custom_1524405751856 .section-brands a.item:hover img{
opacity: 1;
}
.pix-mc4wp .form-control {
background: none;
box-shadow: none !important;
outline: none;
border: none;
border-bottom: 1px solid #777;
width: 100%;
font-size: 12px;
padding-left: 10px;
font-style: italic;
height: 50px;
color: #777;
transition: .35s;
}
.form-control:focus, .form-control:active {
border-color: var(--pix-main-color);
}
.text-white .form-control {
border-bottom: 1px solid #777;
}
.has-feedback {
position: relative;
}
.pix-mc4wp {
font-family: inherit;
line-height: 1.1;
font-size: 16px;
width: 70%;
margin-top: 10px;
}
.pix-mc4wp input[type="submit"] {
background: none !important;
border: none;
display: inline-block;
height: 38px;
line-height: 38px;
margin-left: 5px;
vertical-align: text-top;
width: 42px;
position: absolute;
top: 8px;
right: 0;
z-index: 3;
text-align: center;
cursor: pointer;
}
.pix-mc4wp .icon {
color: #777;
position: absolute;
right: 14px;
top: 18px;
cursor: pointer;
transition: .35s;
}
.pix-mc4wp input[type="submit"]:hover + span.icon {
color: var(--pix-main-color);
}
.text-white .pix-mc4wp .form-control-feedback {
color: #777;
}
.pix-shadow-default{ box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.06),0px 10px 10px 0px rgba(0,0,0,0.05);
}  .vc_row{
position: relative;
}
html .vc_row.pix-padding-top-s,
html .vc_row > .vc_column_container.pix-padding-top-s{
padding-top: 25px;
}
html .vc_row.pix-padding-bottom-s,
html .vc_row > .vc_column_container.pix-padding-bottom-s{
padding-bottom: 25px;
} html .vc_row.pix-padding-top-m,
html .vc_row > .vc_column_container.pix-padding-top-m{
padding-top: 50px;
}
html .vc_row.pix-padding-bottom-m,
html .vc_row > .vc_column_container.pix-padding-bottom-m{
padding-bottom: 50px;
} html .vc_row.pix-padding-top-l,
html .vc_row > .vc_column_container.pix-padding-top-l{
padding-top: 75px;
}
html .vc_row.pix-padding-bottom-l,
html .vc_row > .vc_column_container.pix-padding-bottom-l{
padding-bottom: 75px;
} html .vc_row.pix-padding-top-xl,
html .vc_row > .vc_column_container.pix-padding-top-xl{
padding-top: 100px;
}
html .vc_row.pix-padding-bottom-xl,
html .vc_row > .vc_column_container.pix-padding-bottom-xl{
padding-bottom: 100px;
} html .vc_row>.vc_column_container.pix-top-no-padding>.vc_column-inner:not([class*="vc_custom_"]),
html .vc_row-has-fill+.vc_row-full-width+.vc_row.pix-top-no-padding>.vc_column_container>.vc_column-inner:not([class*="vc_custom_"]),
html .vc_row-has-fill>.vc_column_container>.vc_column-inner:not([class*="vc_custom_"]){
padding-top: 0 !important;
}
html .vc_row>.vc_column_container.pix-bottom-no-padding>.vc_column-inner {
padding-bottom: 0 !important;
}
html .vc_row.pix-row-overflow{
overflow: visible;
}
@media only screen and (max-width : 768px) {
html .vc_row.pix-padding-top-m,
html .vc_row > .vc_column_container.pix-padding-top-m,
html .vc_row.pix-padding-top-l,
html .vc_row > .vc_column_container.pix-padding-top-l,
html .vc_row.pix-padding-top-xl,
html .vc_row > .vc_column_container.pix-padding-top-xl{
padding-top: 35px;
}
html .vc_row.pix-padding-bottom-m,
html .vc_row > .vc_column_container.pix-padding-bottom-m,
html .vc_row.pix-padding-bottom-l,
html .vc_row > .vc_column_container.pix-padding-bottom-l,
html .vc_row.pix-padding-bottom-xl,
html .vc_row > .vc_column_container.pix-padding-bottom-xl{
padding-bottom: 35px;
}
}
html body table.booked-calendar td.today .date span{
border: 2px solid var(--pix-main-color);
}
html body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title{
color: var(--pix-main-color);
} .rtd {
font-size: 0.95em;
line-height: 1.8;
color: var(--pix-font-color);
font-family: var(--pix-main-font);
}
.rtd h1{
font-size: 2.6179em;
}
.rtd h2{
font-size: 2.0581em;
}
.rtd h3{
font-size: 1.618em;
}
.rtd h4{
font-size: 1.272em;
}
.rtd h5{
font-size: 1em;
}
.rtd h6{
font-size: 0.7862em;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #eee;
border-radius: 4px;
overflow: auto;
}
.rtd .vc_row{
margin-left: 0;
margin-right: 0;
}
.rtd .vc_column_container>.vc_column-inner{
padding-left: 0;
padding-right: 0;
}
.vc_custom_heading h4{
font-weight: 600 !important;
}
html .vc_gitem_row .vc_gitem-col {
padding: 20px;
}
.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
text-align: center;
display: block;
}
.no-slide-add-menu img{
width: 100%;
height: auto;
}
.no-slide-add-menu{
margin: 25px 10px;
font-size: 16px;
line-height: 31px;
text-align: left;
color: #fff;
}
html #fleet-gallery img {
width: auto;
height: auto;
max-width: 100%;
}
.widget_services_category .widget-title{
display: none !important;
}
.section-form   input[type="tel"] , .section-form   input[type=text], .section-form   input[type=email] , .section-form   input[type=date] , .section-form  textarea{
border: 0 !important;
background: #fff !important;
padding: 10px 20px !important;
margin: 0 0 15px 0 !important;
width: 100%;
color: #999999 !important;
font-size: 15px;
border-radius: 3px;
max-height: 37px;
}
html .section-form   input[type=date] {
padding: 7px 20px 7px !important;
}
.section-form  .wpcf7-form-control-wrap {
display: inline-block;
height: 50px;
position: relative;
width: 100%;
}
.section-form  textarea{
height: 60px;
} 
.section-form   input[type=submit]{
background: none !important;
padding: 10px 20px !important;
margin: 0 !important;
width: auto;
color: #fff !important;
font-size: 15px;
border-radius: 3px;
border: 1px solid #fff !important;
float: left !Important;
margin-top: 20px !important
}
.section-form   p{
color: #fff !important;
padding-top: 20px;
}
.section-form   p i{
margin-right: 5px;
}
html div.wpcf7-validation-errors {
border: 2px solid #f7e700 ;
color: #f7e700 ;
}
html div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
background: #398f14 !important;
color: #fff !important;
}
html .vc_images_carousel .vc_carousel-indicators .vc_active {
background-color: var(--pix-main-color);
border: 1px solid var(--pix-main-color);
margin: 1px;
} .header .navbar .navbar-nav li.header-button{
margin-right: 0;
margin-top: -15px;
margin-left: 25px;
}
.header .navbar .navbar-nav li.header-button a{
max-width: 110px;
text-align: center;
padding: 5px;
cursor: pointer;
}
.header.header-color-white .navbar .navbar-nav li.header-button a{
border: 1px solid rgba(255,255,255,.2) !important;
}
.header.header-color-black .navbar .navbar-nav li.header-button a{
border: 1px solid rgba(0,0,0,.2) !important;
}
.navbar .navbar-nav li.header-button a.book-appointment{
background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0 !important; 
border-radius: 3px !important; 
display: inline-block !important; 
line-height: 1.4 !important;
margin-top: 11px !important; 
max-width: 100% !important;
padding: 5px 13px !important; 
width: auto !important; 
}
.header.header-color-white  a.book-appointment{
color: #fff !important
}
.header-full-width  .book-appointment{
margin-right: 25px !important;
} 
.header.header-color-white .navbar .navbar-nav li.header-button a.book-appointment:hover{
background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0 !important; 
}
html .booked-calendarSwitcher.calendar {
border-radius: 0 !important;
margin-bottom: 15px;
}
.calendar-change-loader{
display: none;
position: relative;
}
.ajax-loading .calendar-change-loader{
display: block;
}
.ajax-loading  .booked_calendar_chooser {
display: none;
}
.calendar-changing{
position: absolute;
top: 4px;
left: 118px;
z-index: 1;
color: white;
}
.booked-calendarSwitcher.calendar{
min-width: 250px;
} html .page-404{
padding-top: 3vw;
padding-bottom: 15vw;
text-align: center;
}
html .page-404 a{
font-family: var(--pix-subtitle-font);
font-style: italic;
} html .booked-calendarSwitcher.calendar p{
color: #fff !important;
}
html .text-black table.booked-calendar td.prev-date .date *,
html .text-black table.booked-calendar td.prev-date:hover .date,
html .text-black table.booked-calendar td.prev-date:hover .date span{
color: #ccc !important;
}
html #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active,
html #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active:hover,
html body #booked-profile-page input[type=submit].button-primary:hover,
html body .booked-list-view button.button:hover,
html body .booked-list-view input[type=submit].button-primary:hover,
html body table.booked-calendar input[type=submit].button-primary:hover,
html body .booked-modal input[type=submit].button-primary:hover,
html body table.booked-calendar th,
html body table.booked-calendar thead,
html body table.booked-calendar thead th,
html body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
html body #booked-profile-page .booked-profile-header,
html body #booked-profile-page .booked-tabs li.active a,
html body #booked-profile-page .booked-tabs li.active a:hover,
html body #booked-profile-page .appt-block .google-cal-button > a:hover,
html #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header
{
background: var(--pix-main-color) !important;
}
html body table.booked-calendar th,
html body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
html body #booked-profile-page .booked-profile-header,
html body #booked-profile-page .appt-block .google-cal-button > a:hover {
border-color: var(--pix-main-color) !important;
}
body.pix-theme-tone-dark table.booked-calendar tr.days,
body.pix-theme-tone-dark table.booked-calendar tr.days th,
body.pix-theme-tone-dark .booked-calendarSwitcher.calendar,
body #booked-profile-page .booked-tabs,
.pix-theme-tone-dark #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead,
.pix-theme-tone-dark #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead th {
background: #1c1c1c !important;
}
html body.pix-theme-tone-dark table.booked-calendar td.prev-date .date,
html body.pix-theme-tone-dark table.booked-calendar td.prev-date:hover .date,
html body.pix-theme-tone-dark table.booked-calendar td.prev-date:hover .date span {
background: #333 !important;
}
body.pix-theme-tone-dark table.booked-calendar tr.days th,
body.pix-theme-tone-dark #booked-profile-page .booked-tabs,
body.pix-theme-tone-dark table.booked-calendar,
body.pix-theme-tone-dark table.booked-calendar td:first-child,
body.pix-theme-tone-dark table.booked-calendar td:last-child,
body.pix-theme-tone-dark table.booked-calendar td{
border-color: #777 !important;
}  .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.mfp-content{
text-align: center !important;
}
.mfp-content video{
max-height: 70vh;
} .wpb_images_carousel{
overflow: hidden;
position: relative;
}
html .vc_col-has-fill>.vc_column-inner,
html .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
html .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
html .vc_row-has-fill>.vc_column_container>.vc_column-inner {
padding-top: 0;
}
.news-card-profile__carousel.owl-carousel .owl-nav button.owl-prev,
.news-card-profile__carousel.owl-carousel .owl-nav button.owl-next{
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 36px;
height: calc(100% - 29px);
margin: 0;
border-radius: 0;
background-color: transparent;
transition: .3s;
}
html .news-card-profile__carousel.owl-carousel .owl-nav button.owl-prev{
right: auto;
left: 0;
}
html .news-card-profile__carousel.owl-carousel .owl-nav button i{
position: relative;
font-size: 26px;
}
html .news-card-profile__carousel.owl-carousel .owl-nav button:hover{
background-color: rgba(0,0,0,.5);
}
.portfolio-pagination-loading a{
opacity: 0.7; 
}
.wrap-image  .bx-controls{
display: none !important;
}
.navbar-with-inside{
padding: 28px 0;
}
.blog-article .wpb_content_element:last-child{
margin-bottom: 0;
}
.pix-footer .pix-item-review .icon{
color: #777;
}
.pix-footer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
width: 1.75em!important;
height: 1.75em!important;
}
.pix-preview-img{
min-width: 350px;
overflow: hidden;
height: 462px;
margin-bottom: 45px !important;
transition: .35s;
}
.pix-preview-img:hover{
transform: translateY(-15px);
}
.pix-full-height-left, .pix-full-height-right{
position: absolute !important;
height: 100%;
top: 0;
}
.pix-full-height-right{
right: 0;
}
@media only screen and (max-width : 480px) {
html .pix-full-height-left, html .pix-full-height-right{
height: 50%;
top: 0;
}
html .pix-full-height-right{
top: 50%;
}
.pix-full-height-left .wpb_text_column, .pix-full-height-right .wpb_text_column{
display: none;
}
} @media only screen and (max-width : 768px) {
.animated { -o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important; -o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important; -webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
}