/*
Theme Name: Dreamslab Child
Theme URI: https://yourwebsite.com
Description: Child Theme for Dreamslab
Author: Developer
Template: dreamslab
Version: 1.0.0
Text Domain: dreamslab-child
*/

/* Add your custom CSS below */

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon img {
    max-height: 130px !important;
}
.pxl-item--logo,
.pxl-nav-menu .pxl-menu-primary > li > a:before, .pxl-nav-menu .pxl-menu-primary > li > a:after {
    display: none;
}
.pxl-service-carousel1 .pxl-swiper-thumbs .pxl-post--title span {
    color: #000 !important;
	-webkit-text-fill-color:#000000;
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 20px !important;
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 20px !important;
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow {
    background: #ceccc9;
    transform: translatey(-50%);
}
@media only screen and (max-width:1000px) {
	.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow {
		display:none !important;
	}
}