/* Start Advanced Category Listing Custom Css */
.acle-category {
    position: relative;
}
.acle-category .acle-category-title h2 {
    font-size: 26px;
    margin: 0;
}
.acle-category .acle-category-description {
    font-size: 16px;
    line-height: 24px;
}
.acle-category-title h2,
.acle-category-description,
.acle-post-count {
    color: #FFFFFF;
}
.acle-category-style-1 .acle-category-title h2,
.acle-category-style-3 .acle-category-title h2 {
    color: #2D2D2D;
}
.acle-category-style-1 .acle-category-description,
.acle-category-style-3 .acle-category-description {
    color: #2D2D2D;
}
.acle-category-style-3 .acle-post-count {
    color: #2D2D2D;
}
.acle-category p {
    margin: 0;
}
.acle-category .acle-category-description {
    margin-top: 5px;
}
.acle-category .acle-img img {
    height: 330px !important;
    display: block;
}
.acle-category .acle-category-img {
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}
.acle-category-style-3 .acle-img img,
.acle-category-style-4 .acle-img img {
    transition: 0.4s all ease-in-out;
    width: 100%;
    transform: scale(1);
}
.acle-category-style-3 .acle-category:hover .acle-img img,
.acle-category-style-4 .acle-category:hover .acle-img img {
    transform: scale(1.2);
}
.acle-category-img {
    position: relative;
}
.acle-category-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

/* Advanced Category Listing Slider Css */
.acle-category-slider.acle-category-style-1 .slick-prev,
.acle-category-slider.acle-category-style-3 .slick-prev,
.acle-category-slider.acle-category-style-5 .slick-prev {
    left: 0 !important;
}
.acle-category-slider.acle-category-style-1 .slick-next,
.acle-category-slider.acle-category-style-3 .slick-next,
.acle-category-slider.acle-category-style-5 .slick-next {
    right: 0 !important;
}
.acle-category-slider.acle-category-style-1 .slick-list.draggable,
.acle-category-slider.acle-category-style-3 .slick-list.draggable,
.acle-category-slider.acle-category-style-5 .slick-list.draggable {
    margin: 0 42px 30px;
}
.acle-category-slider.acle-category-style-1 .slick-prev i,
.acle-category-slider.acle-category-style-1 .slick-next i,
.acle-category-slider.acle-category-style-3 .slick-prev i,
.acle-category-slider.acle-category-style-3 .slick-next i,
.acle-category-slider.acle-category-style-5 .slick-prev i,
.acle-category-slider.acle-category-style-5 .slick-next i {
    color: #FFFFFF !important;
    background-color: #FD5056 !important;
    border-radius: 50px;
    padding: 10px 13px;
}
.acle-slider .acle-category-img {
    margin: 0 8px 0 7px;
    position: relative;
}
/* End Advanced Category Listing Custom Css */

/* Start Advanced Category Listing Style 1 Css */
.acle-category-style-1  .acle-post-count {
    background-color: #FD5056;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}
.acle-category-style-1 .acle-post-count {
    position: absolute;
    top: 15px;
    left: 10px;
}
.acle-category-style-1 .acle-slider .acle-post-count {
    left: 16px;
}
.acle-category-style-1 .acle-category-img {
    border: 1px solid #E8E8E8;
    border-radius: 10px;
}
.acle-category-style-1 .acle-category-content {
    padding: 25px;
    transition: all 0.3s ease-out 0s;
}
.acle-category-style-1 .acle-img {
    position: relative;
}
.acle-category-style-1 .acle-img::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: 0.3s;
}
.acle-category-style-1 .acle-category:hover .acle-img::after {
    opacity: 0.5;
}
/* End Advanced Category Listing Style 1 Css */

/* Start Advanced Category Listing Style 2 Css */
.acle-category-style-2 .acle-img {
    position: relative;
}
.acle-category-style-2 .acle-img::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
    transition: all .3s ease;
}
.acle-category-style-2 .acle-category:hover .acle-img::after {
    opacity: 0.5;
}
.acle-category-style-2 .acle-frame {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid;
    position: absolute;
    opacity: 0;
    z-index: 9;
}
.acle-category-style-2 .acle-category:hover .acle-frame {
    opacity: 1;
    border-color: #fff;
    transition: color 0.3s ease-in-out, all 0.3s ease-in-out;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}
.acle-category-style-2 .acle-category-content {
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
.acle-category-style-2 .acle-content {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 9;
}
/* End Advanced Category Listing Style 2 Css */

/* Start Advanced Category Listing Style 2 Slider Css */
.acle-category-slider.acle-category-style-2 .slick-prev {
    left: 0 !important;
}
.acle-category-slider.acle-category-style-2 .slick-next {
    right: 0 !important;
}
.acle-category-slider.acle-category-style-2 .slick-list.draggable {
    margin: 0 40px 30px;
}
/* End Advanced Category Listing Style 2 Slider Css */

/* Start Advanced Category Listing Style 3 Css */
.acle-category-style-3 .acle-img {
    position: relative;
}
.acle-category-style-3 .acle-img::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
}
.acle-category-style-3 .acle-category-content {
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
.acle-category-style-3 .acle-content {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 9;
    background-color: rgb(255 255 255 / 80%);
    margin: 20px;
}
.acle-category-style-3 .acle-category-title h2,
.acle-category-style-3 .acle-category-description {
    color: #000000;
}
.acle-category-style-3 .acle-post-count {
    color: #747474;
}
/* End Advanced Category Listing Style 3 Css */

/* Start Advanced Category Listing Style 4 Css */
.acle-category-style-4 .acle-category-img {
    border-radius: 20px;
}
.acle-category-style-4 .acle-image-over {
    overflow: hidden;
}
.acle-category-style-4 .acle-img {
    position: relative;
}
.acle-category-style-4 .acle-img::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
}
.acle-category-style-4 .acle-category-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.acle-category-style-4 .acle-content {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 9;
}
.acle-category-style-4 .acle-category-title h2 {
    display: inline-block;
    position: relative;
}
.acle-category-style-4 .acle-category-title h2:after {
    display      : block;
    content      : '';
    border-bottom: solid 2px #fff;
    transform    : scaleX(0);
    transition   : 0.4s all ease-in-out;
}
.acle-category-style-4 .acle-category:hover .acle-category-title h2:after {
    transform: scaleX(1);
}
/* End Advanced Category Listing Style 4 Css */

