.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 0 !important;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button:active, .button:focus, .comment-navigation a:focus, a.added_to_cart:active, a.added_to_cart:focus {
    box-shadow: none;
}

.slick-next:after, .slick-prev:after {
    font-size: 50px;
    line-height: 1;
    color: #005191;
}
.slick-next:after {
     content: "\f345";
}
.slick-prev:after {
     content: "\f341";
}

.slick-next, .slick-prev {
    top: 35% !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    font-family: dashicons;
}

    .slick-next {
        right: -50px !important;
    }
    .slick-prev {
        left: -50px !important;
    }

.page-slider-icons img {
    height: 150px;
}
.page-slider-icons .icon {
    text-align: center;
}
.page-slider-featured-images .slick-slide img {
    object-fit:cover;
}
@media only screen and (min-width: 851px) {
    .page-slider-featured-images img {
        height: 250px;
    }
}
@media only screen and (max-width: 850px) and (min-width: 500px) {
    .page-slider-featured-images img {
        height: 200px;
    }
}
@media only screen and (max-width: 499px) {
    .page-slider-featured-images img {
        height: 150px;
    }
}



.slick-slide {
    padding-left: 1em;
    padding-right: 1em;
}
@media only screen and (min-width:700px) and (max-width: 1480px) {
    .slick-slider {
    max-width: calc(100% - 150px);
    }
}
@media only screen and (max-width:699px) {
    .slick-slider {
    max-width: calc(100% - 100px);
}
}
h3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
}
/*.page-slider-icons h3 {
    font-size: 20px;
}*/