/* Start Advanced Category Listing Style 4 Slider Css */
.acle-category-slider.acle-category-style-4 .slick-prev, .acle-category-slider.acle-category-style-4 .slick-next {
    bottom: -45px !important;
    top: auto !important;
    position: absolute;
}
.acle-category-slider.acle-category-style-4 .slick-prev {
    left: 87% !important;
}
.acle-category-slider.acle-category-style-4 .slick-next {
    right: 3% !important;
}
.acle-category-slider.acle-category-style-4 .slick-list.draggable {
    margin-bottom: 60px;
}
.acle-category-slider.acle-category-style-4 .slick-prev i, 
.acle-category-slider.acle-category-style-4 .slick-next i {
    font-size: 17px;
    border-radius: 20px;
    padding: 8px 12px 9px 12px;
    border: 1px solid #BFBFBF;
    color: #BFBFBF;
}
.acle-category-slider.acle-category-style-4 .slick-dots {
    position: absolute;
    bottom: -45px !important;
}
@media only screen and (max-width: 768px) {
    .acle-category-slider.acle-category-style-4 .slick-prev {
        left: 81.5% !important;
    }
}
@media only screen and (max-width: 425px) {
    .acle-category-slider.acle-category-style-4 .slick-prev {
        left: 75% !important;
    }
}
@media only screen and (max-width: 375px) {
    .acle-category-slider.acle-category-style-4 .slick-prev {
        left: 71.5% !important;
    }
}
/* End Advanced Category Listing Style 4 Slider Css */

/* Start Advanced Category Listing Style 5 Css */
.acle-category-style-5 .acle-img {
    position: relative;
}
.acle-category-style-5 .acle-img::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.25;
}
.acle-category-style-5 .acle-category-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.acle-category-style-5 .acle-content {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
}
.acle-category-style-5 .acle-img img {
    display: block;
    width: 100%;
    height: auto;
}
.acle-category-style-5 .overlay {
    width: calc(100% - 200px);
    height: calc(100% - 200px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0;
    background-color: #000000;
}
.acle-category-style-5 .acle-category:hover .overlay {
    opacity: 0.5;
    transition: color 0.3s ease-in-out, all 0.3s ease-in-out;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}
/* End Advanced Category Listing Style 5 Css */

/* Start Advanced Category Listing Style 5 Slider Css */
.acle-category-slider.acle-category-style-3 .slick-dots li button::before,
.acle-category-slider.acle-category-style-5 .slick-dots li button::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "" !important;
    -webkit-font-smoothing: antialiased;
}
/* End Advanced Category Listing Style 5 Slider Css */

/* Advanced Category Listing Slider CSS */
@media screen and (max-width: 425px) {
    .acle-category-slider .slick-list.draggable {
        margin: 0 32px 30px;
    }
    .acle-category-slider.acle-category-style-4 .slick-list.draggable {
        margin: 0 0 55px !important;
    }
}
/* Slider Arrow & Dots CSS */
.acle-category-slider .slick-dots {
	position: absolute;
	bottom: -30px !important;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.acle-category-slider .slick-dots li button:before {
    opacity: .35 !important;
}
.acle-category-slider .slick-dots li.slick-active button::before {
    opacity: 1 !important;
}
.acle-category-slider .slick-dots [type="button"]:focus-visible, .acle-category-slider .slick-dots [type="reset"]:focus-visible, .acle-category-slider .slick-dots [type="submit"]:focus-visible, .acle-category-slider .slick-dots button:focus-visible,
    [type=button]:focus, [type=submit]:focus, button:focus {
    outline: 0 !important;
}
.acle-category-slider .slick-dots [type="button"]:focus, .acle-category-slider .slick-dots [type="button"]:hover, .acle-category-slider .slick-dots [type="submit"]:focus, .acle-category-slider .slick-dots [type="submit"]:hover, .acle-category-slider .slick-dots button:focus, .acle-category-slider .slick-dots button:hover {
	color: #ffff !important;
	background: none !important;
	text-decoration: none;
}
.acle-category-slider .slick-prev:before, .acle-category-slider .slick-next:before {
    font-size: 0 !important;
    color: transparent !important;
}
.acle-category-slider [type=button], .acle-category-slider [type=submit], .acle-category-slider button {
    color: #000 !important;
    background-color: transparent;
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.acle-category-slider [type=button]:focus, .acle-category-slider [type=button]:hover, .acle-category-slider [type=submit]:focus, .acle-category-slider [type=submit]:hover, .acle-category-slider button:focus, .acle-category-slider button:hover {
	background: none !important;
	text-decoration: none;
}
.acle-category-slider .slick-prev, .acle-category-slider .slick-next {
    top: 50% !important;
    z-index: 9;
}